Overview
Comment: | 0.0.2428 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c767cde2b370a37c3d81e0cf61e9fd9e |
User & Date: | 顽雨沉风 on 2023-07-30 09:10:41 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
09:13 | 0.0.2429 check-in: 8dc60edaa4 user: 顽雨沉风 tags: trunk | |
09:10 | 0.0.2428 check-in: c767cde2b3 user: 顽雨沉风 tags: trunk | |
09:10 | 0.0.2427 check-in: 01f4d02028 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/LV-017.lua from [8f7528678d] to [a5e9cae186].
1 2 3 4 | --puzzle1 Debug.SetAIName("Level-017") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,8000,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 | --puzzle1 Debug.SetAIName("Level-017") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,1100,0,0) Debug.AddCard(63519819,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) |
︙ | ︙ |