Commit cf84139a authored by 未闻皂名's avatar 未闻皂名

2021/1/17 新增:黄昏之勇者,更新翻译(Maximum翻译为极大)

parent b3d39eec
No preview for this file type
No preview for this file type
local m=120109006
local cm=_G["c"..m]
cm.name="黄昏之勇者 莱达克罗斯"
function cm.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(cm.cost)
e1:SetTarget(cm.target)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
end
--Special Summon
function cm.costfilter(c)
return c:IsRace(RACE_WARRIOR+RACE_SPELLCASTER) and c:IsAbleToDeckAsCost()
end
function cm.spfilter(c,e,tp)
return c:IsLevel(6) and c:IsRace(RACE_WARRIOR+RACE_SPELLCASTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,2,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,cm.costfilter,tp,LOCATION_GRAVE,0,2,2,nil)
Duel.ConfirmCards(1-tp,g)
Duel.SendtoDeck(g,nil,2,REASON_COST)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetMZoneCount(tp)>0
and Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetMZoneCount(tp)<1 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,cm.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
local m=120155021 local m=120155021
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="幻龙重骑异虫 Ex骑士[L]" cm.name="幻龙重骑 超斗轮挖掘鳞虫[L]"
function cm.initial_effect(c) function cm.initial_effect(c)
--Atk Up --Atk Up
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
local m=120155022 local m=120155022
local list={120155021,120155023} local list={120155021,120155023}
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="幻龙重骑异虫 Ex骑士" cm.name="幻龙重骑 超斗轮挖掘鳞虫"
function cm.initial_effect(c) function cm.initial_effect(c)
aux.AddCodeList(c,list[1],list[2]) aux.AddCodeList(c,list[1],list[2])
--Maximum Summon --Maximum Summon
......
local m=120155023 local m=120155023
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="幻龙重骑异虫 Ex骑士[R]" cm.name="幻龙重骑 超斗轮挖掘鳞虫[R]"
function cm.initial_effect(c) function cm.initial_effect(c)
--Destroy --Destroy
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
local m=120155024 local m=120155024
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="幻刃龙 创·龙" cm.name="幻刃龙 建造龙"
function cm.initial_effect(c) function cm.initial_effect(c)
--Special Summon --Special Summon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
local m=120155042 local m=120155042
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="幻透乡的险峻" cm.name="透幻乡的崄峻"
function cm.initial_effect(c) function cm.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) 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