Commit 1e33a6e7 authored by 聖園ミカ's avatar 聖園ミカ 🐟

md

parent 8529ffef
Pipeline #26307 passed with stages
in 17 minutes and 44 seconds
No preview for this file type
......@@ -39,14 +39,14 @@ function cm.tkcon(e,tp,eg,ep,ev,re,r,rp)
end
function cm.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,33330162,0,0x4011,0,0,1,RACE_FIEND,ATTRIBUTE_LIGHT,POS_FACEUP,1-tp) end
and Duel.IsPlayerCanSpecialSummonMonster(tp,33330162,0x52a1,0x4011,0,0,1,RACE_FIEND,ATTRIBUTE_LIGHT,POS_FACEUP,1-tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,tp,0)
end
function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if e:GetHandler():IsRelateToEffect(e) and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,33330162,0,0x4011,0,0,1,RACE_FIEND,ATTRIBUTE_LIGHT,POS_FACEUP,1-tp) then
and Duel.IsPlayerCanSpecialSummonMonster(tp,33330162,0x52a1,0x4011,0,0,1,RACE_FIEND,ATTRIBUTE_LIGHT,POS_FACEUP,1-tp) then
local token=Duel.CreateToken(tp,33330162)
Duel.SpecialSummon(token,0,tp,1-tp,false,false,POS_FACEUP)
--Destroy
......
......@@ -61,11 +61,11 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e3,tp)
end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not (c:IsSetCard(0x341) or c:IsSetCard(0xa342))
return not c:IsSetCard(0x341)
end
function cm.spfilter2(c,e,tp)
return c:IsSetCard(0x341,0xa342) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0x341) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function cm.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
......@@ -44,14 +44,14 @@ end
function c33401310.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=c:GetReasonCard()
return c:IsLocation(LOCATION_GRAVE) and rc:IsSetCard(0x341) or rc:IsSetCard(0xa342) and r&REASON_FUSION+REASON_LINK~=0
return c:IsLocation(LOCATION_GRAVE) and rc:IsSetCard(0x341) and r&REASON_FUSION+REASON_LINK~=0
end
function c33401310.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c33401310.thfilter,tp,LOCATION_GRAVE,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,0,tp,LOCATION_GRAVE)
end
function c33401310.thfilter(c)
return c:IsType(TYPE_MONSTER)and (c:IsSetCard(0x341) or c:IsSetCard(0xa342)) and c:IsAbleToHand() and not c:IsSetCard(0xc342)
return c:IsType(TYPE_MONSTER)and c:IsSetCard(0x341) and c:IsAbleToHand() and not c:IsSetCard(0xc342)
end
function c33401310.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c33401310.thfilter,tp,LOCATION_GRAVE,0,1,1,nil)
......
......@@ -66,7 +66,7 @@ function c33401312.atkop(e,tp,eg,ep,ev,re,r,rp)
end
function c33401312.repfilter(c,tp)
return c:IsFaceup() and (c:IsSetCard(0x341) or c:IsSetCard(0xa342))
return c:IsFaceup() and c:IsSetCard(0x341)
and c:IsOnField() and c:IsControler(tp) and c:IsReason(REASON_EFFECT+REASON_BATTLE) and not c:IsReason(REASON_REPLACE)
end
function c33401312.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -258,7 +258,6 @@
!setname 0x5fae 辉圣
!setname 0x6fae 穆莉耶尔
!setname 0x9fae 阿里翁
!setname 0xafae 翼猫
!setname 0xcfae 圣诞娘
!setname 0xfb0 六曜
!setname 0xfb1 原罪机械
......@@ -297,9 +296,8 @@
!setname 0x8fbd 失落王国
!setname 0x3fbe 原数黑姬
!setname 0x5fbe 蜂兵
!setname 0x6fbe鬼目木更
!setname 0x6fbe目鬼木更
!setname 0x9fbe 蔷薇黄蜂|非蔷薇
!setname 0xafbe 门扉
!setname 0xcfbe 爱妮慕丝
#named_with_ALSTYE 阿蕾斯缇耶尔
#named_with_IDA ida
......@@ -413,7 +411,7 @@
!setname 0x6f3e Se7en
!setname 0xaf3e 异闻鸣
!setname 0xcf3e 三终渊
!setname 0x3f3f 死蔷薇
!setname 0x3f3f 死蔷薇|非蔷薇
!setname 0x5f3f 异再神
#AddCodeList(15002000) 神名浅海卡名记述
#AddCodeList(15000113) 笼影深渊·红神尼奥迦恩卡名记述
......@@ -740,7 +738,6 @@
!setname 0x5342 鸢一
!setname 0x6342 本条
!setname 0x9342 星宫
!setname 0xa342 崇宫
!setname 0xc342 士道
!setname 0x3343 天香
!setname 0x5343 绝灭天使
......@@ -767,8 +764,8 @@
!setname 0xa85 萨塔妮亚
!setname 0xa86 菈菲尔
!setname 0x3a87 Charlotte
!setname 0x3a8b 莉莉娅
!setname 0x5a8b 萝莎莉娅
#setname 0x3a8b 莉莉娅
#setname 0x5a8b 萝莎莉娅
!setname 0xa8e 七草一花
#setname="Alicization" 滋贝鲁库
#setname="Gmemories" 灰色记忆
......@@ -875,8 +872,8 @@
!setname 0xe81 决胜赛马娘
#Nanahira 78877 375 0x770-0x77f global:senya
!setname 0x7703L·不死之烟」检测用
!setname 0x771 「梦现·柚木梨沙」检测用
#setname 0x770 「3L·不死之烟」检测用
#setname 0x771 「梦现·柚木梨沙」检测用
!setname 0x777 梦前菜菜
#Senya_name_with_elem 元灵 エレメント
#Senya_name_with_rose Rose ローズ
......
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