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
e3c9cacf
Commit
e3c9cacf
authored
Mar 12, 2024
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
龙辉巧新卡修复
parent
1d047274
Pipeline
#25796
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
script/c101205032.lua
script/c101205032.lua
+2
-1
script/c101205076.lua
script/c101205076.lua
+2
-1
No files found.
script/c101205032.lua
View file @
e3c9cacf
...
...
@@ -55,7 +55,8 @@ function s.fselect(g,atk)
return
sum
>=
atk
and
not
g
:
IsExists
(
Card
.
IsAttackBelow
,
1
,
nil
,
sum
-
atk
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
atk
=
re
:
GetHandler
():
GetBaseAttack
()
--local atk=re:GetHandler():GetBaseAttack()
local
atk
=
re
:
GetHandler
():
GetTextAttack
()
local
g
=
Duel
.
GetMatchingGroup
(
s
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
chk
==
0
then
if
e
:
GetLabel
()
~=
100
then
return
false
end
...
...
script/c101205076.lua
View file @
e3c9cacf
...
...
@@ -13,6 +13,7 @@ function s.initial_effect(c)
e1
:
SetRange
(
LOCATION_SZONE
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCondition
(
s
.
thcon
)
e1
:
SetCost
(
s
.
thcost
)
e1
:
SetTarget
(
s
.
thtg
)
e1
:
SetOperation
(
s
.
thop
)
...
...
@@ -30,7 +31,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x154
)
return
c
:
IsSetCard
(
0x154
)
and
c
:
IsFaceupEx
()
end
function
s
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
)
...
...
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