Differences From Artifact [82eae1ba5c]:
- File script/c0.lua — part of check-in [8bc031aa19] at 2024-02-14 04:26:37 on branch trunk — 好 (user: 顽雨沉风, size: 6681) [annotate] [blame] [check-ins using]
To Artifact [61bbcf67a6]:
- File script/c0.lua — part of check-in [7ec48625c2] at 2024-02-14 04:26:55 on branch trunk — 好 (user: 顽雨沉风, size: 6678) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
187 188 189 190 191 192 193 | end end end s["印牌"] = function(u1, u2, u3) local h5, h6 h3 = u2 h4 = u3 or u2 | | | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | end end end s["印牌"] = function(u1, u2, u3) local h5, h6 h3 = u2 h4 = u3 or u2 Debug.ShowHint("点击对方额外牌组可以进行印牌\n手牌只能印" .. h3 .. "张\n最多可以印" .. h4 .. "张") h5 = Effect.CreateEffect(u1) h5:SetType(EFFECT_TYPE_IGNITION) h5:SetProperty(EFFECT_FLAG_BOTH_SIDE + EFFECT_FLAG_UNCOPYABLE + EFFECT_FLAG_CANNOT_NEGATE + EFFECT_FLAG_CANNOT_DISABLE) h5:SetTarget(s["不被连锁"]) h5:SetRange(LOCATION_EXTRA) h5:SetOperation(s["_印牌"]) u1:RegisterEffect(h5) |
︙ | ︙ |