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
Crescent/毛虫
pre-release-database-cdb
Commits
dd525f8a
Commit
dd525f8a
authored
Aug 12, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
e59bbd72
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
13 deletions
+6
-13
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
script/c101207032.lua
script/c101207032.lua
+0
-6
script/c101207033.lua
script/c101207033.lua
+4
-5
script/c101207052.lua
script/c101207052.lua
+1
-1
No files found.
.gitlab-ci.yml
View file @
dd525f8a
...
...
@@ -53,7 +53,7 @@ merge_databases:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
6.
0
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
6.
1
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
script/c101207032.lua
View file @
dd525f8a
...
...
@@ -40,12 +40,6 @@ function s.initial_effect(c)
end
s
.
dark_calling
=
true
s
.
material_setcode
=
0x8
function
s
.
matfilter1
(
c
)
return
c
:
IsFusionCode
(
21844576
,
58932615
)
or
c
:
IsHasEffect
(
EFFECT_FUSION_SUBSTITUTE
)
end
function
s
.
matfilter2
(
c
)
return
c
:
IsFusionSetCard
(
0x8
)
end
function
s
.
thfilter
(
c
)
return
(
c
:
IsCode
(
94820406
)
or
aux
.
IsCodeListed
(
c
,
94820406
))
and
c
:
IsAbleToHand
()
and
not
c
:
IsType
(
TYPE_FUSION
)
...
...
script/c101207033.lua
View file @
dd525f8a
...
...
@@ -38,21 +38,20 @@ function s.initial_effect(c)
end
s
.
dark_calling
=
true
function
s
.
matcheck
(
e
,
c
)
local
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e
c
=
e
:
GetHandler
()
local
e1
=
Effect
.
CreateEffect
(
e
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetValue
(
s
.
atkval
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
)
c
:
RegisterEffect
(
e1
)
e
c
:
RegisterEffect
(
e1
)
end
function
s
.
atkval
(
e
,
c
)
local
ec
=
e
:
GetHandler
()
local
g
=
ec
:
GetMaterial
()
local
mg
=
g
:
Filter
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
local
atk
=
mg
:
GetSum
(
Card
.
GetBaseAttack
)
local
atk
=
g
:
GetSum
(
Card
.
GetTextAttack
)
return
-
atk
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c101207052.lua
View file @
dd525f8a
...
...
@@ -41,9 +41,9 @@ end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
tc
=
g
:
GetFirst
()
if
tc
then
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
if
tc
:
IsAbleToHand
()
and
(
not
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
ft
<=
0
or
Duel
.
SelectOption
(
tp
,
1190
,
1152
)
==
0
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
...
...
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