Overview
Comment: | 0.0.1817 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
622a18df545696caf08b3f0189ab4ee8 |
User & Date: | 顽雨沉风 on 2023-07-19 08:02:26 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
08:03 | 0.0.1818 check-in: 8bc200e16e user: 顽雨沉风 tags: trunk | |
08:02 | 0.0.1817 check-in: 622a18df54 user: 顽雨沉风 tags: trunk | |
08:02 | 0.0.1816 check-in: 21ab89289d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/05.Snatch the Exodia_衍生版_1.lua from [7b3df90544] to [9d3e0f750e].
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,1600,0,0) Debug.SetPlayerInfo(1,10000,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,1600,0,0) Debug.SetPlayerInfo(1,10000,0,0) --~ Debug.AddCard(33396948,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(85431040,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(48686504,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(28529976,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(61650133,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(71645242,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |