Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
Commits
7c9d0631
Commit
7c9d0631
authored
Jan 19, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update スプール・コード
add string Stringid(2625939,1)
parent
2c8b9575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
c2625939.lua
c2625939.lua
+13
-2
No files found.
c2625939.lua
View file @
7c9d0631
...
...
@@ -20,6 +20,17 @@ function c2625939.activate(e,tp,eg,ep,ev,re,r,rp)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
2625939
,
0
))
then
Duel
.
BreakEffect
()
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
ft
=
1
end
local
ct
=
1
if
ft
>
1
then
local
num
=
{}
local
i
=
1
while
i
<=
ft
do
num
[
i
]
=
i
i
=
i
+
1
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
2625939
,
1
))
ct
=
Duel
.
AnnounceNumber
(
tp
,
table.unpack
(
num
))
end
repeat
local
token
=
Duel
.
CreateToken
(
tp
,
2625940
)
Duel
.
SpecialSummonStep
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
...
...
@@ -30,8 +41,8 @@ function c2625939.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e1
,
true
)
ft
=
f
t
-
1
until
ft
==
0
or
not
Duel
.
SelectYesNo
(
tp
,
210
)
ct
=
c
t
-
1
until
ct
==
0
Duel
.
SpecialSummonComplete
()
end
end
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