Overview
Comment: | 0.0.2415 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3bfda3e79ddbe587f967e2fd45b27158 |
User & Date: | 顽雨沉风 on 2023-07-30 07:22:16 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
07:22 | 0.0.2416 check-in: c513b6a293 user: 顽雨沉风 tags: trunk | |
07:22 | 0.0.2415 check-in: 3bfda3e79d user: 顽雨沉风 tags: trunk | |
07:21 | 0.0.2414 check-in: 2d4e5110e7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/21.Over The Rainbow.lua from [f125867a23] to [f6aa2b6730].
1 | --puzzle1 | | | | 1 2 3 4 5 6 7 8 9 10 | --puzzle1 Debug.SetAIName("21.Over The Rainbow") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,900,0,0) Debug.SetPlayerInfo(1,16100,0,0) Debug.AddCard(32710364,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(68215963,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(32933942,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(21698716,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(95600067,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |