Differences From Artifact [e109c6f21b]:
- File single/X-LV-01.lua — part of check-in [4566f466d7] at 2024-07-20 13:20:41 on branch trunk — 0 (user: 顽雨沉风, size: 1024) [annotate] [blame] [check-ins using]
To Artifact [000c4d267e]:
- File single/X-LV-01.lua — part of check-in [2cca5fb8e9] at 2024-07-20 13:30:51 on branch trunk — 0 (user: 顽雨沉风, size: 1026) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 26 | 19 20 21 22 23 24 25 26 27 | + | local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(53927679, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2") |