Lines of
single/测试局_1.lua
from check-in 356cafe047
that are changed by the sequence of edits moving toward
check-in d4deeab7e2:
1: --[[message
356cafe047 2024-06-28 2: 维护:2024-06-27
356cafe047 2024-06-28 3: 简语:灵摆区的卡,不算怪兽,但算怪兽卡
4: ]]
5: Debug.SetAIName("test")
6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
7: Debug.SetPlayerInfo(0, 100, 0, 0)
8: Debug.SetPlayerInfo(1, 5950, 0, 0)
9:
10: Debug.AddCard(4582942, 0, 0, LOCATION_SZONE, 0, POS_FACEDOWN)
11: Debug.AddCard(4582942, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN)
12: Debug.AddCard(3048768, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
13:
14: Debug.ReloadFieldEnd()
15: aux.BeginPuzzle()