Overview
Comment: | 0.0.2717 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
035e1a57a0ca9ed3d38a46392ed016bd |
User & Date: | 顽雨沉风 on 2023-10-12 11:12:03 |
Other Links: | manifest | tags |
Context
2023-10-12
| ||
11:13 | 0.0.2718 check-in: 2a696a6a1b user: 顽雨沉风 tags: trunk | |
11:12 | 0.0.2717 check-in: 035e1a57a0 user: 顽雨沉风 tags: trunk | |
10:59 | 0.0.2716 check-in: 1e3a193bb4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua from [f81f1b3164] to [365a298046].
1 2 3 4 5 6 7 8 9 | --[[message 龙兽交锋 ]] Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) --6400 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | --[[message 龙兽交锋 ]] Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) --6400 Debug.SetPlayerInfo(0,18670,0,0) Debug.SetPlayerInfo(1,8100,0,0) ----------------- Debug.AddCard(36668118,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(28279543,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(21615956,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(5969957,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |