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
37c575a9
Commit
37c575a9
authored
Apr 09, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 創獄神ネルヴァ
parent
d95f70af
Pipeline
#34827
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
DUAD.cdb
DUAD.cdb
+0
-0
script/c101301033.lua
script/c101301033.lua
+6
-3
No files found.
DUAD.cdb
View file @
37c575a9
No preview for this file type
script/c101301033.lua
View file @
37c575a9
...
@@ -53,7 +53,7 @@ function s.hspfilter(c,tp,sc)
...
@@ -53,7 +53,7 @@ function s.hspfilter(c,tp,sc)
end
end
function
s
.
hspchk
(
g
,
tp
,
sc
)
function
s
.
hspchk
(
g
,
tp
,
sc
)
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
>
0
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
>
0
and
g
:
GetClassCount
(
Card
.
GetRace
)
>
2
and
g
:
GetClassCount
(
Card
.
GetRace
)
==#
g
end
end
function
s
.
hspcon
(
e
,
c
)
function
s
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
...
@@ -80,10 +80,13 @@ function s.indcon(e)
...
@@ -80,10 +80,13 @@ function s.indcon(e)
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
e
:
GetHandlerPlayer
(),
LOCATION_FZONE
,
LOCATION_FZONE
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
e
:
GetHandlerPlayer
(),
LOCATION_FZONE
,
LOCATION_FZONE
,
1
,
nil
)
end
end
function
s
.
chcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
chcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsSetCard
(
0x2cd
)
local
ec
=
re
:
GetHandler
()
local
b1
=
ec
:
IsSetCard
(
0x2cd
)
local
b2
=
re
:
GetActivateLocation
()
==
LOCATION_MZONE
and
not
ec
:
IsLocation
(
LOCATION_MZONE
)
and
ec
:
IsPreviousSetCard
(
0x2cd
)
return
rp
==
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
(
b1
or
b2
)
end
end
function
s
.
chtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
chtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
rp
,
0
,
LOCATION_
MZONE
,
1
,
nil
,
rp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
aux
.
TRUE
,
rp
,
0
,
LOCATION_
ONFIELD
,
1
,
nil
,
rp
)
end
end
end
function
s
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
...
...
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