Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
REIKAI
ygopro-222DIY-cards
Commits
b5c85b9a
Commit
b5c85b9a
authored
Dec 08, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7
parent
0798500f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c12400096.lua
expansions/script/c12400096.lua
+3
-3
No files found.
expansions/FiNALE.cdb
View file @
b5c85b9a
No preview for this file type
expansions/script/c12400096.lua
View file @
b5c85b9a
...
...
@@ -27,7 +27,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
4
))
e3
:
SetCategory
(
CATEGORY_
DESTROY
)
e3
:
SetCategory
(
CATEGORY_
SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
@@ -104,12 +104,12 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local
ops
=
{}
local
opval
=
{}
if
#
b1
>
0
then
ops
[
off
]
=
aux
.
Stringid
(
id
,
1
)
ops
[
off
]
=
aux
.
Stringid
(
id
,
0
)
opval
[
off
]
=
0
off
=
off
+
1
end
if
#
b2
>
0
then
ops
[
off
]
=
aux
.
Stringid
(
id
,
2
)
ops
[
off
]
=
aux
.
Stringid
(
id
,
1
)
opval
[
off
]
=
1
off
=
off
+
1
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