Commit 66dc7a7b authored by 未闻皂名's avatar 未闻皂名

2022/3/30 新增:粉碎无人机,更新翻译

parent 046d7679
No preview for this file type
local m=120120031
local m=120208015
local cm=_G["c"..m]
cm.name="臭氧护罩"
cm.name="臭氧层人"
function cm.initial_effect(c)
--Indes Trap
local e1=Effect.CreateEffect(c)
......
local m=120208031
local cm=_G["c"..m]
cm.name="粉碎无人机"
function cm.initial_effect(c)
--Atk Up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(cm.condition)
e1:SetCost(cm.cost)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
end
--Atk Up
function cm.confilter(c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsRace(RACE_MACHINE)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,e:GetHandler())
end
cm.cost=RD.CostSendDeckTopToGrave(2)
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then
RD.AttachAtkDef(e,c,400,0,RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END)
end
end
\ No newline at end of file
local m=120208035
local cm=_G["c"..m]
cm.name="伟大地狱犬"
cm.name="大地三头犬"
function cm.initial_effect(c)
--Damage
local e1=Effect.CreateEffect(c)
......
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