Overview
Comment: | 0.0.47 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
59ec9420ae690d3c2e51c32e8575c3d1 |
User & Date: | 顽雨沉风 on 2023-04-22 10:11:26 |
Other Links: | manifest | tags |
Context
2023-04-22
| ||
10:12 | 0.0.48 check-in: 426cb0865b user: 顽雨沉风 tags: trunk | |
10:11 | 0.0.47 check-in: 59ec9420ae user: 顽雨沉风 tags: trunk | |
10:05 | 0.0.46 check-in: b31dc79b0e user: 顽雨沉风 tags: trunk | |
Changes
Modified [WCS2006]08_burn.lua from [9ae2dbb176] to [161ee33b24].
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 卡数:5 规则:大师3 ]] 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() --~ Debug.ShowHint("1回合內取得勝利") |
︙ | ︙ |