Overview
Comment: | 0.0.2429 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8dc60edaa4967849da5ab07cdb094d49 |
User & Date: | 顽雨沉风 on 2023-07-30 09:13:03 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
10:19 | 0.0.2430 check-in: 1e29d0dbcd user: 顽雨沉风 tags: trunk | |
09:13 | 0.0.2429 check-in: 8dc60edaa4 user: 顽雨沉风 tags: trunk | |
09:10 | 0.0.2428 check-in: c767cde2b3 user: 顽雨沉风 tags: trunk | |
Changes
Added single/LV-018.lua version [29ee326cea].
> > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --puzzle1 Debug.SetAIName("Level-018") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,3000,0,0) Debug.AddCard(64631466,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() |