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
812ea06a
Commit
812ea06a
authored
Jan 30, 2025
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EFFECT_COUNT_CODE_OATH+EFFECT_COUNT_CODE_DUEL
parent
4aa8490c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c15310033.lua
c15310033.lua
+1
-1
c75366958.lua
c75366958.lua
+1
-1
No files found.
c15310033.lua
View file @
812ea06a
...
@@ -7,7 +7,7 @@ function c15310033.initial_effect(c)
...
@@ -7,7 +7,7 @@ function c15310033.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
15310033
+
EFFECT_COUNT_CODE_DUEL
)
e1
:
SetCountLimit
(
1
,
15310033
+
EFFECT_COUNT_CODE_
OATH
+
EFFECT_COUNT_CODE_
DUEL
)
e1
:
SetCondition
(
c15310033
.
spcon
)
e1
:
SetCondition
(
c15310033
.
spcon
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
...
...
c75366958.lua
View file @
812ea06a
...
@@ -7,7 +7,7 @@ function c75366958.initial_effect(c)
...
@@ -7,7 +7,7 @@ function c75366958.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
75366958
+
EFFECT_COUNT_CODE_DUEL
)
e1
:
SetCountLimit
(
1
,
75366958
+
EFFECT_COUNT_CODE_
OATH
+
EFFECT_COUNT_CODE_
DUEL
)
e1
:
SetCondition
(
c75366958
.
spcon
)
e1
:
SetCondition
(
c75366958
.
spcon
)
e1
:
SetOperation
(
c75366958
.
spop
)
e1
:
SetOperation
(
c75366958
.
spop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
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