Commit b385a147 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c96010033.lua

parent 257934a4
Pipeline #30844 canceled with stages
in 13 seconds
--御三家·火暴兽 怒火冲天
local m=96010033--卡密编号
local set=0x3ef8--御三家字段
local set=0x3ef8--御三家/Partner字段
local cm=_G["c"..m]
function cm.initial_effect(c)
--Activate
......@@ -17,7 +17,8 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,2))
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