Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro
Commits
e59d9dc2
Commit
e59d9dc2
authored
Sep 01, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
except the turn this card was sent to the Graveyard
parent
a10d8c56
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
14 deletions
+14
-14
script/c14094090.lua
script/c14094090.lua
+1
-1
script/c18803791.lua
script/c18803791.lua
+1
-1
script/c29795530.lua
script/c29795530.lua
+1
-1
script/c30392583.lua
script/c30392583.lua
+1
-1
script/c36970611.lua
script/c36970611.lua
+1
-1
script/c46008667.lua
script/c46008667.lua
+1
-1
script/c62835876.lua
script/c62835876.lua
+1
-1
script/c63227401.lua
script/c63227401.lua
+1
-1
script/c73694478.lua
script/c73694478.lua
+2
-2
script/c73729209.lua
script/c73729209.lua
+1
-1
script/c75214390.lua
script/c75214390.lua
+1
-1
script/c78474168.lua
script/c78474168.lua
+1
-1
script/c88204302.lua
script/c88204302.lua
+1
-1
No files found.
script/c14094090.lua
View file @
e59d9dc2
...
...
@@ -20,7 +20,7 @@ function c14094090.cfilter(c,att)
return
c
:
IsAttribute
(
att
)
and
c
:
IsAbleToRemoveAsCost
()
end
function
c14094090
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c14094090
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
...
...
script/c18803791.lua
View file @
e59d9dc2
...
...
@@ -13,7 +13,7 @@ function c18803791.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c18803791
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c18803791
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c29795530.lua
View file @
e59d9dc2
...
...
@@ -42,7 +42,7 @@ function c29795530.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c29795530
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c29795530
.
lvcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c30392583.lua
View file @
e59d9dc2
...
...
@@ -13,7 +13,7 @@ function c30392583.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c30392583
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c30392583
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c36970611.lua
View file @
e59d9dc2
...
...
@@ -72,7 +72,7 @@ function c36970611.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c36970611
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c36970611
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c46008667.lua
View file @
e59d9dc2
...
...
@@ -57,7 +57,7 @@ function c46008667.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c46008667
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c46008667
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c62835876.lua
View file @
e59d9dc2
...
...
@@ -14,7 +14,7 @@ function c62835876.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c62835876
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnCount
()
~=
e
:
GetHandler
():
GetTurnID
()
return
Duel
.
GetTurnCount
()
~=
e
:
GetHandler
():
GetTurnID
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c62835876
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0xb1
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGraveAsCost
()
...
...
script/c63227401.lua
View file @
e59d9dc2
...
...
@@ -55,7 +55,7 @@ function c63227401.disop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
NegateEffect
(
ev
)
end
function
c63227401
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c63227401
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c73694478.lua
View file @
e59d9dc2
...
...
@@ -52,8 +52,8 @@ function c73694478.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c73694478
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
and
Duel
.
GetTurnPlayer
()
==
tp
and
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
return
(
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
))
and
Duel
.
GetTurnPlayer
()
==
tp
and
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
end
function
c73694478
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c73729209.lua
View file @
e59d9dc2
...
...
@@ -49,7 +49,7 @@ function c73729209.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c73729209
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
(
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
(
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
)
and
(
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE
or
not
Duel
.
IsDamageCalculated
())
end
function
c73729209
.
atkcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c75214390.lua
View file @
e59d9dc2
...
...
@@ -32,7 +32,7 @@ function c75214390.spcon(e,c)
and
Duel
.
IsExistingMatchingCard
(
c75214390
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c75214390
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c75214390
.
atkcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c78474168.lua
View file @
e59d9dc2
...
...
@@ -52,7 +52,7 @@ function c78474168.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c78474168
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
and
not
e
:
GetHandler
():
IsReason
(
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
(
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
)
end
function
c78474168
.
negcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
script/c88204302.lua
View file @
e59d9dc2
...
...
@@ -41,7 +41,7 @@ function c88204302.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c88204302
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
return
e
:
GetHandler
():
GetTurnID
()
~=
Duel
.
GetTurnCount
()
or
e
:
GetHandler
():
IsReason
(
REASON_RETURN
)
end
function
c88204302
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToRemoveAsCost
()
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment