Commit 8f6ecb5a authored by a597449807's avatar a597449807 Committed by GitHub

Fix 戦華史略-矯詔之叛 (#2712)

①效果脚本SetCategory增加CATEGORY_DAMAGE(自分メインフェイズに発動できる。手札から「戦華」モンスター1体を特殊召喚し、自分はそのモンスターのレベル×100のダメージを受ける)

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=17175&request_locale=ja
parent 1f4c5a07
......@@ -10,7 +10,7 @@ function c45115956.initial_effect(c)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(45115956,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DAMAGE)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1,45115956)
......
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