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
6b703d40
Commit
6b703d40
authored
Jul 27, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c20016.lua 跳红
parent
eb2bb21e
Pipeline
#28728
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
script/c20016.lua
script/c20016.lua
+4
-3
No files found.
script/c20016.lua
View file @
6b703d40
...
...
@@ -2,7 +2,7 @@
function
c20016
.
initial_effect
(
c
)
--xyz summon
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedure
(
c
,
nil
,
3
,
2
,
c20016
.
ovfilter
,
aux
.
Stringid
(
74562021
,
1
))
aux
.
AddXyzProcedure
(
c
,
nil
,
3
,
2
,
c20016
.
ovfilter
,
aux
.
Stringid
(
74562021
,
1
)
,
nil
,
nil
,
e
)
--Nef.AddXyzProcedureCustom(c,c20016.mfilter,c20016.xyzcheck,1,2)
--remove
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -17,8 +17,9 @@ function c20016.initial_effect(c)
e1
:
SetOperation
(
c20016
.
operation
)
c
:
RegisterEffect
(
e1
)
end
function
c20016
.
ovfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x123
)
and
c
:
IsXyzLevel
(
nil
,
3
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
+
ATTRIBUTE_DARK
)
function
c20016
.
ovfilter
(
c
,
e
)
local
xyzc
=
e
:
GetOwner
()
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x123
)
and
c
:
IsXyzLevel
(
xyzc
,
3
)
and
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
+
ATTRIBUTE_DARK
)
end
function
c20016
.
mfilter
(
c
,
xyzc
)
return
c
:
IsXyzLevel
(
xyzc
,
3
)
...
...
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