Overview
Comment: | 0.0.2246 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1e70a14b664ab9597b923aa3d09c10f0 |
User & Date: | 顽雨沉风 on 2023-07-28 16:17:26 |
Other Links: | manifest | tags |
Context
2023-07-28
| ||
16:18 | 0.0.2247 check-in: 03065a0db8 user: 顽雨沉风 tags: trunk | |
16:17 | 0.0.2246 check-in: 1e70a14b66 user: 顽雨沉风 tags: trunk | |
16:16 | 0.0.2245 check-in: 380a09e162 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/埃奇奥奥迪托雷_001.lua from [ec2ae02ce0] to [97d1823be3].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message ]] Debug.SetAIName("埃奇奥奥迪托雷_001") Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,4300,0,0) Debug.AddCard(32354768,0,0,LOCATION_HAND,1,POS_FACEDOWN_ATTACK) Debug.AddCard(29432356,0,0,LOCATION_DECK,1,POS_FACEDOWN_ATTACK) Debug.AddCard(21495657,0,0,LOCATION_DECK,1,POS_FACEDOWN_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | --[[message ]] Debug.SetAIName("埃奇奥奥迪托雷_001") Debug.ReloadFieldBegin(DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,4300,0,0) Debug.AddCard(32354768,0,0,LOCATION_HAND,1,POS_FACEDOWN_ATTACK) Debug.AddCard(17390179,0,0,LOCATION_HAND,1,POS_FACEDOWN_ATTACK) Debug.AddCard(29432356,0,0,LOCATION_DECK,1,POS_FACEDOWN_ATTACK) Debug.AddCard(21495657,0,0,LOCATION_DECK,1,POS_FACEDOWN_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() |