Overview
Comment: | 0.0.1127 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d920b6b331be2254f9cbd765b185d5e0 |
User & Date: | 顽雨沉风 on 2023-07-11 03:32:48 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
03:34 | 0.0.1128 check-in: c2384f743c user: 顽雨沉风 tags: trunk | |
03:32 | 0.0.1127 check-in: d920b6b331 user: 顽雨沉风 tags: trunk | |
03:30 | 0.0.1126 check-in: 1d777780e6 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/[WCS2006]08_burn.lua from [8132e890fe] to [380178ccfb].
1 | --[[message | < < > > > | < < < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("[WCS2006]08_burn") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,500,0,0) Debug.SetPlayerInfo(1,2100,0,0) Debug.AddCard(5183693,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(49398568,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(46918794,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(77568553,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(34690519,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(04335645,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(33248692,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |