Overview
Comment: | 0.0.2523 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9a7313351c4ccd5ecdc9ce39bbfb4f35 |
User & Date: | 顽雨沉风 on 2023-09-05 10:45:52 |
Other Links: | manifest | tags |
Context
2023-09-05
| ||
10:46 | 0.0.2524 check-in: 316003c851 user: 顽雨沉风 tags: trunk | |
10:45 | 0.0.2523 check-in: 9a7313351c user: 顽雨沉风 tags: trunk | |
10:45 | 0.0.2522 check-in: 3e2f8f1851 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/13.Archfiend Fusion_衍生版_1.lua from [0bc2587c2c] to [9ffa8f99e0].
1 2 3 4 5 6 7 8 9 | --[[message 恶魔融合 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,16500,0,0) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | --[[message 恶魔融合 ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,16500,0,0) --~ Debug.AddCard(63883999,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(28423537,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(31766317,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(50287060,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(92039899,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(94283662,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(50259460,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(66540884,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |