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
9f9ea9b8
Commit
9f9ea9b8
authored
Apr 14, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
223e25cd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
14 deletions
+17
-14
expansions/script/c11410000.lua
expansions/script/c11410000.lua
+3
-5
expansions/script/c11451906.lua
expansions/script/c11451906.lua
+3
-2
expansions/script/c11451907.lua
expansions/script/c11451907.lua
+6
-4
expansions/script/c11451908.lua
expansions/script/c11451908.lua
+3
-2
expansions/script/c12866740.lua
expansions/script/c12866740.lua
+1
-1
expansions/script/c65131051.lua
expansions/script/c65131051.lua
+1
-0
No files found.
expansions/script/c11410000.lua
View file @
9f9ea9b8
...
@@ -157,11 +157,9 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
...
@@ -157,11 +157,9 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
Filter
(
function
(
c
)
return
c
:
GetSequence
()
==
ct
end
,
nil
):
GetFirst
()
local
tc
=
g
:
Filter
(
function
(
c
)
return
c
:
GetSequence
()
==
ct
end
,
nil
):
GetFirst
()
if
KOISHI_CHECK
then
if
KOISHI_CHECK
then
c
:
SetEntityCode
(
tc
:
GetOriginalCode
())
c
:
SetEntityCode
(
tc
:
GetOriginalCode
())
if
tc
:
GetOriginalType
()
&
0x11
~=
0x11
or
tc
:
GetOriginalType
()
&
TYPE_PENDULUM
>
0
then
c
:
ReplaceEffect
(
80316585
,
0
)
c
:
ReplaceEffect
(
tc
:
GetOriginalCode
(),
0
)
c
:
SetStatus
(
STATUS_EFFECT_REPLACED
,
false
)
else
if
tc
.
initial_effect
then
tc
.
initial_effect
(
c
)
end
c
:
ReplaceEffect
(
80316585
,
0
)
end
Duel
.
DisableShuffleCheck
()
Duel
.
DisableShuffleCheck
()
Duel
.
Exile
(
tc
,
0
)
Duel
.
Exile
(
tc
,
0
)
else
else
...
...
expansions/script/c11451906.lua
View file @
9f9ea9b8
...
@@ -134,7 +134,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -134,7 +134,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetOperation
(
function
(
e
)
e1
:
SetOperation
(
function
(
e
)
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
0
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
,
aux
.
Stringid
(
11451902
,
2
))
--change code
--change code
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -145,8 +146,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -145,8 +146,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
end
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
)
end
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
...
...
expansions/script/c11451907.lua
View file @
9f9ea9b8
...
@@ -148,7 +148,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -148,7 +148,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetOperation
(
function
(
e
)
e1
:
SetOperation
(
function
(
e
)
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
0
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
,
aux
.
Stringid
(
11451902
,
2
))
--change code
--change code
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -159,8 +160,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -159,8 +160,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
end
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
)
end
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
...
@@ -176,7 +177,8 @@ function cm.cpcost2(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -176,7 +177,8 @@ function cm.cpcost2(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetOperation
(
function
(
e
)
e1
:
SetOperation
(
function
(
e
)
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
0
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
,
aux
.
Stringid
(
11451902
,
2
))
--change code
--change code
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -187,8 +189,8 @@ function cm.cpcost2(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -187,8 +189,8 @@ function cm.cpcost2(e,tp,eg,ep,ev,re,r,rp,chk)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
end
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
)
end
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
...
...
expansions/script/c11451908.lua
View file @
9f9ea9b8
...
@@ -82,7 +82,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -82,7 +82,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e1
:
SetOperation
(
function
(
e
)
e1
:
SetOperation
(
function
(
e
)
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
if
Duel
.
GetFlagEffect
(
1
,
11451901
)
==
0
and
Duel
.
GetCurrentChain
()
==
e
:
GetLabel
()
then
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
0
,
aux
.
Stringid
(
11451902
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
,
aux
.
Stringid
(
11451902
,
2
))
--change code
--change code
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -93,8 +94,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -93,8 +94,8 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetValue
(
function
(
e
,
c
)
return
0x527
+
c
:
GetFieldID
()
end
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
end
Duel
.
RegisterFlagEffect
(
1
,
11451901
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
)
end
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetReset
(
RESET_CHAIN
)
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
e1
:
SetLabel
(
Duel
.
GetCurrentChain
())
...
...
expansions/script/c12866740.lua
View file @
9f9ea9b8
...
@@ -104,7 +104,7 @@ function s.spfilter(c,e,tp)
...
@@ -104,7 +104,7 @@ function s.spfilter(c,e,tp)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
12866605
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
12866605
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
Get
LocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
Get
MZoneCount
(
tp
,
e
:
GetHandler
()
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
nil
,
e
,
tp
)
end
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
)
end
end
...
...
expansions/script/c65131051.lua
View file @
9f9ea9b8
...
@@ -171,6 +171,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -171,6 +171,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
pnfl_adjusting
=
false
pnfl_adjusting
=
false
end
end
pnfl_adjusting
=
false
e
:
Reset
()
e
:
Reset
()
end
end
function
s
.
retfilter
(
c
,
fid
)
function
s
.
retfilter
(
c
,
fid
)
...
...
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