Differences From Artifact [88c53f6a89]:
- File single/印卡局_6.lua — part of check-in [a630a9f3d3] at 2024-07-26 13:53:13 on branch trunk — 0 (user: 顽雨沉风, size: 1633) [annotate] [blame] [check-ins using]
To Artifact [7c5f597f7b]:
- File single/印卡局_6.lua — part of check-in [d79fb9ffe6] at 2024-08-07 03:54:10 on branch trunk — 0 (user: 顽雨沉风, size: 1655) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 | - + | d["卡_印卡源"] = Debug.AddCard(55948544, 1, 1, k1, 0, POS_FACEUP) local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 Debug.AddCard(67441435, 0, 0, k1, 0, k2) local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(14558127, 1, 1, k1, 0, k2) |