Commit 104950e0 authored by 未闻皂名's avatar 未闻皂名

2022/6/10 新增:阴阳士 江城,更新翻译

parent fa98d692
Pipeline #13529 passed with stages
in 5 minutes and 12 seconds
No preview for this file type
local m=120222026
local list={120208006}
local cm=_G["c"..m]
cm.name="羊界 羊刃浪妖"
cm.name="羊界 家羊浪妖"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1])
--Recover
......
local m=120222037
local cm=_G["c"..m]
cm.name="阴阳士 江城"
function cm.initial_effect(c)
--To Hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_GRAVE_ACTION)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(cm.condition)
e1:SetCost(cm.cost)
e1:SetTarget(cm.target)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
end
--To Hand
function cm.confilter(c)
return c:IsFaceup() and c:IsAttack(1000) and c:IsDefense(1000)
end
function cm.thfilter(c)
return c:IsLevel(8) and c:IsAttack(2500) and c:IsAbleToHand()
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,e:GetHandler())
end
cm.cost=RD.CostSendHandToDeckBottom(Card.IsAbleToDeckAsCost,1,1,false)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_GRAVE,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_GRAVE)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.SelectAndDoAction(HINTMSG_ATOHAND,aux.NecroValleyFilter(cm.thfilter),tp,LOCATION_GRAVE,0,1,1,nil,function(g)
RD.SendToHandAndExists(g,1-tp)
end)
end
\ No newline at end of file
local m=120222044
local list={120186019}
local cm=_G["c"..m]
cm.name="辉煌F阶层大师"
cm.name="华丽巡场大师"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1])
--Fusion Material
......
local m=120222046
local list={120208006}
local cm=_G["c"..m]
cm.name="咩啰咩啰咩~歌☆超~羊毛光束"
cm.name="意乱情迷咩~歌☆羊~毛超级光线"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1])
--Activate
......
local m=120222061
local cm=_G["c"..m]
cm.name="河童的晒壳"
cm.name="河童晒甲壳"
function cm.initial_effect(c)
--Activate
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