Commit 321a0c74 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 0983201b
Pipeline #29537 passed with stages
in 44 minutes
--神帝的坏世
Duel.LoadScript("c16199990.lua")
if not pcall(function() require("expansions/script/c16199990") end) then require("script/c16199990") end
local m=16110013
local cm=_G["c"..m]
function cm.initial_effect(c)
......@@ -21,7 +21,14 @@ function cm.initial_effect(c)
e2:SetOperation(cm.operation)
c:RegisterEffect(e2)
--
local e3=rsef.QO(c,EVENT_FREE_CHAIN,{m,1},nil,nil,nil,LOCATION_GRAVE,nil,cm.cost2,nil,cm.sumop)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetRange(LOCATION_GRAVE)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetCountLimit(1,m)
e3:SetCost(cm.cost2)
e3:SetOperation(cm.sumop)
c:RegisterEffect(e3)
end
--search
function cm.cfilter(c)
......
--狮神帝 莱欧涅耳
Duel.LoadScript("c16199990.lua")
if not pcall(function() require("expansions/script/c16199990") end) then require("script/c16199990") end
local m=16110016
local cm=_G["c"..m]
function cm.initial_effect(c)
......@@ -39,8 +39,8 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(dg,REASON_EFFECT)
if c:IsLocation(LOCATION_MZONE) and c:IsFaceup() then
local og = Duel.GetOperatedGroup()
local atk=og:GetSum(Card.GetAttack)
local def=og:GetSum(Card.GetDefense)
local atk=og:GetSum(Card.GetPreviousAttackOnField)
local def=og:GetSum(Card.GetPreviousDefenseOnField)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
......
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