Commit 53d3b532 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 52b972f0
...@@ -7,7 +7,8 @@ function Herbarium_Maiden.peff1(c,id) ...@@ -7,7 +7,8 @@ function Herbarium_Maiden.peff1(c,id)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_PZONE) e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(1,id) e1:SetCountLimit(1,id)
e1:SetTarget(Herbarium_Maiden.psptg(id)) e1:SetTarget(Herbarium_Maiden.psptg(id))
......
...@@ -4,10 +4,10 @@ local s,id=GetID() ...@@ -4,10 +4,10 @@ local s,id=GetID()
function s.peff2(c) function s.peff2(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_NEGATE) e1:SetCategory(CATEGORY_HANDES)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_PZONE) e1:SetRange(LOCATION_PZONE)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetCountLimit(1,id-1000) e1:SetCountLimit(1,id-1000)
e1:SetCondition(s.peff2con) e1:SetCondition(s.peff2con)
......
...@@ -4,10 +4,10 @@ local s,id=GetID() ...@@ -4,10 +4,10 @@ local s,id=GetID()
function s.peff2(c) function s.peff2(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_NEGATE) e1:SetCategory(CATEGORY_HANDES)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_PZONE) e1:SetRange(LOCATION_PZONE)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetCountLimit(1,id-1000) e1:SetCountLimit(1,id-1000)
e1:SetCondition(s.peff2con) e1:SetCondition(s.peff2con)
...@@ -76,7 +76,7 @@ function s.initial_effect(c) ...@@ -76,7 +76,7 @@ function s.initial_effect(c)
H_M_.peff1(c,id) H_M_.peff1(c,id)
s.peff2(c) s.peff2(c)
H_M_.meff1(c,id,1) H_M_.meff1(c,id)
s.meff2(c) s.meff2(c)
H_M_.meff3(c,id) H_M_.meff3(c,id)
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