Commit 6437e18b authored by nanahira's avatar nanahira

dt

parent 8024a73e
...@@ -46,6 +46,7 @@ function cm.initial_effect(c) ...@@ -46,6 +46,7 @@ function cm.initial_effect(c)
e4:SetType(EFFECT_TYPE_FIELD) e4:SetType(EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_DIRECT_ATTACK) e4:SetCode(EFFECT_DIRECT_ATTACK)
e4:SetRange(LOCATION_SZONE) e4:SetRange(LOCATION_SZONE)
e4:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e4:SetTargetRange(LOCATION_ONFIELD,LOCATION_ONFIELD) e4:SetTargetRange(LOCATION_ONFIELD,LOCATION_ONFIELD)
e4:SetTarget(function(e,c) e4:SetTarget(function(e,c)
return c:IsCode(77765001) and c:IsFaceup() return c:IsCode(77765001) and c:IsFaceup()
...@@ -66,7 +67,7 @@ function cm.initial_effect(c) ...@@ -66,7 +67,7 @@ function cm.initial_effect(c)
ee:SetCode(EFFECT_UPDATE_ATTACK) ee:SetCode(EFFECT_UPDATE_ATTACK)
ee:SetValue(300) ee:SetValue(300)
ee:SetReset(0x1fe1000) ee:SetReset(0x1fe1000)
tc:RegisterEffect(ee) tc:RegisterEffect(ee,true)
end) end)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--Description Required: --Description Required:
......
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