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
zengshangxing
pre-release-database-cdb
Commits
cd7fd35d
You need to sign in or sign up before continuing.
Commit
cd7fd35d
authored
Jan 24, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Stringid
parent
57b0f5cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
PHNI-EN.cdb
PHNI-EN.cdb
+0
-0
script/c101203090.lua
script/c101203090.lua
+2
-2
script/c101203096.lua
script/c101203096.lua
+1
-1
No files found.
.gitlab-ci.yml
View file @
cd7fd35d
...
...
@@ -53,7 +53,7 @@ merge_databases:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
1.5
5
'
# 更新的时候改这里
REF_COMMIT
:
'
1.5
6
'
# 更新的时候改这里
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
PHNI-EN.cdb
View file @
cd7fd35d
No preview for this file type
script/c101203090.lua
View file @
cd7fd35d
...
...
@@ -55,8 +55,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
b2
=
Duel
.
IsExistingMatchingCard
(
s
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
if
not
b1
and
not
b2
then
return
end
local
op
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
id
,
0
)
},
{
b2
,
aux
.
Stringid
(
id
,
1
)
},
{
b1
,
1190
},
{
b2
,
1153
},
{
true
,
aux
.
Stringid
(
id
,
2
)})
if
op
==
1
then
local
thc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
...
...
script/c101203096.lua
View file @
cd7fd35d
...
...
@@ -46,7 +46,7 @@ function s.contrtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
controp
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
GetControl
(
tc
,
tp
)
and
tc
:
IsLocation
(
LOCATION_MZONE
)
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
GetControl
(
tc
,
tp
)
and
tc
:
IsLocation
(
LOCATION_MZONE
)
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
for
ac
in
aux
.
Next
(
g
)
do
...
...
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