Overview
Comment: | 0.0.2705 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
246282fafce62ebdb8db76d62f3765c3 |
User & Date: | 顽雨沉风 on 2023-10-12 06:56:50 |
Other Links: | manifest | tags |
Context
2023-10-12
| ||
07:08 | 0.0.2706 check-in: 9ebd017828 user: 顽雨沉风 tags: trunk | |
06:56 | 0.0.2705 check-in: 246282fafc user: 顽雨沉风 tags: trunk | |
06:50 | 0.0.2704 check-in: b72b2b6398 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-54.lua from [8f0ee4eeea] to [11286fd515].
1 2 3 4 5 6 7 | 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,800,0,0) | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | --[[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,800,0,0) |
︙ | ︙ |