Differences From Artifact [dd060f7cfb]:
- File single/X-LV-39.lua — part of check-in [6be0768ece] at 2023-07-19 11:50:55 on branch trunk — 0.0.1892 (user: 顽雨沉风, size: 2116) [annotate] [blame] [check-ins using]
To Artifact [c7055a75ce]:
- File single/X-LV-39.lua — part of check-in [c207a37482] at 2023-07-19 11:51:27 on branch trunk — 0.0.1893 (user: 顽雨沉风, size: 2167) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 |
--created by puzzle editor
Debug.SetAIName("枯岳说书人")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,14000,0,0)
--自己的怪兽区
| > > > > | 1 2 3 4 5 6 7 8 9 10 11 |
--[[message
解法由「如果」提供。
]]
--created by puzzle editor
Debug.SetAIName("枯岳说书人")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_PSEUDO_SHUFFLE+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,14000,0,0)
--自己的怪兽区
|
| ︙ | ︙ |