Commit 6a242530 authored by nekrozar's avatar nekrozar

fix Giganticastle

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=45
なお、その後、「スキルドレイン」の効果の適用がなくなった場合、「鬼岩城」のアップした攻撃力・守備力が再び適用される事はありません。
parent 0085d81c
......@@ -31,6 +31,6 @@ function c63422098.regop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsSummonType(SUMMON_TYPE_SYNCHRO) then
local ct=c:GetMaterialCount()-1
c:RegisterFlagEffect(63422098,RESET_EVENT+RESETS_STANDARD,0,0,ct*200)
c:RegisterFlagEffect(63422098,RESET_EVENT+RESETS_STANDARD+RESET_DISABLE,0,0,ct*200)
end
end
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