Commit 25a6c99f authored by TanakaKotoha's avatar TanakaKotoha

emergency

parent 3a328253
......@@ -4,7 +4,9 @@
#1
00112014 1 --Hollow Knight-小骑士 向更深处进发
00112015 1 --Hollow Knight-小骑士 最初的开始
00112016 1 --Hollow Knight-小骑士 探索遗忘十字路
00112016 0 --Hollow Knight-小骑士 探索遗忘十字路
00112023 1 --Hollow Knight-鹿角虫车站
00112037 0 --Hollow Knight-小骑士 生命血
00112020 2 --我忘记了所有不幸,所见皆是奇迹-奎若
#7
00710236 0 --圣遗物-支配之镰
......@@ -49,6 +51,7 @@
01150024 0 --仙女的水滴·冬
01150025 0 --水之绫
01150037 0 --冬日的约会
01150039 0 --雪月华舞·怜
01150041 0 --蓝色世界
01150042 0 --红色世界
01156024 0 --接近神的蝴蝶妖精
......@@ -630,7 +633,6 @@
37564451 1 --百慕 冲击的相遇·莉普丝
37564455 1 --百慕 依偎的浅眠·一夏
37564505 1 --Nanahira & Halozy
37564507 2 --Bijyutsu
37564508 1 --Too Late Snow
37564509 2 --Harunohi
37564510 0 --Koinomi
......@@ -942,7 +944,8 @@
81009006 2 --不悦目光·橘爱丽丝
81010021 1 --高空坠落
81011053 0 --水晶艾蕾娜·花海
81011102 2 --橘花音·午后之音
81011102 1 --橘花音·午后之音
81011120 1 --橘花音·淡蓝之音
81012012 1 --浅绿时间·爱米莉
81013017 0 --薇薇安·伊文捷琳 θ
81014012 0 --极光导雷弹
......
......@@ -50,8 +50,10 @@ function cm.damop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
end
function cm.reccon(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and ((Duel.GetAttacker():IsAttack(1550) and Duel.GetAttacker():IsDefense(1050) and Duel.GetAttacker():IsControler(tp)) or (Duel.GetAttackTarget():IsAttack(1550) and Duel.GetAttackTarget():IsDefense(1050) and Duel.GetAttackTarget():IsControler(tp)))
function cm.reccon(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=Duel.GetAttacker()
local at=Duel.GetAttackTarget()
if chk==0 then return ep==tp and (tc:IsControler(tp) and tc:IsAttack(1550) and tc:IsDefense(1050)) or (at and at:IsControler(tp) and at:IsAttack(1550) and at:IsDefense(1050)) end
end
function cm.recop(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(tp,ev,REASON_EFFECT)
......
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