Differences From Artifact [8f0ee4eeea]:
- File single/X-LV-54.lua — part of check-in [b72b2b6398] at 2023-10-12 06:50:41 on branch trunk — 0.0.2704 (user: 顽雨沉风, size: 1713) [annotate] [blame] [check-ins using]
To Artifact [11286fd515]:
- File single/X-LV-54.lua — part of check-in [246282fafc] at 2023-10-12 06:56:50 on branch trunk — 0.0.2705 (user: 顽雨沉风, size: 1746) [annotate] [blame] [check-ins using]
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)
|
| ︙ | ︙ |