Overview
Comment: | 0.0.2702 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3c57fe379bc4bd64b5899382a613a403 |
User & Date: | 顽雨沉风 on 2023-10-12 06:17:40 |
Other Links: | manifest | tags |
Context
2023-10-12
| ||
06:50 | 0.0.2703 check-in: 74eabaeb8b user: 顽雨沉风 tags: trunk | |
06:17 | 0.0.2702 check-in: 3c57fe379b user: 顽雨沉风 tags: trunk | |
06:07 | 0.0.2701 check-in: 170938de74 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua from [9080c6ec6a] to [6394d4bde6].
1 2 3 4 | Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) | | | 1 2 3 4 5 6 7 8 9 10 11 12 | Debug.SetAIName("X-LV-54") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,6400,0,0) Debug.SetPlayerInfo(1,800,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) |
︙ | ︙ |