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

2021/6/17 修正bug,更新翻译

parent a9182db3
No preview for this file type
local m=120183040
local cm=_G["c"..m]
cm.name="超级新星"
cm.name="极超新星"
function cm.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
......@@ -32,6 +32,6 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(cm.spfilter),tp,LOCATION_GRAVE,0,1,1,nil,e,tp)
if g:GetCount()>0 then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
local m=120183041
local list={120170002}
local cm=_G["c"..m]
cm.name="即兴果酱音跃:P布置!"
cm.name="即兴果酱音跃:P谱曲!"
function cm.initial_effect(c)
aux.AddCodeList(c,list[1])
--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