Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
431ae648
You need to sign in or sign up before continuing.
Commit
431ae648
authored
Feb 06, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix EFFECT_FUSION_SUBSTITUTE location
parent
b7248f6e
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
c15717011.lua
c15717011.lua
+1
-1
c30451366.lua
c30451366.lua
+1
-1
c50259460.lua
c50259460.lua
+1
-1
c52101615.lua
c52101615.lua
+1
-1
c53493204.lua
c53493204.lua
+1
-1
c6205579.lua
c6205579.lua
+1
-1
c79109599.lua
c79109599.lua
+1
-1
c84040113.lua
c84040113.lua
+1
-1
c88696724.lua
c88696724.lua
+1
-1
c99426834.lua
c99426834.lua
+1
-1
No files found.
c15717011.lua
View file @
431ae648
...
...
@@ -19,7 +19,7 @@ function c15717011.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c15717011
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
function
c15717011
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
...
...
c30451366.lua
View file @
431ae648
...
...
@@ -8,5 +8,5 @@ function c30451366.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c30451366
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
c50259460.lua
View file @
431ae648
...
...
@@ -8,5 +8,5 @@ function c50259460.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c50259460
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
c52101615.lua
View file @
431ae648
...
...
@@ -19,7 +19,7 @@ function c52101615.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c52101615
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
function
c52101615
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
...
...
c53493204.lua
View file @
431ae648
...
...
@@ -8,5 +8,5 @@ function c53493204.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c53493204
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
c6205579.lua
View file @
431ae648
...
...
@@ -24,7 +24,7 @@ function c6205579.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c6205579
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
function
c6205579
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
c79109599.lua
View file @
431ae648
...
...
@@ -18,7 +18,7 @@ function c79109599.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c79109599
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
function
c79109599
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
c84040113.lua
View file @
431ae648
...
...
@@ -21,7 +21,7 @@ function c84040113.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c84040113
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
end
function
c84040113
.
spcon
(
e
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
...
...
c88696724.lua
View file @
431ae648
...
...
@@ -19,7 +19,7 @@ function c88696724.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c88696724
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
function
c88696724
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_EARTH
)
...
...
c99426834.lua
View file @
431ae648
...
...
@@ -8,5 +8,5 @@ function c99426834.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c99426834
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_
MZONE
+
LOCATION_GRAVE
)
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