Commit 7499179e authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent 235080fc
Pipeline #31086 passed with stages
in 33 minutes and 41 seconds
...@@ -8,8 +8,8 @@ function c16364059.initial_effect(c) ...@@ -8,8 +8,8 @@ function c16364059.initial_effect(c)
e1:SetDescription(aux.Stringid(16364059,1)) e1:SetDescription(aux.Stringid(16364059,1))
e1:SetCategory(CATEGORY_TOHAND) e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SPSUMMON_SUCCESS+EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,16364059) e1:SetCountLimit(1,16364059)
e1:SetCondition(c16364059.spcon) e1:SetCondition(c16364059.spcon)
e1:SetTarget(c16364059.sptg) e1:SetTarget(c16364059.sptg)
......
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