Commit 38364596 authored by GuGu's avatar GuGu

Update c34025.lua

parent f69b1be6
Pipeline #32841 passed with stage
in 7 seconds
......@@ -4,7 +4,7 @@ local s,id=GetID()
function s.initial_effect(c)
-- 超量召唤条件:原本等级3星的怪兽×2
c:EnableReviveLimit()
aux.AddXyzProcedure(c,s.xyzfilter,nil,2,2)
aux.AddXyzProcedureLevelFree(c,s.xyzfilter,nil,2,2)
-- ①效果:检索
local e1=Effect.CreateEffect(c)
......
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