Commit f69b1be6 authored by GuGu's avatar GuGu

Update c34022.lua

parent c3af6bb3
Pipeline #32840 passed with stage
in 11 seconds
......@@ -4,7 +4,7 @@ local s,id=GetID()
function s.initial_effect(c)
-- 超量召唤条件:8星怪兽×2
c:EnableReviveLimit()
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsXyzLevel,8),2,2)
aux.AddXyzProcedure(c,nil,8,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