Commit cc288422 authored by wind2009's avatar wind2009 Committed by GitHub

Add codelist (#2751)

parent 07cda739
--モーターバイオレンス --モーターバイオレンス
---@param c Card ---@param c Card
function c77672444.initial_effect(c) function c77672444.initial_effect(c)
aux.AddCodeList(c,82556059)
--atk up --atk up
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
......
--モーターシェル --モーターシェル
---@param c Card ---@param c Card
function c78394032.initial_effect(c) function c78394032.initial_effect(c)
aux.AddCodeList(c,82556059)
--"Motor Token" Summon --"Motor Token" Summon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN) e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
......
--デモニック・モーター・Ω --デモニック・モーター・Ω
---@param c Card ---@param c Card
function c82556058.initial_effect(c) function c82556058.initial_effect(c)
aux.AddCodeList(c,82556059)
--token --token
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(82556058,0)) e1:SetDescription(aux.Stringid(82556058,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