Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
Vee4
ygopro-scripts-888
Commits
6efb8cf6
Commit
6efb8cf6
authored
May 14, 2024
by
wind2009
Committed by
GitHub
May 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing CATEGORY_SEARCH (#2527)
parent
ef6c96a7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
5 deletions
+7
-5
c16404809.lua
c16404809.lua
+1
-1
c26118970.lua
c26118970.lua
+2
-0
c32828635.lua
c32828635.lua
+1
-1
c57769391.lua
c57769391.lua
+1
-1
c91584698.lua
c91584698.lua
+1
-1
c97697678.lua
c97697678.lua
+1
-1
No files found.
c16404809.lua
View file @
6efb8cf6
...
...
@@ -9,7 +9,7 @@ function c16404809.initial_effect(c)
c
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
16404809
,
0
))
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_DECKDES
)
e2
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
+
CATEGORY_DECKDES
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
...
...
c26118970.lua
View file @
6efb8cf6
...
...
@@ -26,8 +26,10 @@ function c26118970.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
)
local
rc
=
e
:
GetHandler
():
GetReasonCard
()
if
rc
and
(
rc
:
IsCode
(
73580471
)
or
(
rc
:
IsRace
(
RACE_PLANT
)
and
rc
:
IsType
(
TYPE_SYNCHRO
)))
then
e
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e
:
SetLabel
(
1
)
else
e
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
:
SetLabel
(
0
)
end
end
...
...
c32828635.lua
View file @
6efb8cf6
...
...
@@ -4,7 +4,7 @@ function c32828635.initial_effect(c)
--salvage
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
32828635
,
0
))
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCondition
(
aux
.
exccon
)
...
...
c57769391.lua
View file @
6efb8cf6
...
...
@@ -3,7 +3,7 @@ function c57769391.initial_effect(c)
--mill
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
57769391
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_DECKDES
)
e1
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
+
CATEGORY_DECKDES
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
57769391
)
...
...
c91584698.lua
View file @
6efb8cf6
...
...
@@ -13,7 +13,7 @@ function c91584698.initial_effect(c)
c
:
RegisterEffect
(
e2
)
--tohand
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_TOHAND
)
e3
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCost
(
c91584698
.
thcost
)
...
...
c97697678.lua
View file @
6efb8cf6
...
...
@@ -2,7 +2,7 @@
function
c97697678
.
initial_effect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
97697678
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_PREDRAW
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
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