Overview
Comment: | 0.0.1809 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e7479c7598b93f398d836b9186766806 |
User & Date: | 顽雨沉风 on 2023-07-19 07:46:57 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
07:49 | 0.0.1810 check-in: 3f7effb53a user: 顽雨沉风 tags: trunk | |
07:46 | 0.0.1809 check-in: e7479c7598 user: 顽雨沉风 tags: trunk | |
07:46 | 0.0.1808 check-in: 67f222657d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/04.Destructive Draw_衍生版_1.lua from [0e66191bd9] to [3a4e9eeb52].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - + - + - + | --[[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) |
︙ |