Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
genkai-toppa
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
JoyJ
genkai-toppa
Commits
d2798cde
Commit
d2798cde
authored
Feb 10, 2022
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Solfachord
parent
22280158
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
script/c28115467.lua
script/c28115467.lua
+1
-1
script/c54387923.lua
script/c54387923.lua
+1
-1
script/c55226153.lua
script/c55226153.lua
+1
-1
script/c80776622.lua
script/c80776622.lua
+1
-1
No files found.
script/c28115467.lua
View file @
d2798cde
...
...
@@ -36,7 +36,7 @@ function c28115467.initial_effect(c)
e4
:
SetTarget
(
c28115467
.
avfilter
)
e4
:
SetValue
(
1
)
c
:
RegisterEffect
(
e4
)
_GENKAITOPPA
.
SolfachordRegister
(
c
)
_GENKAITOPPA
.
SolfachordRegister
(
c
,
28115467
+
100
)
end
function
c28115467
.
distg
(
e
,
c
)
return
c
:
IsControler
(
e
:
GetHandlerPlayer
())
and
c
:
IsSetCard
(
0x162
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
...
...
script/c54387923.lua
View file @
d2798cde
...
...
@@ -39,7 +39,7 @@ function c54387923.initial_effect(c)
e4
:
SetTarget
(
c54387923
.
destg
)
e4
:
SetOperation
(
c54387923
.
desop
)
c
:
RegisterEffect
(
e4
)
_GENKAITOPPA
.
SolfachordRegister
(
c
)
_GENKAITOPPA
.
SolfachordRegister
(
c
,
54387923
+
100
)
end
function
c54387923
.
actfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x162
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
...
...
script/c55226153.lua
View file @
d2798cde
...
...
@@ -35,7 +35,7 @@ function c55226153.initial_effect(c)
e4
:
SetTarget
(
c55226153
.
atktg
)
e4
:
SetValue
(
c55226153
.
atkval
)
c
:
RegisterEffect
(
e4
)
_GENKAITOPPA
.
SolfachordRegister
(
c
)
_GENKAITOPPA
.
SolfachordRegister
(
c
,
55226153
+
100
)
end
function
c55226153
.
distg
(
e
,
c
)
return
c
:
IsControler
(
e
:
GetHandlerPlayer
())
and
c
:
IsSetCard
(
0x162
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
...
...
script/c80776622.lua
View file @
d2798cde
...
...
@@ -49,7 +49,7 @@ function c80776622.initial_effect(c)
e5
:
SetTarget
(
c80776622
.
destg
)
e5
:
SetOperation
(
c80776622
.
desop
)
c
:
RegisterEffect
(
e5
)
_GENKAITOPPA
.
SolfachordRegister
(
c
)
_GENKAITOPPA
.
SolfachordRegister
(
c
,
80776622
+
100
)
end
function
c80776622
.
limfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0x162
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSummonType
(
SUMMON_TYPE_PENDULUM
)
...
...
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