Overview
Comment: | 0.0.2366 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
efaf2b0a21f5fbab674cde6807a2cae0 |
User & Date: | 顽雨沉风 on 2023-07-30 04:08:28 |
Other Links: | manifest | tags |
Context
2023-07-30
| ||
04:08 | 0.0.2367 check-in: c81a002bbb user: 顽雨沉风 tags: trunk | |
04:08 | 0.0.2366 check-in: efaf2b0a21 user: 顽雨沉风 tags: trunk | |
04:08 | 0.0.2365 check-in: dacf2a795f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/ytb06_Exodia.lua from [9f35f9da48] to [b067769036].
1 2 3 4 5 | -------------------------- -- Single Mode Duel Puzzle -- Exodia -------------------------- | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | -------------------------- -- Single Mode Duel Puzzle -- Exodia -------------------------- Debug.SetAIName("ytb06_Exodia") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,4000,0,0) Debug.SetPlayerInfo(1,4000,0,0) --Player's Hand Debug.AddCard(07902349,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(33782437,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |