Overview
Comment: | 0.0.1945 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d306b4fe2ba88c0ba1d25afb0849bac1 |
User & Date: | 顽雨沉风 on 2023-07-20 03:54:40 |
Other Links: | manifest | tags |
Context
2023-07-20
| ||
04:07 | 0.0.1946 check-in: 66a03a682a user: 顽雨沉风 tags: trunk | |
03:54 | 0.0.1945 check-in: d306b4fe2b user: 顽雨沉风 tags: trunk | |
03:53 | 0.0.1944 check-in: bedac3ae0d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/16.Flip Illusions_衍生版_1.lua from [daf34ca185] to [7175db4e54].
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+DUEL_PSEUDO_SHUFFLE,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) |
︙ | ︙ |