Commit 2f6af33e authored by wind2009's avatar wind2009

Fix INFO

* 黑色魔术师的特殊召唤category
* 怒之业火的②效果添加1回合1次
* 黑魔术师防护罩添加卡名记述
parent cac3f6e0
Pipeline #25245 passed with stages
in 1 minute and 6 seconds
......@@ -15,7 +15,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_DESTROY)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_DESTROYED)
e2:SetCountLimit(1,id+o)
......
......@@ -15,6 +15,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_GRAVE)
e2:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,id+o)
e2:SetCondition(aux.exccon)
e2:SetCost(aux.bfgcost)
e2:SetTarget(s.thtg)
......
--黒魔術のバリア-ミラーフォース-
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,101204051,46986414)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
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