Differences From Artifact [7962edb113]:
- File script/c0.lua — part of check-in [a7e2397f50] at 2023-07-11 06:44:40 on branch trunk — 0.0.1171 (user: 顽雨沉风, size: 7057) [annotate] [blame] [check-ins using]
To Artifact [8f7550abb3]:
- File script/c0.lua — part of check-in [509545c0c8] at 2023-07-11 06:46:34 on branch trunk — 0.0.1172 (user: 顽雨沉风, size: 7122) [annotate] [blame] [check-ins using]
| ︙ | |||
206 207 208 209 210 211 212 213 214 215 216 217 218 219 | 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | + + |
end
end
effect_1:SetOperation(print_hand)
str_1:RegisterEffect(effect_1)
end
fun["全部回到卡组"] = function
Debug.ShowHint("胜利条件:让对方回到卡组。")
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
|
| ︙ |