Commit e4bdb064 authored by Hello23-Ygopro's avatar Hello23-Ygopro Committed by DailyShana

add category for Jenis, Lightsworn Mender (#755)

parent b2d95bb7
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
function c83725008.initial_effect(c) function c83725008.initial_effect(c)
--recover&damage --recover&damage
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetDescription(aux.Stringid(83725008,0)) e1:SetDescription(aux.Stringid(83725008,0))
e1:SetCategory(CATEGORY_DAMAGE+CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
......
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