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
6f65f2c3
Commit
6f65f2c3
authored
Aug 18, 2021
by
mercury233
Committed by
GitHub
Aug 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Chimeratech Fortress Dragon (#1691)
parent
bb6e2abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
c79229522.lua
c79229522.lua
+5
-2
No files found.
c79229522.lua
View file @
6f65f2c3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c79229522
.
initial_effect
(
c
)
function
c79229522
.
initial_effect
(
c
)
--fusion material
--fusion material
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProcCodeFunRep
(
c
,
70095154
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_MACHINE
)
,
1
,
63
,
true
,
true
)
aux
.
AddFusionProcCodeFunRep
(
c
,
70095154
,
c79229522
.
mfilter
,
1
,
63
,
true
,
true
)
aux
.
AddContactFusionProcedure
(
c
,
c79229522
.
cfilter
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
c79229522
.
sprop
(
c
))
aux
.
AddContactFusionProcedure
(
c
,
c79229522
.
cfilter
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
c79229522
.
sprop
(
c
))
--spsummon condition
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -23,8 +23,11 @@ c79229522.material_setcode=0x1093
...
@@ -23,8 +23,11 @@ c79229522.material_setcode=0x1093
function
c79229522
.
splimit
(
e
,
se
,
sp
,
st
)
function
c79229522
.
splimit
(
e
,
se
,
sp
,
st
)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
end
function
c79229522
.
mfilter
(
c
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c79229522
.
cfilter
(
c
,
fc
)
function
c79229522
.
cfilter
(
c
,
fc
)
return
c
:
IsAbleToGraveAsCost
()
and
(
c
:
IsControler
(
fc
:
GetControler
())
or
c
:
IsFaceup
())
and
(
c
:
IsCode
(
70095154
)
or
c
:
IsLocation
(
LOCATION_MZONE
))
return
c
:
IsAbleToGraveAsCost
()
and
(
c
:
IsControler
(
fc
:
GetControler
())
or
c
:
IsFaceup
())
end
end
function
c79229522
.
sprop
(
c
)
function
c79229522
.
sprop
(
c
)
return
function
(
g
)
return
function
(
g
)
...
...
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