Overview
Comment: | 0.0.1943 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
84dbad5fa8720839d4e2e348673a203a |
User & Date: | 顽雨沉风 on 2023-07-20 03:53:08 |
Other Links: | manifest | tags |
Context
2023-07-20
| ||
03:53 | 0.0.1944 check-in: bedac3ae0d user: 顽雨沉风 tags: trunk | |
03:53 | 0.0.1943 check-in: 84dbad5fa8 user: 顽雨沉风 tags: trunk | |
03:44 | 0.0.1942 check-in: 6dbd0db60b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/16.Flip Illusions_衍生版_1.lua from [715c123d91] to [8e1f73a24b].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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 29 | - + - - - - + + + - - + + + + | --[[message 反转幻想 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,1000,0,0) Debug.SetPlayerInfo(1,24300,0,0) Debug.AddCard(92826944,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(96146814,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(7392745,0,0,LOCATION_DECK,4,POS_FACEDOWN) |
︙ |