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
6a48ca8e
Commit
6a48ca8e
authored
Oct 01, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
12980090
Pipeline
#5965
passed with stages
in 25 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
822 additions
and
820 deletions
+822
-820
expansions/script/c13959998.lua
expansions/script/c13959998.lua
+822
-820
No files found.
expansions/script/c13959998.lua
View file @
6a48ca8e
...
...
@@ -12,6 +12,7 @@ this.useBanList=true
this
.
skillEnabled
=
false
this
.
CardList
=
{}
this
.
clCode
=
13959996
this
.
drawCount
=
5
function
this
.
initial_effect
(
c
)
if
not
this
.
gc
then
...
...
@@ -152,6 +153,7 @@ function this.op(e,tp)
end
this
.
saveDeck
(
0
)
this
.
saveDeck
(
1
)
this
.
drawCount
=
Duel
.
GetFieldGroupCount
(
0
,
LOCATION_HAND
,
0
)
Duel
.
Exile
(
Duel
.
GetFieldGroup
(
0
,
LOCATION_DECK
|
LOCATION_EXTRA
|
LOCATION_HAND
,
LOCATION_DECK
|
LOCATION_EXTRA
|
LOCATION_HAND
),
REASON_RULE
)
if
Duel
.
GetTurnCount
()
==
1
then
this
.
isTag
=
Duel
.
SelectYesNo
(
0
,
aux
.
Stringid
(
cc
,
8
))
...
...
@@ -242,8 +244,8 @@ function this.op(e,tp)
if
not
this
.
isTag
or
Duel
.
GetTurnCount
()
==
5
then
this
.
isPicking
=
false
end
Duel
.
Draw
(
0
,
5
,
REASON_RULE
)
Duel
.
Draw
(
1
,
5
,
REASON_RULE
)
Duel
.
Draw
(
0
,
this
.
drawCount
,
REASON_RULE
)
Duel
.
Draw
(
1
,
this
.
drawCount
,
REASON_RULE
)
this
.
reroll
(
0
)
this
.
reroll
(
1
)
this
.
isPicking
=
false
...
...
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