Overview
Comment: | 0.0.1125 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
05e78174eb599c032ffe1434bc681cac |
User & Date: | 顽雨沉风 on 2023-07-11 03:28:57 |
Other Links: | manifest | tags |
Context
2023-07-11
| ||
03:30 | 0.0.1126 check-in: 1d777780e6 user: 顽雨沉风 tags: trunk | |
03:28 | 0.0.1125 check-in: 05e78174eb user: 顽雨沉风 tags: trunk | |
03:26 | 0.0.1124 check-in: eb0a5d0561 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/[WCS2006]04_cannon.lua from [035791941d] to [9d69054780].
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 | --[[message ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("[WCS2006]04_cannon") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,2000,0,0) Debug.SetPlayerInfo(1,2500,0,0) Debug.AddCard(40640057,1,1,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(11384280,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(29654737,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(86281779,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(40703222,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() --~ Debug.ShowHint("1回合內取得勝利") aux.BeginPuzzle() fun["开局说明"]() |