Commit 0ca076f2 authored by 未闻皂名's avatar 未闻皂名

2021/12/22 移动已发售的先行卡至正式卡,更新翻译

parent 2ae59b91
No preview for this file type
No preview for this file type
local m=120205032
local list={120105001,120115001}
local cm=_G["c"..m]
cm.name="七星道师"
cm.name="七星道最上级魔术师"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1],list[2])
--Fusion Material
......
local m=120205034
local list={120140028,120130023}
local cm=_G["c"..m]
cm.name="无尽浪漫闪电吉他"
cm.name="无限之浪漫式闪电吉他"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1],list[2])
--Fusion Material
......
local m=120205036
local list={120155020,120199001}
local cm=_G["c"..m]
cm.name="天翔流丽 谢灭铁拉"
cm.name="天翔流丽 谢灭铁拉"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1],list[2])
--Fusion Material
......
......@@ -32,7 +32,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DECKDES,nil,0,tp,5)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if Duel.DiscardDeck(tp,3,REASON_EFFECT)==0 then return end
if Duel.DiscardDeck(tp,5,REASON_EFFECT)==0 then return end
local g=Duel.GetOperatedGroup()
local ct=g:FilterCount(cm.ctfilter,nil)
if ct>0 and Duel.IsExistingMatchingCard(cm.atkfilter,tp,LOCATION_MZONE,0,1,nil)
......
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