Overview
Comment: | 0.0.2718 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2a696a6a1b241ca8c82b7219bea5820c |
User & Date: | 顽雨沉风 on 2023-10-12 11:13:49 |
Other Links: | manifest | tags |
Context
2023-10-12
| ||
11:38 | 0.0.2720 check-in: 8f20e770a4 user: 顽雨沉风 tags: trunk | |
11:13 | 0.0.2718 check-in: 2a696a6a1b user: 顽雨沉风 tags: trunk | |
11:12 | 0.0.2717 check-in: 035e1a57a0 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua from [365a298046] to [60a8388ff8].
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 | --[[message 龙兽交锋 ]] Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) --6400 Debug.SetPlayerInfo(0,18700,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) |
︙ | ︙ |