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
6e256e33
Commit
6e256e33
authored
Feb 03, 2025
by
花桃白音
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cdb
parent
683b5c1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c18700354.lua
expansions/script/c18700354.lua
+3
-6
No files found.
expansions/FiNALE.cdb
View file @
6e256e33
No preview for this file type
expansions/script/c18700354.lua
View file @
6e256e33
...
@@ -17,10 +17,9 @@ function cm.initial_effect(c)
...
@@ -17,10 +17,9 @@ function cm.initial_effect(c)
e7
:
SetCategory
(
CATEGORY_REMOVE
)
e7
:
SetCategory
(
CATEGORY_REMOVE
)
e7
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e7
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e7
:
SetCode
(
EVENT_FREE_CHAIN
)
e7
:
SetCode
(
EVENT_FREE_CHAIN
)
e7
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e7
:
SetRange
(
LOCATION_MZONE
)
e7
:
SetRange
(
LOCATION_MZONE
)
e7
:
SetCountLimit
(
1
,
m
)
e7
:
SetCountLimit
(
1
,
m
)
e7
:
SetHintTiming
(
TIMING_
DAMAGE_STEP
+
TIMING_
END_PHASE
)
e7
:
SetHintTiming
(
TIMING_END_PHASE
)
e7
:
SetTarget
(
cm
.
sstg
)
e7
:
SetTarget
(
cm
.
sstg
)
e7
:
SetOperation
(
cm
.
ssop
)
e7
:
SetOperation
(
cm
.
ssop
)
c
:
RegisterEffect
(
e7
)
c
:
RegisterEffect
(
e7
)
...
@@ -29,10 +28,9 @@ function cm.initial_effect(c)
...
@@ -29,10 +28,9 @@ function cm.initial_effect(c)
e8
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e8
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e8
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e8
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e8
:
SetCode
(
EVENT_FREE_CHAIN
)
e8
:
SetCode
(
EVENT_FREE_CHAIN
)
e8
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e8
:
SetRange
(
LOCATION_MZONE
)
e8
:
SetRange
(
LOCATION_MZONE
)
e8
:
SetCountLimit
(
1
,
m
+
1
)
e8
:
SetCountLimit
(
1
,
m
+
1
)
e8
:
SetHintTiming
(
TIMING_
DAMAGE_STEP
+
TIMING_
END_PHASE
)
e8
:
SetHintTiming
(
TIMING_END_PHASE
)
e8
:
SetCost
(
cm
.
sscost2
)
e8
:
SetCost
(
cm
.
sscost2
)
e8
:
SetTarget
(
cm
.
ovtg3
)
e8
:
SetTarget
(
cm
.
ovtg3
)
e8
:
SetOperation
(
cm
.
ovop3
)
e8
:
SetOperation
(
cm
.
ovop3
)
...
@@ -42,10 +40,9 @@ function cm.initial_effect(c)
...
@@ -42,10 +40,9 @@ function cm.initial_effect(c)
e9
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e9
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e9
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e9
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e9
:
SetCode
(
EVENT_FREE_CHAIN
)
e9
:
SetCode
(
EVENT_FREE_CHAIN
)
e9
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e9
:
SetRange
(
LOCATION_MZONE
)
e9
:
SetRange
(
LOCATION_MZONE
)
e9
:
SetCountLimit
(
1
,
m
+
1
)
e9
:
SetCountLimit
(
1
,
m
+
1
)
e9
:
SetHintTiming
(
TIMING_
DAMAGE_STEP
+
TIMING_
END_PHASE
)
e9
:
SetHintTiming
(
TIMING_END_PHASE
)
e9
:
SetCost
(
cm
.
sscost3
)
e9
:
SetCost
(
cm
.
sscost3
)
e9
:
SetTarget
(
cm
.
ovtg4
)
e9
:
SetTarget
(
cm
.
ovtg4
)
e9
:
SetOperation
(
cm
.
ovop4
)
e9
:
SetOperation
(
cm
.
ovop4
)
...
...
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