Overview
Comment: | 0.0.768 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
21d88347dd38fc887583adc3df85a174 |
User & Date: | 顽雨沉风 on 2023-07-06 15:08:00 |
Other Links: | manifest | tags |
Context
2023-07-06
| ||
15:10 | 0.0.769 check-in: e27f26d689 user: 顽雨沉风 tags: trunk | |
15:08 | 0.0.768 check-in: 21d88347dd user: 顽雨沉风 tags: trunk | |
15:05 | 0.0.767 check-in: 0cbc4a2d7c user: 顽雨沉风 tags: trunk | |
Changes
Modified single/LV-007.lua from [863e51a431] to [193cae6764].
1 2 3 4 5 6 7 8 9 10 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Level-007") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("Level-007") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,2300,0,0) Debug.AddCard(46657337,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(93920745,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE) Debug.AddCard(14181608,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(46986414,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |