Overview
Comment: | 0.0.2712 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
255200be486dcf651f9eae427227b094 |
User & Date: | 顽雨沉风 on 2023-10-12 09:12:45 |
Other Links: | manifest | tags |
Context
2023-10-12
| ||
09:18 | 0.0.2713 check-in: 5e522c7932 user: 顽雨沉风 tags: trunk | |
09:12 | 0.0.2712 check-in: 255200be48 user: 顽雨沉风 tags: trunk | |
09:04 | 0.0.2711 check-in: 405591abe3 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua from [3f878f9e62] to [599f4bd88c].
1 2 3 4 5 6 7 8 9 10 | --[[message 龙兽交锋 ]] Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) --6400 Debug.SetPlayerInfo(0,20000,0,0) | | | 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,20000,0,0) Debug.SetPlayerInfo(1,20000,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) |
︙ | ︙ |