Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
pre-release-database-cdb
Commits
ba0f56d5
Commit
ba0f56d5
authored
Sep 24, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update StringId
parent
3378e60e
Pipeline
#29954
passed with stages
in 1 minute and 41 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
ROTA-EN.cdb
ROTA-EN.cdb
+0
-0
script/c101206090.lua
script/c101206090.lua
+2
-2
script/c101206091.lua
script/c101206091.lua
+2
-2
script/c101206092.lua
script/c101206092.lua
+2
-2
No files found.
ROTA-EN.cdb
View file @
ba0f56d5
No preview for this file type
script/c101206090.lua
View file @
ba0f56d5
...
...
@@ -60,8 +60,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
))
local
b2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEDOWN_DEFENSE
,
1
-
tp
)
local
toplayer
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
3
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
4
),
1
-
tp
})
{
b1
,
aux
.
Stringid
(
id
,
2
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
3
),
1
-
tp
})
if
toplayer
==
tp
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
toplayer
,
false
,
false
,
POS_FACEUP
)
elseif
toplayer
==
1
-
tp
then
...
...
script/c101206091.lua
View file @
ba0f56d5
...
...
@@ -61,8 +61,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
))
local
b2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEDOWN_DEFENSE
,
1
-
tp
)
local
toplayer
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
3
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
4
),
1
-
tp
})
{
b1
,
aux
.
Stringid
(
id
,
2
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
3
),
1
-
tp
})
if
toplayer
==
tp
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
toplayer
,
false
,
false
,
POS_FACEUP
)
elseif
toplayer
==
1
-
tp
then
...
...
script/c101206092.lua
View file @
ba0f56d5
...
...
@@ -62,8 +62,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
))
local
b2
=
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEDOWN_DEFENSE
,
1
-
tp
)
local
toplayer
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
3
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
4
),
1
-
tp
})
{
b1
,
aux
.
Stringid
(
id
,
2
),
tp
},
{
b2
,
aux
.
Stringid
(
id
,
3
),
1
-
tp
})
if
toplayer
==
tp
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
toplayer
,
false
,
false
,
POS_FACEUP
)
elseif
toplayer
==
1
-
tp
then
...
...
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