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
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
Vee4
ygopro-scripts-888
Commits
d2bb999c
Commit
d2bb999c
authored
Mar 05, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp fix EFFECT_EXTRA_FUSION_MATERIAL
can is better than can't
parent
cb1f601e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
c17825378.lua
c17825378.lua
+3
-2
c72064891.lua
c72064891.lua
+2
-2
No files found.
c17825378.lua
View file @
d2bb999c
--捕食植物トリアンティス
--捕食植物トリアンティス
--not fully implemented
function
c17825378
.
initial_effect
(
c
)
function
c17825378
.
initial_effect
(
c
)
--pendulum summon
--pendulum summon
aux
.
EnablePendulumAttribute
(
c
)
aux
.
EnablePendulumAttribute
(
c
)
...
@@ -22,8 +23,8 @@ function c17825378.initial_effect(c)
...
@@ -22,8 +23,8 @@ function c17825378.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c17825378
.
mtval
(
e
,
c
)
function
c17825378
.
mtval
(
e
,
c
)
if
not
c
then
return
fals
e
end
if
not
c
then
return
tru
e
end
return
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
return
true
--
c:IsAttribute(ATTRIBUTE_DARK)
end
end
function
c17825378
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c17825378
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c72064891.lua
View file @
d2bb999c
...
@@ -76,6 +76,6 @@ function c72064891.mttg(e,c)
...
@@ -76,6 +76,6 @@ function c72064891.mttg(e,c)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
end
end
function
c72064891
.
mtval
(
e
,
c
)
function
c72064891
.
mtval
(
e
,
c
)
if
not
c
then
return
fals
e
end
if
not
c
then
return
tru
e
end
return
c
:
IsLevel
(
7
)
and
c
:
IsRace
(
RACE_DRAGON
)
return
true
--
c:IsLevel(7) and c:IsRace(RACE_DRAGON)
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