Commit e0430abb authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent 99c6f86a
Pipeline #808 passed with stages
in 43 minutes and 51 seconds
No preview for this file type
--Ruby Rose
Duel.LoadScript("c37564765.lua")
c60151501.Senya_name_with_rose=true
function c60151501.initial_effect(c)
c:SetUniqueOnField(1,0,60151501)
--Activate
......
--Crescent Rose
Duel.LoadScript("c37564765.lua")
c60151551.Senya_name_with_rose=true
function c60151551.initial_effect(c)
c:SetUniqueOnField(1,0,60151551)
--Activate
......
......@@ -101,19 +101,21 @@ function cm.sscost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function cm.ssfilter(c,e,tp)
return c:IsType(TYPE_FUSION) and c:IsLevelBelow(9) and c:IsRace(RACE_PLANT) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial()
return c:IsType(TYPE_FUSION) and c:IsRace(RACE_PLANT) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsLevelBelow(9) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial()
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
end
function cm.sstg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.ssfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp) end
function cm.sstg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_FMATERIAL)
and Duel.IsExistingMatchingCard(cm.ssfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
end
function cm.ssop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if not aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_FMATERIAL) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,cm.ssfilter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
local tc=g:GetFirst()
if tc then
tc:SetMaterial(nil)
Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure()
end
......
--Flaming Rose
Duel.LoadScript("c37564765.lua")
c81012000.Senya_name_with_rose=true
function c81012000.initial_effect(c)
--Activate
local e0=aux.AddRitualProcEqual2(c,c81012000.filter,LOCATION_HAND+LOCATION_GRAVE)
......@@ -14,7 +16,6 @@ function c81012000.initial_effect(c)
e1:SetOperation(c81012000.tdop)
c:RegisterEffect(e1)
end
c81012000.fit_monster={81012001,81012002}
function c81012000.filter(c)
return c:IsType(TYPE_RITUAL) and c:IsType(TYPE_PENDULUM)
end
......
......@@ -540,7 +540,6 @@
!setname 0x95de 堕天司
!setname 0x5df 奥利维尔
#is_named_with_EFSF 联邦
#is_named_with_ZEON 吉恩
#set_without_id 姬塔
#AddCodeList(c,47500000) 姬塔卡名记述
!counter 0x45d0 英灵指示物
......@@ -587,12 +586,11 @@
!setname 0x9b21 天夜
!setname 0xab21 绘雨
!setname 0xb22 乖离
!setname 0x3b22 学徒型
!setname 0x5b22 纯白型
!setname 0x3b23 爱莎
!setname 0x5b23 晓美焰
!setname 0x6b23 FantasiaT
!setname 0x9b23 ├军团┤
!setname 0x9b23 军团
!setname 0xab23 两仪式
!setname 0xcb23 圣白莲
!setname 0x3b24 天符
......
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