Commit 257934a4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c96010032.lua

parent a5c6067d
Pipeline #30843 canceled with stages
in 34 seconds
--御三家·大竺葵 向阳而生
local m=96010032--卡密编号
local set=0x3ef8--御三家字段
local set=0x3ef8--御三家/Partner字段
local cm=_G["c"..m]
function cm.initial_effect(c)
--special summon
......@@ -17,7 +17,8 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m)
e2:SetCost(cm.spcost)
......
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