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
fac425cd
Commit
fac425cd
authored
May 19, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
2cbe37fa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
345 additions
and
301 deletions
+345
-301
expansions/script/c114303426.lua
expansions/script/c114303426.lua
+122
-101
expansions/script/c118776531.lua
expansions/script/c118776531.lua
+27
-16
expansions/script/c121082832.lua
expansions/script/c121082832.lua
+196
-184
No files found.
expansions/script/c114303426.lua
View file @
fac425cd
This diff is collapsed.
Click to expand it.
expansions/script/c118776531.lua
View file @
fac425cd
...
@@ -61,6 +61,33 @@ function c118776531.initial_effect(c)
...
@@ -61,6 +61,33 @@ function c118776531.initial_effect(c)
ge2
:
SetCode
(
EVENT_PHASE_START
+
PHASE_DRAW
)
ge2
:
SetCode
(
EVENT_PHASE_START
+
PHASE_DRAW
)
ge2
:
SetOperation
(
c118776531
.
clearop
)
ge2
:
SetOperation
(
c118776531
.
clearop
)
Duel
.
RegisterEffect
(
ge2
,
0
)
Duel
.
RegisterEffect
(
ge2
,
0
)
local
st
=
Effect
.
SetTarget
Effect
.
SetTarget
=
function
(
e
,
tg
)
if
e
:
GetDescription
()
==
aux
.
Stringid
(
58984738
,
1
)
or
e
:
GetDescription
()
==
aux
.
Stringid
(
22499034
,
1
)
then
return
st
(
e
,
c118776531
.
tg
)
else
return
st
(
e
,
tg
)
end
end
local
so
=
Effect
.
SetOperation
Effect
.
SetOperation
=
function
(
e
,
op
)
if
e
:
GetDescription
()
==
aux
.
Stringid
(
58984738
,
1
)
or
e
:
GetDescription
()
==
aux
.
Stringid
(
22499034
,
1
)
then
return
so
(
e
,
c118776531
.
op
)
else
return
so
(
e
,
op
)
end
end
local
rg
=
Duel
.
GetMatchingGroup
(
Card
.
IsOriginalCodeRule
,
tp
,
0xff
,
0xff
,
nil
,
58984738
,
22499034
)
for
tc
in
aux
.
Next
(
rg
)
do
if
tc
.
initial_effect
then
local
tinit
=
c118776531
.
initial_effect
c118776531
.
initial_effect
=
function
()
end
tc
:
ReplaceEffect
(
118776531
,
0
)
c118776531
.
initial_effect
=
tinit
tc
.
initial_effect
(
tc
)
end
end
end
end
end
end
...
@@ -163,22 +190,6 @@ end
...
@@ -163,22 +190,6 @@ end
--change script
--change script
local
st
=
Effect
.
SetTarget
Effect
.
SetTarget
=
function
(
e
,
tg
)
if
e
:
GetDescription
()
==
aux
.
Stringid
(
58984738
,
1
)
or
e
:
GetDescription
()
==
aux
.
Stringid
(
22499034
,
1
)
then
return
st
(
e
,
c118776531
.
tg
)
else
return
st
(
e
,
tg
)
end
end
local
so
=
Effect
.
SetOperation
Effect
.
SetOperation
=
function
(
e
,
op
)
if
e
:
GetDescription
()
==
aux
.
Stringid
(
58984738
,
1
)
or
e
:
GetDescription
()
==
aux
.
Stringid
(
22499034
,
1
)
then
return
so
(
e
,
c118776531
.
op
)
else
return
so
(
e
,
op
)
end
end
function
c118776531
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c118776531
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c121082832.lua
View file @
fac425cd
This diff is collapsed.
Click to expand it.
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