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
3
Merge Requests
3
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
cf75377f
Commit
cf75377f
authored
Nov 04, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add s.fusion_effect
parent
2f122eea
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
c34813443.lua
c34813443.lua
+1
-0
c35614780.lua
c35614780.lua
+1
-0
c49867899.lua
c49867899.lua
+1
-0
c50042011.lua
c50042011.lua
+1
-0
c62002838.lua
c62002838.lua
+1
-0
c98567237.lua
c98567237.lua
+1
-0
c98828338.lua
c98828338.lua
+1
-0
No files found.
c34813443.lua
View file @
cf75377f
...
...
@@ -32,6 +32,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
attop
)
c
:
RegisterEffect
(
e3
)
end
s
.
fusion_effect
=
true
function
s
.
fscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
end
...
...
c35614780.lua
View file @
cf75377f
...
...
@@ -36,6 +36,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
atkop
)
c
:
RegisterEffect
(
e3
)
end
s
.
fusion_effect
=
true
function
s
.
costfilter
(
c
)
return
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsLevel
(
8
)
and
c
:
IsAbleToRemoveAsCost
()
end
...
...
c49867899.lua
View file @
cf75377f
...
...
@@ -25,6 +25,7 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
eqop
)
c
:
RegisterEffect
(
e2
)
end
s
.
fusion_effect
=
true
function
s
.
lcheck
(
g
)
return
g
:
IsExists
(
s
.
mfilter
,
1
,
nil
)
end
...
...
c50042011.lua
View file @
cf75377f
...
...
@@ -49,6 +49,7 @@ function s.initial_effect(c)
e4
:
SetOperation
(
s
.
tgop
)
c
:
RegisterEffect
(
e4
)
end
s
.
fusion_effect
=
true
function
s
.
cfilter
(
c
,
tp
)
return
c
:
IsPreviousControler
(
tp
)
and
not
c
:
IsPreviousLocation
(
LOCATION_SZONE
)
and
(
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
or
c
:
GetOriginalType
()
&
TYPE_MONSTER
~=
0
)
...
...
c62002838.lua
View file @
cf75377f
...
...
@@ -35,6 +35,7 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
atkop
)
c
:
RegisterEffect
(
e3
)
end
s
.
fusion_effect
=
true
function
s
.
costfilter
(
c
)
return
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsLevel
(
8
)
and
c
:
IsAbleToRemoveAsCost
()
end
...
...
c98567237.lua
View file @
cf75377f
...
...
@@ -24,6 +24,7 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e2
)
end
s
.
fusion_effect
=
true
function
s
.
filter
(
c
)
return
c
:
IsRace
(
RACE_FIEND
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsAbleToHand
()
end
...
...
c98828338.lua
View file @
cf75377f
...
...
@@ -23,6 +23,7 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
fsop
)
c
:
RegisterEffect
(
e2
)
end
s
.
fusion_effect
=
true
function
s
.
tgfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsRace
(
RACE_PYRO
)
and
c
:
IsAbleToGrave
()
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