Commit 51d4b9f5 authored by 聖園ミカ's avatar 聖園ミカ 🐟

reclean

parent 6ea16aa1
Pipeline #25965 passed with stages
in 17 minutes and 44 seconds
......@@ -31,10 +31,10 @@ function s.cfilter(c)
return (c:IsSetCard(0x43e) or c:IsSetCard(0x43f)) and c:IsFaceup()
end
function s.condition(e,tp,eg,ep,ev,re,r,rp)
return rp~=tp and Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,1,nil)
return rp~=tp
end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,38572779)==0 end
if chk==0 then return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_ONFIELD,0,1,nil) end
end
function s.efilter(e,re)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer()
......@@ -43,7 +43,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_IMMUNE_EFFECT)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTargetRange(LOCATION_ONFIELD,0)
e1:SetTarget(aux.TargetBoolFunction(s.cfilter))
e1:SetValue(s.efilter)
e1:SetReset(RESET_CHAIN)
......
......@@ -1176,7 +1176,7 @@
#举火人 3146095889 657 0x580-0x58f
!setname 0x580 梦灵童话
#活在二次元的人 2696925085 665 0x220-0x22f
#活在二次元的人 2696925085 665 0x220-0x22f
!setname 0x221 铁血工造
#今晚有宵夜吗 3080579137 666 0x660-0x66f
......@@ -1303,7 +1303,7 @@
#AddCodeList(75640050) 灰之魔女伊蕾娜卡名记述
#AddCodeList(75646327) 终焉律者琪亚娜卡名记述
#专业铁板沙包 769 1115493881 0x760-0x76f
#专业铁板沙包 769 1115493881 0x760-0x76f
!setname 0x761 白灵界
!setname 0x769 决死士
#ccodem.add_juesishi 带有「决死士」描述判断
......@@ -1356,7 +1356,7 @@
#AddCodeList(81041005) 想要传达给你的爱恋卡名记述
#named_with_SliverScene 银幕
#优格.索托斯 2669299010 816 0x3f0-0x3ff
#优格.索托斯 2669299010 816 0x3f0-0x3ff
!setname 0x3f1 A.L-SHIP
#八云鵺 2637581064 819 0x850-0x85f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment