Overview
Comment: | 0.0.1801 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
86c59a1603882e9afb07fe5a6b512175 |
User & Date: | 顽雨沉风 on 2023-07-19 07:19:16 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
07:22 | 0.0.1802 check-in: b15a971cff user: 顽雨沉风 tags: trunk | |
07:19 | 0.0.1801 check-in: 86c59a1603 user: 顽雨沉风 tags: trunk | |
07:18 | 0.0.1800 check-in: 238fefb05d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/02.Maxx C Draw.lua from [1868c64d7d] to [e126550313].
1 2 3 4 5 6 | --[[message 增殖的G抽 ]] --puzzle1 Debug.SetAIName("四妹") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message 增殖的G抽 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1200,0,0) Debug.SetPlayerInfo(1,4000,0,0) Debug.AddCard(7902349,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(35112613,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(8124921,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(44519536,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(70903634,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |