Overview
Comment: | 0.0.2352 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1a339b1e8c64dc2f8650a40e95824467 |
User & Date: | 顽雨沉风 on 2023-07-29 14:26:07 |
Other Links: | manifest | tags |
Context
2023-07-29
| ||
14:38 | 0.0.2353 check-in: 4d2b864b20 user: 顽雨沉风 tags: trunk | |
14:26 | 0.0.2352 check-in: 1a339b1e8c user: 顽雨沉风 tags: trunk | |
14:20 | 0.0.2351 check-in: 978130c992 user: 顽雨沉风 tags: trunk | |
Changes
Added single/LV-024.lua version [3eba251939].
> > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | --puzzle1 Debug.SetAIName("Level-024") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,3000,0,0) Debug.SetPlayerInfo(1,2000,0,0) Debug.AddCard(58831685,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(13429800,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(15025844,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(22046459,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(22046459,0,0,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(58831685,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() |