Overview
Comment: | 0.0.1820 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad898fe92ced57f563c1d9dba02e1808 |
User & Date: | 顽雨沉风 on 2023-07-19 08:06:23 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
08:06 | 0.0.1821 check-in: 116fd1cb0a user: 顽雨沉风 tags: trunk | |
08:06 | 0.0.1820 check-in: ad898fe92c user: 顽雨沉风 tags: trunk | |
08:05 | 0.0.1819 check-in: 771a1e7696 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/06.Blackwing Counter.lua from [41737b969d] to [d59e8189da].
1 | --puzzle1 | > > > > | | | 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,3) Debug.SetPlayerInfo(0,500,0,0) Debug.SetPlayerInfo(1,3300,0,0) Debug.AddCard(72714392,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(57421866,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(49460512,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(2009101,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(14785765,0,0,LOCATION_HAND,0,POS_FACEDOWN) |
︙ | ︙ |