Commit 228fe789 authored by Tachibana's avatar Tachibana

ndyd

parent 02edf53c
...@@ -297,6 +297,7 @@ ...@@ -297,6 +297,7 @@
12054001 1 --暴食女巫 顾拉 12054001 1 --暴食女巫 顾拉
12054004 2 --海之家的霸者 顾拉 12054004 2 --海之家的霸者 顾拉
12056005 1 --你偷看了? 12056005 1 --你偷看了?
12059030 1 --灰银魔王
12060030 1 --百鬼夜行 12060030 1 --百鬼夜行
12061000 1 --清奏姬 鹭草 12061000 1 --清奏姬 鹭草
12061001 2 --清纯契骑 鹭草 12061001 2 --清纯契骑 鹭草
......
...@@ -75,7 +75,7 @@ function cm.initial_effect(c) ...@@ -75,7 +75,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.setlimit(e,c,tp) function cm.setlimit(e,c,tp)
return c:IsType(TYPE_FIELD) return c:IsType(TYPE_FIELD)
......
...@@ -84,7 +84,7 @@ function cm.initial_effect(c) ...@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.cfilter(c,tp) function cm.cfilter(c,tp)
return c:GetOwner()==1-tp and c:IsAbleToRemoveAsCost() return c:GetOwner()==1-tp and c:IsAbleToRemoveAsCost()
......
...@@ -51,7 +51,7 @@ function c33330082.initial_effect(c) ...@@ -51,7 +51,7 @@ function c33330082.initial_effect(c)
end end
function c33330082.regcon(e,tp,eg,ep,ev,re,r,rp) function c33330082.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function c33330082.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function c33330082.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -77,7 +77,7 @@ c:EnableCounterPermit(0x34f) ...@@ -77,7 +77,7 @@ c:EnableCounterPermit(0x34f)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -77,7 +77,7 @@ function cm.initial_effect(c) ...@@ -77,7 +77,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -70,7 +70,7 @@ function cm.initial_effect(c) ...@@ -70,7 +70,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -103,7 +103,7 @@ function scard.initial_effect(c) ...@@ -103,7 +103,7 @@ function scard.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function scard.efilter(e, re, tp) function scard.efilter(e, re, tp)
return re:GetHandler():IsType(TYPE_FIELD) and re:IsHasType(EFFECT_TYPE_ACTIVATE) return re:GetHandler():IsType(TYPE_FIELD) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
......
...@@ -59,7 +59,7 @@ function c65000064.initial_effect(c) ...@@ -59,7 +59,7 @@ function c65000064.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
cm.toss_coin=true cm.toss_coin=true
function cm.val(e,c) function cm.val(e,c)
......
...@@ -84,7 +84,7 @@ function cm.initial_effect(c) ...@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -66,7 +66,7 @@ function cm.initial_effect(c) ...@@ -66,7 +66,7 @@ function cm.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.regtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
...@@ -121,7 +121,7 @@ function scard.initial_effect(c) ...@@ -121,7 +121,7 @@ function scard.initial_effect(c)
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsLocation(LOCATION_FZONE) return c:IsLocation(LOCATION_FZONE) and c:IsFaceup()
end end
function scard.resetcount(e,tp,eg,ep,ev,re,r,rp) function scard.resetcount(e,tp,eg,ep,ev,re,r,rp)
scard[0]=0 scard[0]=0
......
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