Differences From Artifact [e0c1dff51c]:
- File expansions/script/c896311393.lua — part of check-in [7d2b6b3607] at 2024-07-26 00:17:12 on branch trunk — 0 (user: 顽雨沉风, size: 2867) [annotate] [blame] [check-ins using] [more...]
To Artifact [34c3439631]:
- File expansions/script/c896311393.lua — part of check-in [065386963f] at 2024-07-26 00:21:46 on branch trunk — 0 (user: 顽雨沉风, size: 2865) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | c:RegisterEffect(e3) end function c896311393.cfilter(c,tp) return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsSetCard(0xc6) and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp) end function c896311393.spcon1(e,tp,eg,ep,ev,re,r,rp) |
︙ |