Commit 6408a720 authored by mallu11's avatar mallu11 Committed by GitHub

update about 人造人間-サイコ・ショッカー (#1386)

parent 158bccf2
--電脳増幅器
function c303660.initial_effect(c)
aux.AddCodeList(c,77585513)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
......
--人造人間-サイコ・ロード
function c35803249.initial_effect(c)
aux.AddCodeList(c,77585513)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
......
--人造人間-サイコ・ジャッカー
function c51916032.initial_effect(c)
aux.AddCodeList(c,77585513)
--change
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......
--人造人間-サイコ・リターナー
function c9418534.initial_effect(c)
aux.AddCodeList(c,77585513)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(9418534,0))
......
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