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
82f655d6
Commit
82f655d6
authored
Dec 24, 2024
by
花桃白音
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 0004 category
parent
a4d1df09
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/script/c4204002.lua
expansions/script/c4204002.lua
+1
-1
expansions/script/c4204003.lua
expansions/script/c4204003.lua
+1
-1
expansions/script/c4204004.lua
expansions/script/c4204004.lua
+1
-1
expansions/script/c4204005.lua
expansions/script/c4204005.lua
+1
-1
expansions/script/c4204006.lua
expansions/script/c4204006.lua
+1
-1
expansions/script/c4204016.lua
expansions/script/c4204016.lua
+1
-1
No files found.
expansions/script/c4204002.lua
View file @
82f655d6
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
4204000
)
iFunc
(
c
).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_DESTROY
)
.
e
(
"SetCategory"
,
CATEGORY_DESTROY
+
CATEGORY_SUMMON
)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_FREE_CHAIN
)
.
e
(
"SetHintTiming"
,
0
,
TIMING_END_PHASE
+
TIMING_EQUIP
)
...
...
expansions/script/c4204003.lua
View file @
82f655d6
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
4204000
)
iFunc
(
c
).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_DESTROY
)
.
e
(
"SetCategory"
,
CATEGORY_DESTROY
+
CATEGORY_SUMMON
)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_FREE_CHAIN
)
.
e
(
"SetHintTiming"
,
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
...
...
expansions/script/c4204004.lua
View file @
82f655d6
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
4204000
)
iFunc
(
c
).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_D
ESTROY
)
.
e
(
"SetCategory"
,
CATEGORY_D
ISABLE
+
CATEGORY_REMOVE
+
CATEGORY_SUMMON
)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_FREE_CHAIN
)
.
e
(
"SetHintTiming"
,
TIMING_BATTLE_PHASE
,
TIMINGS_CHECK_MONSTER
+
TIMING_BATTLE_PHASE
)
...
...
expansions/script/c4204005.lua
View file @
82f655d6
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
4204000
)
iFunc
(
c
).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_
DESTROY
)
.
e
(
"SetCategory"
,
CATEGORY_
TODECK
+
CATEGORY_SEARCH
)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_FREE_CHAIN
)
.
e
(
"SetTarget"
,
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c4204006.lua
View file @
82f655d6
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
4204000
)
iFunc
(
c
).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_
DESTROY
)
.
e
(
"SetCategory"
,
CATEGORY_
TODECK
+
CATEGORY_DRAW
)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_FREE_CHAIN
)
.
e
(
"SetCountLimit"
,
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
...
...
expansions/script/c4204016.lua
View file @
82f655d6
...
...
@@ -90,7 +90,7 @@ function cm.initial_effect(c)
end
end
)
.
Return
()).
c
(
"RegisterEffect"
,
iFunc
(
c
)
.
e
(
"SetCategory"
,
CATEGORY_TOHAND
+
CATEGORY_S
PECIAL_S
UMMON
)
.
e
(
"SetCategory"
,
CATEGORY_TOHAND
+
CATEGORY_SUMMON
)
.
e
(
"SetType"
,
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
.
e
(
"SetCode"
,
EVENT_LEAVE_FIELD
)
.
e
(
"SetProperty"
,
EFFECT_FLAG_DELAY
)
...
...
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