Overview
Comment: | 0.0.2350 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b82b1d759d4fe13d9ad6cd728e74ec43 |
User & Date: | 顽雨沉风 on 2023-07-29 14:20:22 |
Other Links: | manifest | tags |
Context
2023-07-29
| ||
14:20 | 0.0.2351 check-in: 978130c992 user: 顽雨沉风 tags: trunk | |
14:20 | 0.0.2350 check-in: b82b1d759d user: 顽雨沉风 tags: trunk | |
14:20 | 0.0.2349 check-in: 99d12bfc56 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/LV-083.lua from [177571fef9] to [468f7467ed].
1 2 3 4 | --puzzle1 Debug.SetAIName("Level-083") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1100,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 | --puzzle1 Debug.SetAIName("Level-083") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1100,0,0) Debug.SetPlayerInfo(1,3050,0,0) Debug.AddCard(54652250,0,0,LOCATION_MZONE,2,POS_FACEDOWN_DEFENSE) Debug.AddCard(82732705,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(29549364,0,0,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(71413901,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |