Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
5
Merge Requests
5
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
MyCard
ygopro-scripts-888
Commits
431ae648
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
Hide 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)
...
@@ -19,7 +19,7 @@ function c15717011.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c15717011
.
subcon
(
e
)
function
c15717011
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
end
function
c15717011
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
function
c15717011
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
...
...
c30451366.lua
View file @
431ae648
...
@@ -8,5 +8,5 @@ function c30451366.initial_effect(c)
...
@@ -8,5 +8,5 @@ function c30451366.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c30451366
.
subcon
(
e
)
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
end
c50259460.lua
View file @
431ae648
...
@@ -8,5 +8,5 @@ function c50259460.initial_effect(c)
...
@@ -8,5 +8,5 @@ function c50259460.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c50259460
.
subcon
(
e
)
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
end
c52101615.lua
View file @
431ae648
...
@@ -19,7 +19,7 @@ function c52101615.initial_effect(c)
...
@@ -19,7 +19,7 @@ function c52101615.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c52101615
.
subcon
(
e
)
function
c52101615
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
end
function
c52101615
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
function
c52101615
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
...
...
c53493204.lua
View file @
431ae648
...
@@ -8,5 +8,5 @@ function c53493204.initial_effect(c)
...
@@ -8,5 +8,5 @@ function c53493204.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c53493204
.
subcon
(
e
)
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
end
c6205579.lua
View file @
431ae648
...
@@ -24,7 +24,7 @@ function c6205579.initial_effect(c)
...
@@ -24,7 +24,7 @@ function c6205579.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c6205579
.
subcon
(
e
)
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
end
function
c6205579
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6205579
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
c79109599.lua
View file @
431ae648
...
@@ -18,7 +18,7 @@ function c79109599.initial_effect(c)
...
@@ -18,7 +18,7 @@ function c79109599.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c79109599
.
subcon
(
e
)
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
end
function
c79109599
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c79109599
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c84040113.lua
View file @
431ae648
...
@@ -21,7 +21,7 @@ function c84040113.initial_effect(c)
...
@@ -21,7 +21,7 @@ function c84040113.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c84040113
.
subcon
(
e
)
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
end
function
c84040113
.
spcon
(
e
)
function
c84040113
.
spcon
(
e
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
...
...
c88696724.lua
View file @
431ae648
...
@@ -19,7 +19,7 @@ function c88696724.initial_effect(c)
...
@@ -19,7 +19,7 @@ function c88696724.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c88696724
.
subcon
(
e
)
function
c88696724
.
subcon
(
e
)
return
e
:
GetHandler
():
IsLocation
(
0x1e
)
return
e
:
GetHandler
():
IsLocation
(
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
)
end
end
function
c88696724
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
function
c88696724
.
filter
(
c
,
e
,
tp
,
m
,
gc
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_EARTH
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAttribute
(
ATTRIBUTE_EARTH
)
...
...
c99426834.lua
View file @
431ae648
...
@@ -8,5 +8,5 @@ function c99426834.initial_effect(c)
...
@@ -8,5 +8,5 @@ function c99426834.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c99426834
.
subcon
(
e
)
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
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