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
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
c41a4c4a
Commit
c41a4c4a
authored
May 04, 2024
by
wind2009
Committed by
GitHub
May 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Wrong SetCountLimit (#2506)
parent
cb40a3f7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
c52843699.lua
c52843699.lua
+1
-1
c73898890.lua
c73898890.lua
+1
-1
c81344070.lua
c81344070.lua
+1
-1
c92559258.lua
c92559258.lua
+2
-2
c94599451.lua
c94599451.lua
+1
-1
No files found.
c52843699.lua
View file @
c41a4c4a
...
...
@@ -32,7 +32,7 @@ function c52843699.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e3
:
SetCountLimit
(
1
,
88232397
)
e3
:
SetCountLimit
(
1
,
52843700
)
e3
:
SetCost
(
c52843699
.
cost
)
e3
:
SetTarget
(
c52843699
.
target
)
e3
:
SetOperation
(
c52843699
.
operation
)
...
...
c73898890.lua
View file @
c41a4c4a
...
...
@@ -23,7 +23,7 @@ function c73898890.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e2
:
SetCountLimit
(
1
,
897409
)
e2
:
SetCountLimit
(
1
,
73898891
)
e2
:
SetCost
(
c73898890
.
spcost
)
e2
:
SetCondition
(
c73898890
.
spcon
)
e2
:
SetTarget
(
c73898890
.
sptg
)
...
...
c81344070.lua
View file @
c41a4c4a
...
...
@@ -13,7 +13,7 @@ function c81344070.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--special summon from grave
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
33420078
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
81344070
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
...
c92559258.lua
View file @
c41a4c4a
...
...
@@ -36,7 +36,7 @@ function c92559258.initial_effect(c)
c
:
RegisterEffect
(
e4
)
--add counter
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
66104644
,
2
))
e5
:
SetDescription
(
aux
.
Stringid
(
92559258
,
1
))
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
e5
:
SetRange
(
LOCATION_MZONE
)
...
...
@@ -49,7 +49,7 @@ function c92559258.initial_effect(c)
c
:
RegisterEffect
(
e5
)
--pendulum set
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetDescription
(
aux
.
Stringid
(
92559258
,
1
))
e6
:
SetDescription
(
aux
.
Stringid
(
92559258
,
2
))
e6
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e6
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e6
:
SetCode
(
EVENT_DESTROYED
)
...
...
c94599451.lua
View file @
c41a4c4a
...
...
@@ -17,7 +17,7 @@ function c94599451.initial_effect(c)
c
:
RegisterEffect
(
e2
)
--to hand
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
94
243005
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
94
599451
,
0
))
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetCountLimit
(
1
)
...
...
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