Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
a142e38e
Commit
a142e38e
authored
Feb 20, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
56e0831d
Pipeline
#9865
passed with stages
in 30 minutes and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
20 deletions
+10
-20
expansions/script/c66915026.lua
expansions/script/c66915026.lua
+10
-20
No files found.
expansions/script/c66915026.lua
View file @
a142e38e
...
...
@@ -57,12 +57,9 @@ function c66915026.rmop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
Remove
(
c
,
0
,
REASON_EFFECT
+
REASON_TEMPORARY
)
~=
0
then
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
66915026
,
10
))
then
counter
=
1
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
0
))
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
1
))
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
2
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
0
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
1
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
2
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
0
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
1
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
2
))
end
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
@@ -88,34 +85,27 @@ function c66915026.retop(e,tp,eg,ep,ev,re,r,rp)
ct
=
ct
+
1
c
:
SetTurnCounter
(
ct
)
if
ct
==
15
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
3
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
3
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
3
))
end
if
ct
==
30
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
4
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
4
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
4
))
end
if
ct
==
45
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
5
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
5
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
5
))
end
if
ct
==
60
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
6
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
6
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
6
))
end
if
ct
==
70
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
7
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
7
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
7
))
end
if
ct
==
75
and
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
aux
.
Stringid
(
66915026
,
8
))
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
aux
.
Stringid
(
66915026
,
8
))
Duel
.
Hint
(
24
,
0
,
aux
.
Stringid
(
66915026
,
8
))
end
if
ct
==
76
then
if
Duel
.
ReturnToField
(
e
:
GetLabelObject
())
~=
0
then
if
e
:
GetLabel
()
==
1
then
Duel
.
Hint
(
HINT_MESSAGE
,
tp
,
9
)
Duel
.
Hint
(
HINT_MESSAGE
,
1
-
tp
,
9
)
Duel
.
Hint
(
24
,
0
,
9
)
end
local
WIN_REASON_STARRETURN
=
0x374
local
p
=
e
:
GetHandler
():
GetControler
()
...
...
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