Commit fa9170b8 authored by Tachibana's avatar Tachibana

得得得得得

parent fe58e53c
Pipeline #13336 passed with stages
in 30 minutes and 58 seconds
......@@ -58,7 +58,7 @@ function cm.initial_effect(c)
e4:SetDescription(aux.Stringid(m,1))
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_EXTRA)
e4:SetCountLimit(1,m)
e4:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
e4:SetCost(cm.lpcost)
e4:SetCondition(cm.namecon)
e4:SetTarget(cm.tftg)
......
......@@ -60,7 +60,7 @@ function cm.initial_effect(c)
e6:SetDescription(aux.Stringid(m,2))
e6:SetType(EFFECT_TYPE_IGNITION)
e6:SetRange(LOCATION_EXTRA)
e6:SetCountLimit(1,m)
e6:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
e6:SetCondition(cm.namecon)
e6:SetCost(cm.thcost)
e6:SetTarget(cm.exptg)
......
......@@ -94,7 +94,7 @@ function cm.initial_effect(c)
e5:SetCategory(CATEGORY_SPECIAL_SUMMON)
e5:SetType(EFFECT_TYPE_IGNITION)
e5:SetRange(LOCATION_EXTRA)
e5:SetCountLimit(1,m)
e5:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
e5:SetCondition(cm.namecon)
e5:SetTarget(cm.sptg1)
e5:SetOperation(cm.spop1)
......
......@@ -56,7 +56,7 @@ function cm.initial_effect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_EXTRA)
e4:SetCountLimit(1,m)
e4:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
e4:SetCondition(cm.namecon)
e4:SetTarget(cm.sptg)
e4:SetOperation(cm.spop)
......
......@@ -50,7 +50,7 @@ function cm.initial_effect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_EXTRA)
e4:SetCountLimit(1,m)
e4:SetCountLimit(1,m+EFFECT_COUNT_CODE_OATH)
e4:SetCondition(cm.namecon)
e4:SetTarget(cm.sptg1)
e4:SetOperation(cm.spop1)
......
......@@ -43,7 +43,7 @@ function cm.initial_effect(c)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e4:SetRange(LOCATION_MZONE)
e4:SetCode(EVENT_PHASE+PHASE_STANDBY)
e4:SetCountLimit(1,m+100)
e4:SetCountLimit(1,m+100+EFFECT_COUNT_CODE_OATH)
e4:SetCondition(cm.racecon)
e4:SetCost(cm.racecost)
e4:SetTarget(cm.tg3)
......
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