--[[Once per turn: You can detach all materials from this card; this card gains 1 additional attack during each Battle Phase this turn for each material detached.]]
--[[Once per turn: You can detach all materials from this card; this card gains 1 additional attack during each Battle Phase this turn for each material detached.]]
locale1=Effect.CreateEffect(c)
locale1=Effect.CreateEffect(c)
--e1:Desc(0)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCountLimit(1)
...
@@ -21,7 +20,6 @@ function s.initial_effect(c)
...
@@ -21,7 +20,6 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
c:RegisterEffect(e1)
--[[If this card destroys a monster(s) by battle while you have no cards with the same name in your GY: You can attach it to this card as material.]]
--[[If this card destroys a monster(s) by battle while you have no cards with the same name in your GY: You can attach it to this card as material.]]