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
b14335ad
Commit
b14335ad
authored
Jan 28, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d40e59e0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
14 deletions
+7
-14
expansions/no42.cdb
expansions/no42.cdb
+0
-0
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/script/c11901540.lua
expansions/script/c11901540.lua
+2
-1
expansions/script/c65860035.lua
expansions/script/c65860035.lua
+0
-8
expansions/script/c65860050.lua
expansions/script/c65860050.lua
+1
-1
expansions/script/c65860060.lua
expansions/script/c65860060.lua
+3
-3
expansions/script/c65860065.lua
expansions/script/c65860065.lua
+1
-1
No files found.
expansions/no42.cdb
View file @
b14335ad
No preview for this file type
expansions/no81.cdb
View file @
b14335ad
No preview for this file type
expansions/script/c11901540.lua
View file @
b14335ad
...
@@ -80,6 +80,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -80,6 +80,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
thfi3ter
(
c
)
function
s
.
thfi3ter
(
c
)
return
c
:
IsSetCard
(
0x409
)
and
c
:
IsLevelBelow
(
7
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x409
)
and
c
:
IsLevelBelow
(
7
)
and
c
:
IsAbleToHand
()
and
not
(
c
:
IsFacedown
()
and
c
:
IsLocation
(
0x20
))
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
thfi3ter
,
tp
,
0x30
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
thfi3ter
,
tp
,
0x30
,
0
,
1
,
nil
)
end
...
@@ -87,7 +88,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -87,7 +88,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
thfi3ter
,
tp
,
0x30
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfi3ter
)
,
tp
,
0x30
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
if
g
:
GetFirst
():
IsLocation
(
0x02
)
then
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
if
g
:
GetFirst
():
IsLocation
(
0x02
)
then
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
...
...
expansions/script/c65860035.lua
View file @
b14335ad
--浮华若梦·绮梦绮梦
--浮华若梦·绮梦绮梦
function
c65860035
.
initial_effect
(
c
)
function
c65860035
.
initial_effect
(
c
)
c
:
SetSPSummonOnce
(
65860035
)
c
:
SetSPSummonOnce
(
65860035
)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
65860035
,
0
))
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_LIMIT_SUMMON_PROC
)
e0
:
SetCondition
(
c65860035
.
ttcon
)
e0
:
SetOperation
(
c65860035
.
ttop
)
c
:
RegisterEffect
(
e0
)
--spsummon cost
--spsummon cost
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
65860035
,
0
))
e5
:
SetDescription
(
aux
.
Stringid
(
65860035
,
0
))
...
...
expansions/script/c65860050.lua
View file @
b14335ad
...
@@ -21,7 +21,7 @@ function c65860050.initial_effect(c)
...
@@ -21,7 +21,7 @@ function c65860050.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCountLimit
(
1
,
65860050
)
e3
:
SetCountLimit
(
1
,
65860050
+
1
)
e3
:
SetTarget
(
c65860050
.
target
)
e3
:
SetTarget
(
c65860050
.
target
)
e3
:
SetOperation
(
c65860050
.
operation
)
e3
:
SetOperation
(
c65860050
.
operation
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
...
...
expansions/script/c65860060.lua
View file @
b14335ad
...
@@ -61,21 +61,21 @@ function c65860060.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -61,21 +61,21 @@ function c65860060.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
ttc
:
RegisterEffect
(
e1
)
ttc
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e2
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e2
:
SetValue
(
RESET_TURN_SET
)
e2
:
SetValue
(
RESET_TURN_SET
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
ttc
:
RegisterEffect
(
e2
)
ttc
:
RegisterEffect
(
e2
)
if
ttc
:
IsType
(
TYPE_TRAPMONSTER
)
then
if
ttc
:
IsType
(
TYPE_TRAPMONSTER
)
then
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e3
:
SetCode
(
EFFECT_DISABLE_TRAPMONSTER
)
e3
:
SetCode
(
EFFECT_DISABLE_TRAPMONSTER
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
ttc
:
RegisterEffect
(
e3
)
ttc
:
RegisterEffect
(
e3
)
end
end
end
end
...
...
expansions/script/c65860065.lua
View file @
b14335ad
...
@@ -21,7 +21,7 @@ function c65860065.initial_effect(c)
...
@@ -21,7 +21,7 @@ function c65860065.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCountLimit
(
1
,
65860065
)
e3
:
SetCountLimit
(
1
,
65860065
+
1
)
e3
:
SetTarget
(
c65860065
.
target
)
e3
:
SetTarget
(
c65860065
.
target
)
e3
:
SetOperation
(
c65860065
.
operation
)
e3
:
SetOperation
(
c65860065
.
operation
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
...
...
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