Overview
Comment: | 0.0.1806 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8e2903ce2265ca386b0427045b29fd68 |
User & Date: | 顽雨沉风 on 2023-07-19 07:32:35 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
07:42 | 0.0.1807 check-in: a696849afe user: 顽雨沉风 tags: trunk | |
07:32 | 0.0.1806 check-in: 8e2903ce22 user: 顽雨沉风 tags: trunk | |
07:31 | 0.0.1805 check-in: f178aeefa6 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/04.Destructive Draw.lua from [bdf1ba7620] to [a1cdb535d5].
1 2 3 4 5 6 | --[[message 步向破灭的抽卡 ]] --puzzle1 Debug.SetAIName("四妹") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message 步向破灭的抽卡 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,10000,0,0) Debug.AddCard(41788781,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(96930127,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(90508760,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(52346240,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(14677495,0,0,LOCATION_MZONE,2,POS_FACEDOWN) |
︙ | ︙ |