Commit 19a71814 authored by Tachibana's avatar Tachibana

eme

parent 74b4c687
Pipeline #6289 passed with stages
in 29 minutes and 48 seconds
......@@ -3,7 +3,7 @@ local m=26805018
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,81010004)
aux.EnableChangeCode(c,81010004,LOCATION_MZONE+LOCATION_GRAVE)
aux.EnableChangeCode(c,81010004,LOCATION_ONFIELD+LOCATION_GRAVE)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
......@@ -80,13 +80,7 @@ end
function Tenka.Asamiya(c)
c:EnableReviveLimit()
aux.AddCodeList(c,81027000)
local ea=Effect.CreateEffect(c)
ea:SetType(EFFECT_TYPE_SINGLE)
ea:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
ea:SetCode(EFFECT_CHANGE_CODE)
ea:SetRange(LOCATION_MZONE+LOCATION_HAND)
ea:SetValue(81027000)
c:RegisterEffect(ea)
aux.EnableChangeCode(c,81027000,LOCATION_MZONE+LOCATION_HAND)
end
--
function Tenka.Einstein(c)
......
......@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e1:SetOperation(cm.sumsuc)
c:RegisterEffect(e1)
--change
aux.EnableChangeCode(c,81010004,LOCATION_MZONE+LOCATION_GRAVE)
aux.EnableChangeCode(c,81010004,LOCATION_ONFIELD+LOCATION_GRAVE)
--search
local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
......
......@@ -10,7 +10,7 @@ function cm.initial_effect(c)
e0:SetOperation(cm.sumsuc)
c:RegisterEffect(e0)
--change
aux.EnableChangeCode(c,81010004,LOCATION_MZONE+LOCATION_GRAVE)
aux.EnableChangeCode(c,81010004,LOCATION_ONFIELD+LOCATION_GRAVE)
--tograve
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
......
......@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e0:SetOperation(cm.sumsuc)
c:RegisterEffect(e0)
--change
aux.EnableChangeCode(c,81010004,LOCATION_MZONE+LOCATION_GRAVE)
aux.EnableChangeCode(c,81010004,LOCATION_ONFIELD+LOCATION_GRAVE)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
--水晶之泪
function c81010003.initial_effect(c)
aux.AddCodeList(c,81010004)
aux.EnableChangeCode(c,81010004,LOCATION_MZONE+LOCATION_GRAVE)
aux.EnableChangeCode(c,81010004,LOCATION_ONFIELD+LOCATION_GRAVE)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
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