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
d37eb486
Commit
d37eb486
authored
Aug 16, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b104613d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
8 deletions
+24
-8
expansions/script/c11451751.lua
expansions/script/c11451751.lua
+6
-2
expansions/script/c11451838.lua
expansions/script/c11451838.lua
+6
-2
expansions/script/c11451911.lua
expansions/script/c11451911.lua
+6
-2
expansions/script/c11451912.lua
expansions/script/c11451912.lua
+6
-2
No files found.
expansions/script/c11451751.lua
View file @
d37eb486
...
@@ -116,11 +116,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -116,11 +116,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
rg
:
GetFirst
()
local
tc
=
rg
:
GetFirst
()
if
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_EFFECT
)
>
0
then
if
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_EFFECT
)
>
0
then
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
local
ph
=
Duel
.
GetCurrentPhase
()
local
code
=
EVENT_ADJUST
if
ph
==
PHASE_END
then
code
=
EVENT_PREDRAW
end
if
ph
==
PHASE_DRAW
then
code
=
EVENT_PHASE_START
+
PHASE_STANDBY
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
3
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
3
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_ADJUST
)
e1
:
SetCode
(
code
)
e1
:
SetLabel
(
Duel
.
GetCurrentPhase
()
)
e1
:
SetLabel
(
ph
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetLabelObject
(
tc
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetOperation
(
cm
.
retop
)
e1
:
SetOperation
(
cm
.
retop
)
...
...
expansions/script/c11451838.lua
View file @
d37eb486
...
@@ -55,10 +55,14 @@ function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -55,10 +55,14 @@ function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
end
end
function
cm
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
code
=
EVENT_ADJUST
if
ph
==
PHASE_END
then
code
=
EVENT_PREDRAW
end
if
ph
==
PHASE_DRAW
then
code
=
EVENT_PHASE_START
+
PHASE_STANDBY
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_ADJUST
)
e1
:
SetCode
(
code
)
e1
:
SetLabel
(
Duel
.
GetCurrentPhase
()
)
e1
:
SetLabel
(
ph
)
e1
:
SetCondition
(
function
()
return
not
pnfl_adjusting
end
)
e1
:
SetCondition
(
function
()
return
not
pnfl_adjusting
end
)
e1
:
SetOperation
(
cm
.
adjustop
)
e1
:
SetOperation
(
cm
.
adjustop
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
expansions/script/c11451911.lua
View file @
d37eb486
...
@@ -304,11 +304,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -304,11 +304,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
oc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
oc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
end
end
og
:
KeepAlive
()
og
:
KeepAlive
()
local
ph
=
Duel
.
GetCurrentPhase
()
local
code
=
EVENT_ADJUST
if
ph
==
PHASE_END
then
code
=
EVENT_PREDRAW
end
if
ph
==
PHASE_DRAW
then
code
=
EVENT_PHASE_START
+
PHASE_STANDBY
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
3
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
3
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_ADJUST
)
e1
:
SetCode
(
code
)
e1
:
SetLabel
(
Duel
.
GetCurrentPhase
()
)
e1
:
SetLabel
(
ph
)
e1
:
SetLabelObject
(
og
)
e1
:
SetLabelObject
(
og
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetOperation
(
cm
.
retop
)
e1
:
SetOperation
(
cm
.
retop
)
...
...
expansions/script/c11451912.lua
View file @
d37eb486
...
@@ -241,11 +241,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -241,11 +241,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
oc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
oc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
11451911
,
4
))
end
end
og
:
KeepAlive
()
og
:
KeepAlive
()
local
ph
=
Duel
.
GetCurrentPhase
()
local
code
=
EVENT_ADJUST
if
ph
==
PHASE_END
then
code
=
EVENT_PREDRAW
end
if
ph
==
PHASE_DRAW
then
code
=
EVENT_PHASE_START
+
PHASE_STANDBY
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_ADJUST
)
e1
:
SetCode
(
code
)
e1
:
SetLabel
(
Duel
.
GetCurrentPhase
()
)
e1
:
SetLabel
(
ph
)
e1
:
SetLabelObject
(
og
)
e1
:
SetLabelObject
(
og
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetCondition
(
cm
.
retcon
)
e1
:
SetOperation
(
cm
.
retop
)
e1
:
SetOperation
(
cm
.
retop
)
...
...
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