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
e76962fe
Commit
e76962fe
authored
Aug 08, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
2d37b247
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
19 deletions
+14
-19
script/c100245018.lua
script/c100245018.lua
+1
-1
script/c100245019.lua
script/c100245019.lua
+2
-2
script/c100245020.lua
script/c100245020.lua
+2
-4
script/c100245021.lua
script/c100245021.lua
+2
-2
script/c100245022.lua
script/c100245022.lua
+1
-1
script/c100245023.lua
script/c100245023.lua
+4
-4
script/c100245024.lua
script/c100245024.lua
+2
-4
script/c100245025.lua
script/c100245025.lua
+0
-1
No files found.
script/c100245018.lua
View file @
e76962fe
...
...
@@ -148,7 +148,7 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_D
ESTROY
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_D
ISCARD
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NegateEffectMonsterFilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
local
tc
=
g
:
GetFirst
()
...
...
script/c100245019.lua
View file @
e76962fe
...
...
@@ -148,8 +148,8 @@ function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g
,
1
,
0
,
0
)
end
function
s
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
s
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToDeck
,
tp
,
0
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
3
,
nil
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
Card
.
IsAbleToDeck
)
,
tp
,
0
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
3
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
g
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
...
...
script/c100245020.lua
View file @
e76962fe
...
...
@@ -183,16 +183,14 @@ function s.regcon(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
eg
:
FilterCount
(
Card
.
IsControler
,
nil
,
1
-
tp
)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_CHAIN
,
0
,
1
,
ct
)
e
:
GetHandler
():
RegisterFlagEffect
(
id
+
o
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_CHAIN
,
0
,
1
,
ct
)
end
function
s
.
damcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
id
)
>
0
and
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
and
not
Duel
.
IsChainSolving
()
and
re
and
re
:
GetOwnerPlayer
()
==
1
-
tp
end
function
s
.
damop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
local
labels
=
{
e
:
GetHandler
():
GetFlagEffectLabel
(
id
)}
local
labels
=
{
e
:
GetHandler
():
GetFlagEffectLabel
(
id
+
o
)}
local
ct
=
0
for
i
=
1
,
#
labels
do
ct
=
ct
+
labels
[
i
]
end
e
:
GetHandler
():
ResetFlagEffect
(
id
)
...
...
script/c100245021.lua
View file @
e76962fe
...
...
@@ -137,7 +137,7 @@ function s.discon(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
return
false
end
if
not
re
:
IsHasProperty
(
EFFECT_FLAG_CARD_TARGET
)
then
return
false
end
local
tg
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TARGET_CARDS
)
return
Duel
.
IsChainDisablable
(
ev
)
and
rp
==
1
-
tp
and
tg
and
tg
:
IsExists
(
s
.
ccfilter
,
1
,
nil
,
tp
)
and
ep
~=
tp
and
e
:
GetHandler
():
IsFacedown
()
return
Duel
.
IsChainDisablable
(
ev
)
and
tg
and
tg
:
IsExists
(
s
.
ccfilter
,
1
,
nil
,
tp
)
and
ep
~=
tp
and
e
:
GetHandler
():
IsFacedown
()
end
function
s
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
@@ -164,5 +164,5 @@ function s.flipop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
effcon
(
e
)
local
c
=
e
:
GetHandler
()
return
e
:
GetHandler
()
:
GetFlagEffect
(
id
)
>
0
return
c
:
GetFlagEffect
(
id
)
>
0
end
\ No newline at end of file
script/c100245022.lua
View file @
e76962fe
...
...
@@ -128,7 +128,7 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
return
false
end
local
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
return
ep
~=
tp
and
(
LOCATION_ONFIELD
)
&
loc
~=
0
and
e
:
GetHandler
():
IsFacedown
()
and
e
:
GetHandler
():
IsFacedown
()
and
Duel
.
GetTurnPlayer
()
==
tp
end
function
s
.
negcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
script/c100245023.lua
View file @
e76962fe
...
...
@@ -146,13 +146,13 @@ function s.indop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e1
:
SetTargetRange
(
LOCATION_ONFIELD
,
0
)
e1
:
SetTarget
(
s
.
indtg
)
e1
:
SetTarget
(
s
.
indtg
2
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetValue
(
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
function
s
.
indtg
(
e
,
c
)
function
s
.
indtg
2
(
e
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
or
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsType
(
TYPE_SPELL
)
end
function
s
.
flipop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -162,12 +162,12 @@ function s.damcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
GetFlagEffect
(
id
)
>
0
end
function
s
.
damfilter
(
c
,
tp
)
return
c
:
GetOwner
()
==
1
-
tp
return
c
:
GetOwner
()
==
1
-
tp
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
dam
=
eg
:
FilterCount
(
s
.
damfilter
,
nil
,
tp
)
if
dam
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Damage
(
1
-
tp
,
dam
*
3
00
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
dam
*
9
00
,
REASON_EFFECT
)
end
end
\ No newline at end of file
script/c100245024.lua
View file @
e76962fe
...
...
@@ -14,7 +14,6 @@ function s.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetCountLimit
(
1
,
id
)
e2
:
SetCondition
(
aux
.
dscon
)
e2
:
SetTarget
(
s
.
thtg
)
e2
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e2
)
...
...
@@ -26,7 +25,7 @@ function s.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
custom_code
)
e3
:
SetRange
(
LOCATION_FZONE
)
e3
:
SetProperty
(
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_
DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCountLimit
(
1
,
id
+
o
)
e3
:
SetCondition
(
s
.
pthcon
)
e3
:
SetTarget
(
s
.
pthtg
)
...
...
@@ -48,8 +47,7 @@ function s.thfilter(c)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
function
s
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_ONFIELD
)
and
chkc
:
IsControler
(
tp
)
and
s
.
thfilter
(
chkc
)
end
local
g
=
Duel
.
GetMatchingGroup
(
s
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_ONFIELD
)
and
chkc
:
IsControler
(
tp
)
and
s
:
thfilter
(
chk
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
thfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
thfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
99
,
nil
)
...
...
script/c100245025.lua
View file @
e76962fe
...
...
@@ -17,7 +17,6 @@ function s.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCondition
(
aux
.
exccon
)
e2
:
SetCost
(
aux
.
bfgcost
)
e2
:
SetTarget
(
s
.
thtg
)
...
...
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