Commit 2d38e239 authored by Tachibana's avatar Tachibana

eme

parent 91ed8a2a
Pipeline #7211 passed with stages
in 34 minutes and 32 seconds
No preview for this file type
......@@ -72,8 +72,6 @@
04210035 1 --猫耳天堂-偶像巧克力
04210049 0 --手冲魔女-救救猫猫
04210051 0 --冬幽狐白雪回音
04210157 2 --偶像祭的后台休息 妮娜
04210158 2 --偶像祭的登台出演 妮娜
04212301 2 --罗罗娜的工作室-罗罗娜
04212306 2 --罗罗娜的工作室
04212307 2 --托托莉的工作室
......@@ -160,13 +158,6 @@
10401167 0 --毒草
10401170 0 --复杂世界
10401178 0 --天下大同
#107
10700030 1 --惊惧苏生
10700201 0 --精生幻虫 平花萤火
10700212 0 --精生幻虫 倾国蜂后
10700225 2 --姬绊连结 尤丝蒂亚娜
10700227 2 --美食殿的日常
10700231 1 --破晓连结 优衣
#109
10900014 0 --无限之天使
10900051 0 --恶戏摆阵使
......@@ -192,7 +183,6 @@
10910012 1 --天使与龙的舞台
10919000 0 --叛逆的魔女 花菱
10969988 1 --魔力精炼
10970013 2 --夜之寻读
10981040 0 --青鸟
#111
11113171 2 --小死神
......@@ -626,7 +616,6 @@
20000003 1 --再起的双星
20000050 1 --藏于心之Chein
20000054 0 --星屑茶
20000056 2 --疾速机械剑齿虎
20000057 0 --七夕的花嫁骑士
20000060 1 --夹心猫
20000061 0 --溶解之恋
......@@ -807,9 +796,6 @@
28318012 2 --亚里沙的回眸
28319006 0 --下垣鸣海凛央奈 Single
28322000 0 --黑野紫
#290
29065598 0 --方舟之骑士·廷达
29065612 0 --钢铁方舟·深洋巨神号
#300
30000200 0 --暗魔力的爆发
30005000 2 --误召异神
......@@ -1128,6 +1114,7 @@
35100143 1 --异质绝望-摇奖机
#356
35600147 0 --Flowers 黝黑的纯爱气泡
35600149 0 --Flowers 告解的无果之恋
35600153 0 --Flowers 花之扉页
35600161 0 --Flowers 夜幕镜花的水月替身
35600163 0 --Flowers 晚秋细雨的虚像实景
......@@ -1443,7 +1430,7 @@
65010537 0 --白魔军魂 苏亚雷斯
65010539 1 --白魔军魂 安娜斯塔西亚
65010543 1 --白魔军魂 高尔博斯托
65010556 0 --天知之翼的骑行
65010556 1 --天知之翼的骑行
65010558 0 --天知之翼骑士
65010561 0 --友希兰
65010578 0 --绝对宣言-独奏会-
......@@ -1531,6 +1518,9 @@
72979219 2 --幻雪神龙-伊萨
#732
73295022 0 --犽绒-最忠诚的伙伴
#751
75122916 0 --械龙机
75126432 1 --械龙机·重装
#756
75640052 0 --旅人 伊蕾娜
75646054 1 --忆梦长廊 琪亚娜
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -27,13 +27,13 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.target2(e,tp,eg,ep,ev,re,r,rp,chk)
local a=Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_DECK,0,1,nil)
local b=Duel.IsExistingMatchingCard(cm.thfilter2,tp,LOCATION_DECK,0,1,nil) and Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,c)
local b=Duel.IsExistingMatchingCard(cm.thfilter2,tp,LOCATION_DECK,0,1,nil) and Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,e:GetHandler())
if chk==0 then
return a
end
if a and b and e:GetLabel()==2 and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
e:SetLabel(1)
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST+REASON_DISCARD,nil)
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST+REASON_DISCARD,e:GetHandler())
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,2,tp,LOCATION_DECK)
else
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
......
......@@ -11,6 +11,7 @@ function c64800103.initial_effect(c)
e1:SetCode(EVENT_CHAINING)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,64800103)
e1:SetCondition(c64800103.discon)
e1:SetTarget(c64800103.distg)
e1:SetOperation(c64800103.disop)
......
......@@ -36,7 +36,7 @@ function c75124689.initial_effect(c)
c:RegisterEffect(e3)
end
function c75124689.con(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0x3186)
return not e:GetHandler():GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0x3276)
end
function c75124689.con2(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0x3276)
......
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