Overview
Comment: | 0.0.1188 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3e0470c39c83c645abcb0f2db0ae84d8 |
User & Date: | 顽雨沉风 on 2023-07-11 07:31:32 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
07:32 | 0.0.1189 check-in: 3748d80772 user: 顽雨沉风 tags: trunk | |
07:31 | 0.0.1188 check-in: 3e0470c39c user: 顽雨沉风 tags: trunk | |
07:28 | 0.0.1187 check-in: 08ff37db4b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/QB072.lua from [926d6d5630] to [c8e1f2b60f].
1 2 3 4 5 6 7 8 | --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) --created by puzzle editor Debug.SetAIName("QB072") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) --created by puzzle editor Debug.SetAIName("QB072") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,14000,0,0) --自己的怪兽区 --对方的怪兽区 Debug.AddCard(53347303,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --青眼光龙 --自己的魔陷区 Debug.AddCard(47436247,0,0,LOCATION_SZONE,1,POS_FACEUP_ATTACK) --紫炎的道场 Debug.AddCard(27970830,0,0,LOCATION_SZONE,2,POS_FACEUP_ATTACK) --六武之门 |
︙ | ︙ |