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
八宫一月
ygopro-scripts
Commits
4fc8ff9d
Commit
4fc8ff9d
authored
Oct 16, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix material
parent
422f8e22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c37337327.lua
c37337327.lua
+1
-1
c69073023.lua
c69073023.lua
+1
-1
No files found.
c37337327.lua
View file @
4fc8ff9d
...
@@ -28,7 +28,7 @@ function c37337327.initial_effect(c)
...
@@ -28,7 +28,7 @@ function c37337327.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c37337327
.
mfilter
(
c
)
function
c37337327
.
mfilter
(
c
)
return
c
:
IsType
(
TYPE_EFFECT
)
and
c
:
IsLinkRace
(
RACE_WARRIOR
+
RACE_MACHINE
)
return
c
:
Is
Link
Type
(
TYPE_EFFECT
)
and
c
:
IsLinkRace
(
RACE_WARRIOR
+
RACE_MACHINE
)
end
end
function
c37337327
.
lcheck
(
g
,
lc
)
function
c37337327
.
lcheck
(
g
,
lc
)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_TUNER
)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_TUNER
)
...
...
c69073023.lua
View file @
4fc8ff9d
--無限起動要塞メガトンゲイル
--無限起動要塞メガトンゲイル
function
c69073023
.
initial_effect
(
c
)
function
c69073023
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsType
,
TYPE_XYZ
),
3
,
3
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Type
,
TYPE_XYZ
),
3
,
3
)
--immune effect
--immune effect
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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