Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
247a9e8b
Commit
247a9e8b
authored
Jul 11, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c20016.lua
parent
f69424d4
Pipeline
#28328
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
script/c20016.lua
script/c20016.lua
+5
-1
No files found.
script/c20016.lua
View file @
247a9e8b
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
function
c20016
.
initial_effect
(
c
)
function
c20016
.
initial_effect
(
c
)
--xyz summon
--xyz summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
Nef
.
AddXyzProcedureCustom
(
c
,
c20016
.
mfilter
,
c20016
.
xyzcheck
,
1
,
2
)
aux
.
AddXyzProcedure
(
c
,
nil
,
3
,
2
,
c20016
.
ovfilter
,
aux
.
Stringid
(
74562021
,
1
))
--Nef.AddXyzProcedureCustom(c,c20016.mfilter,c20016.xyzcheck,1,2)
--remove
--remove
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
...
@@ -16,6 +17,9 @@ function c20016.initial_effect(c)
...
@@ -16,6 +17,9 @@ function c20016.initial_effect(c)
e1
:
SetOperation
(
c20016
.
operation
)
e1
:
SetOperation
(
c20016
.
operation
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c20016
.
ovfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x123
)
and
c
:
IsXyzLevel
(
nil
,
3
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
+
ATTRIBUTE_DARK
)
end
function
c20016
.
mfilter
(
c
,
xyzc
)
function
c20016
.
mfilter
(
c
,
xyzc
)
return
c
:
IsXyzLevel
(
xyzc
,
3
)
return
c
:
IsXyzLevel
(
xyzc
,
3
)
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