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
4db918af
Commit
4db918af
authored
Jul 31, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 百鬼羅刹大収監
parent
ed50c676
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
script/c101206056.lua
script/c101206056.lua
+1
-1
script/c101206057.lua
script/c101206057.lua
+15
-2
No files found.
script/c101206056.lua
View file @
4db918af
...
...
@@ -55,7 +55,7 @@ function s.negtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
if
l
==
100
then
e
:
SetCategory
(
CATEGORY_DISABLE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_GRAVE_SPSUMMON
)
end
end
end
function
s
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
script/c101206057.lua
View file @
4db918af
...
...
@@ -54,8 +54,11 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
s
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xac
)
and
c
:
IsType
(
TYPE_XYZ
)
end
function
s
.
atkcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
mg
=
Duel
.
GetMatchingGroup
(
aux
.
AND
(
Card
.
IsSetCard
,
Card
.
IsFaceup
),
tp
,
LOCATION_MZONE
,
0
,
nil
,
0xac
)
local
mg
=
Duel
.
GetMatchingGroup
(
s
.
atkfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
xg
=
Group
.
FromCards
()
local
cg
=
Group
.
FromCards
()
for
tc
in
aux
.
Next
(
mg
)
do
...
...
@@ -70,8 +73,18 @@ function s.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
xg
:
GetCount
()
>
0
and
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
end
aux
.
bfgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
sg
=
xg
:
FilterSelect
(
tp
,
aux
.
TRUE
,
1
,
xg
:
GetCount
(),
nil
)
local
at
=
Duel
.
SendtoGrave
(
sg
,
REASON_COST
)
local
tg
=
Group
.
CreateGroup
(
)
for
tc
in
aux
.
Next
(
cg
)
do
local
vg
=
tc
:
GetOverlayGroup
()
for
c
in
aux
.
Next
(
sg
)
do
if
vg
:
IsContains
(
c
)
then
tg
:
AddCard
(
tc
)
break
end
end
end
local
at
=
Duel
.
SendtoGrave
(
sg
,
REASON_COST
)
for
tc
in
aux
.
Next
(
tg
)
do
Duel
.
RaiseSingleEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
end
e
:
SetLabel
(
at
)
...
...
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