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
a64d9722
Commit
a64d9722
authored
Jan 23, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Mercurium the Living Quicksilver
parent
9ad7c9a8
Pipeline
#42677
passed with stages
in 4 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
BPRO-EN.cdb
BPRO-EN.cdb
+0
-0
script/c101303084.lua
script/c101303084.lua
+12
-8
No files found.
BPRO-EN.cdb
View file @
a64d9722
No preview for this file type
script/c101303084.lua
View file @
a64d9722
...
@@ -22,19 +22,20 @@ function s.initial_effect(c)
...
@@ -22,19 +22,20 @@ function s.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
0
,
1
)
e2
:
SetTargetRange
(
0
,
1
)
e2
:
SetCondition
(
s
.
limcon
)
e2
:
SetValue
(
s
.
limval
)
e2
:
SetValue
(
s
.
limval
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--remove material
--remove material
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e
1
:
SetCategory
(
CATEGORY_DAMAGE
)
e
3
:
SetCategory
(
CATEGORY_DAMAGE
)
e
1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e
3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e
1
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e
3
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e
1
:
SetRange
(
LOCATION_MZONE
)
e
3
:
SetRange
(
LOCATION_MZONE
)
e
1
:
SetCountLimit
(
1
)
e
3
:
SetCountLimit
(
1
)
e
1
:
SetTarget
(
s
.
rmtg
)
e
3
:
SetTarget
(
s
.
rmtg
)
e
1
:
SetOperation
(
s
.
rmop
)
e
3
:
SetOperation
(
s
.
rmop
)
c
:
RegisterEffect
(
e
1
)
c
:
RegisterEffect
(
e
3
)
end
end
function
s
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
...
@@ -60,6 +61,9 @@ end
...
@@ -60,6 +61,9 @@ end
function
s
.
cfilter
(
c
,
ec
)
function
s
.
cfilter
(
c
,
ec
)
return
c
:
IsAttribute
(
ec
:
GetAttribute
())
return
c
:
IsAttribute
(
ec
:
GetAttribute
())
end
end
function
s
.
limcon
(
e
)
return
e
:
GetHandler
():
GetOverlayCount
()
>
0
end
function
s
.
limval
(
e
,
re
,
rp
)
function
s
.
limval
(
e
,
re
,
rp
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
return
rc
:
IsLocation
(
LOCATION_GRAVE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
rc
:
IsLocation
(
LOCATION_GRAVE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
...
...
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