Overview
Comment: | 0.0.223 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
781501a91bdc642efefc1999fce6a6bd |
User & Date: | 顽雨沉风 on 2023-06-18 06:02:20 |
Other Links: | manifest | tags |
Context
2023-06-18
| ||
06:03 | 0.0.224 check-in: 62c2a34a52 user: 顽雨沉风 tags: trunk | |
06:02 | 0.0.223 check-in: 781501a91b user: 顽雨沉风 tags: trunk | |
06:02 | 0.0.222 check-in: 4720add5c8 user: 顽雨沉风 tags: trunk | |
Changes
Modified LV-015.lua from [4cf3551275] to [73a11b21c3].
1 2 3 4 5 6 7 | --[[message 卡数: 规则:大师3 ]] Debug.SetAIName("Level-015") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI) Debug.SetPlayerInfo(0,8000,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message 卡数: 规则:大师3 ]] Debug.SetAIName("Level-015") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8100,0,0) Debug.AddCard(31786629,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(24611934,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(43641473,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(43641473,0,0,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(74701381,0,0,LOCATION_SZONE,2,POS_FACEDOWN) |
︙ | ︙ |