Commit d5bc36f7 authored by Tachibana's avatar Tachibana

ybb

parent 2d2ed918
Pipeline #10125 passed with stages
in 26 minutes and 52 seconds
......@@ -5,6 +5,7 @@ function c33200420.initial_effect(c)
e1:SetDescription(aux.Stringid(33200420,0))
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCondition(c33200420.smcon)
e1:SetTarget(c33200420.smtg)
......
......@@ -20,6 +20,7 @@ function c33200619.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_FZONE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetHintTiming(0,TIMING_END_PHASE)
e3:SetCountLimit(1,33200619)
e3:SetTarget(c33200619.lvtg)
......
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