Commit 9adef286 authored by GuGu's avatar GuGu

Update c34019.lua

parent 7959998c
Pipeline #32852 passed with stage
in 17 seconds
......@@ -4,7 +4,7 @@ local s,id=GetID()
function s.initial_effect(c)
-- 同调召唤条件
c:EnableReviveLimit()
aux.AddSynchroProcedure(c,aux.Tuner(nil),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_EARTH),2,2)
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsAttribute,ATTRIBUTE_EARTH),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