Overview
Comment: | 0.0.1191 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bae9cc89cc2cdd6f13656b94a8cb97b2 |
User & Date: | 顽雨沉风 on 2023-07-11 08:17:07 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
10:32 | 0.0.1193 check-in: cf6689e840 user: 顽雨沉风 tags: trunk | |
08:17 | 0.0.1191 check-in: bae9cc89cc user: 顽雨沉风 tags: trunk | |
07:39 | 0.0.1190 check-in: 7101ecc1bd user: 顽雨沉风 tags: trunk | |
Changes
Modified single/QB072.lua from [5a3f1b5c0a] to [db0ff94304].
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,14100,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) --六武之门 |
︙ | ︙ |