Overview
Comment: | 0.0.2162 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e77fe5dbb58a0ce203d4366d3e38de49 |
User & Date: | 顽雨沉风 on 2023-07-24 14:58:09 |
Other Links: | manifest | tags |
Context
2023-07-24
| ||
15:05 | 0.0.2163 check-in: 59478b9cb1 user: 顽雨沉风 tags: trunk | |
14:58 | 0.0.2162 check-in: e77fe5dbb5 user: 顽雨沉风 tags: trunk | |
14:53 | 0.0.2161 check-in: 6114b8f6c1 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb01_Reptilianne.lua from [10712e1a4d] to [d7e47dfe22].
1 2 3 4 5 6 7 8 | -------------------------- -- Single Mode Duel Puzzle -- Reptilianne -------------------------- Debug.SetAIName("ytb01_Reptilianne") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,900,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | -------------------------- -- Single Mode Duel Puzzle -- Reptilianne -------------------------- Debug.SetAIName("ytb01_Reptilianne") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,900,0,0) Debug.SetPlayerInfo(1,20000,0,0) --Player's Hand Debug.AddCard(74848038,0,0,LOCATION_HAND,0,POS_FACEUP) Debug.AddCard(42303365,0,0,LOCATION_HAND,0,POS_FACEUP) Debug.AddCard(37520316,0,0,LOCATION_HAND,0,POS_FACEUP) Debug.AddCard(89810518,0,0,LOCATION_HAND,0,POS_FACEUP) |
︙ | ︙ |