Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
9e5ecfb5
Commit
9e5ecfb5
authored
May 19, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e4a409e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/script/c11513082.lua
expansions/script/c11513082.lua
+2
-1
expansions/script/c75000009.lua
expansions/script/c75000009.lua
+1
-1
expansions/script/c75000017.lua
expansions/script/c75000017.lua
+2
-2
No files found.
expansions/script/c11513082.lua
View file @
9e5ecfb5
...
...
@@ -65,7 +65,7 @@ function c11513082.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c11513082
.
pbfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c11513082
.
pbfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
,
tp
)
--
Duel.SetTargetCard(g)
Duel
.
SetTargetCard
(
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
if
g
:
GetFirst
():
IsSetCard
(
0x195
)
then
Duel
.
RaiseEvent
(
g
,
EVENT_CUSTOM
+
9091064
,
e
,
REASON_COST
,
tp
,
tp
,
0
)
...
...
@@ -75,6 +75,7 @@ function c11513082.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c11513082
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
pc
=
Duel
.
GetFirstTarget
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
c11513082
.
thfil
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
):
GetFirst
()
if
tc
then
...
...
expansions/script/c75000009.lua
View file @
9e5ecfb5
...
...
@@ -58,7 +58,7 @@ function c75000009.op1(e,tp,eg,ep,ev,re,r,rp)
end
function
c75000009
.
thfilter
(
c
)
return
aux
.
AddCodeList
(
c
,
75000001
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
return
aux
.
IsCodeOrListed
(
c
,
75000001
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
end
function
c75000009
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c75000009
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
expansions/script/c75000017.lua
View file @
9e5ecfb5
...
...
@@ -49,14 +49,14 @@ end
function
c75000017
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
rc
=
c
:
GetReasonCard
()
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
(
aux
.
IsCodeListed
(
c
,
75000001
)
or
c
:
IsCode
(
75000001
)
)
and
r
&
REASON_FUSION
+
REASON_LINK
~=
0
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
rc
:
IsSetCard
(
0x3751
)
and
r
&
REASON_FUSION
+
REASON_LINK
~=
0
end
function
c75000017
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
500
)
end
function
c75000017
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x120
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
and
not
c
:
IsCode
(
18236002
)
return
(
c
:
IsCode
(
75000001
)
or
aux
.
IsCodeListed
(
c
,
75000001
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
and
not
c
:
IsCode
(
75000017
)
end
function
c75000017
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c75000017
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
...
...
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