Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
edfc556d
Commit
edfc556d
authored
May 23, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
8f535139
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
script/c100266027.lua
script/c100266027.lua
+6
-2
script/c100424037.lua
script/c100424037.lua
+1
-0
No files found.
script/c100266027.lua
View file @
edfc556d
...
...
@@ -87,10 +87,11 @@ function c100266027.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e3
,
tp
)
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetType
(
EFFECT_TYPE_FIELD
)
e6
:
SetCode
(
EFFECT_
SPSUMMON_COUNT_LIMI
T
)
e6
:
SetCode
(
EFFECT_
LEFT_SPSUMMON_COUN
T
)
e6
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e6
:
SetTargetRange
(
1
,
0
)
e6
:
SetValue
(
1
)
e6
:
SetLabel
(
c100266027
.
getsummoncount
(
tp
))
e6
:
SetValue
(
c100266027
.
countval
)
e6
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e6
,
tp
)
end
...
...
@@ -116,3 +117,6 @@ end
function
c100266027
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c100266027
.
getsummoncount
(
sump
)
>
e
:
GetLabel
()
end
function
c100266027
.
countval
(
e
,
re
,
tp
)
if
c100266027
.
getsummoncount
(
tp
)
>
e
:
GetLabel
()
then
return
0
else
return
1
end
end
script/c100424037.lua
View file @
edfc556d
...
...
@@ -2,6 +2,7 @@
--
--Script by JoyJ
function
c100424037
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
77585513
)
--activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
100424037
,
0
))
...
...
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