Overview
Comment: | 0.0.2161 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6114b8f6c1db0629f0b0d803fd6ab3ed |
User & Date: | 顽雨沉风 on 2023-07-24 14:53:26 |
Other Links: | manifest | tags |
Context
2023-07-24
| ||
14:58 | 0.0.2162 check-in: e77fe5dbb5 user: 顽雨沉风 tags: trunk | |
14:53 | 0.0.2161 check-in: 6114b8f6c1 user: 顽雨沉风 tags: trunk | |
14:25 | 0.0.2160 check-in: 7bd56eba85 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb01_Reptilianne.lua from [e022bc3ed2] to [10712e1a4d].
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,12000,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) |
︙ | ︙ |