Commit cf265b5e authored by TanakaKotoha's avatar TanakaKotoha

y1s1qs

parent d50ff7eb
No preview for this file type
...@@ -15,6 +15,7 @@ function cm.initial_effect(c) ...@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetCountLimit(1,m) e1:SetCountLimit(1,m)
e1:SetCost(cm.atkcost) e1:SetCost(cm.atkcost)
e1:SetTarget(cm.atktg) e1:SetTarget(cm.atktg)
......
...@@ -15,6 +15,7 @@ function cm.initial_effect(c) ...@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetCountLimit(1,m) e1:SetCountLimit(1,m)
e1:SetCost(cm.atkcost) e1:SetCost(cm.atkcost)
e1:SetTarget(cm.atktg) e1:SetTarget(cm.atktg)
......
...@@ -11,8 +11,10 @@ function cm.initial_effect(c) ...@@ -11,8 +11,10 @@ function cm.initial_effect(c)
e1:SetDescription(aux.Stringid(m,0)) e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetCost(cm.atkcost) e1:SetCost(cm.atkcost)
e1:SetOperation(cm.atkop) e1:SetOperation(cm.atkop)
......
...@@ -27,10 +27,11 @@ function c960004.initial_effect(c) ...@@ -27,10 +27,11 @@ function c960004.initial_effect(c)
e4:SetDescription(aux.Stringid(960004,1)) e4:SetDescription(aux.Stringid(960004,1))
e4:SetCategory(CATEGORY_ATKCHANGE) e4:SetCategory(CATEGORY_ATKCHANGE)
e4:SetType(EFFECT_TYPE_QUICK_O) e4:SetType(EFFECT_TYPE_QUICK_O)
e4:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e4:SetCode(EVENT_FREE_CHAIN)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetHintTiming(TIMING_DAMAGE_STEP)
e4:SetCountLimit(1,960004) e4:SetCountLimit(1,960004)
e4:SetCode(EVENT_FREE_CHAIN)
e4:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e4:SetCost(c960004.atcost) e4:SetCost(c960004.atcost)
e4:SetOperation(c960004.atop) e4:SetOperation(c960004.atop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
......
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