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
736f5d39
Commit
736f5d39
authored
Feb 19, 2026
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bd76b0db
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
7 deletions
+31
-7
expansions/script/c11451534.lua
expansions/script/c11451534.lua
+1
-1
expansions/script/c14010278.lua
expansions/script/c14010278.lua
+1
-1
expansions/script/c98500322.lua
expansions/script/c98500322.lua
+11
-3
expansions/script/c98500323.lua
expansions/script/c98500323.lua
+9
-1
expansions/script/c98500324.lua
expansions/script/c98500324.lua
+9
-1
No files found.
expansions/script/c11451534.lua
View file @
736f5d39
...
...
@@ -61,7 +61,7 @@ function cm.initial_effect(c)
e9
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e9
:
SetCondition
(
cm
.
drcon2
)
c
:
RegisterEffect
(
e9
)
local
e12
=
e
3
:
Clone
()
local
e12
=
e
9
:
Clone
()
e12
:
SetCode
(
EVENT_CHANGE_POS
)
c
:
RegisterEffect
(
e12
)
end
...
...
expansions/script/c14010278.lua
View file @
736f5d39
...
...
@@ -31,7 +31,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTarget
(
cm
.
distg
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
e2
=
e1
:
Clone
local
e2
=
e1
:
Clone
()
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e2
:
SetOperation
(
cm
.
disop
)
...
...
expansions/script/c98500322.lua
View file @
736f5d39
--真祖之太阳神
function
c98500322
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000000
,
10000010
,
10000020
)
aux
.
EnableChangeCode
(
c
,
10000010
,
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
--
aux.EnableChangeCode(c,10000010,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED)
c
:
EnableReviveLimit
()
--cannot special summon
local
e0
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -65,8 +65,8 @@ function c98500322.initial_effect(c)
--to deck
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetDescription
(
aux
.
Stringid
(
98500322
,
3
))
e6
:
SetCategory
(
CATEGORY_S
EARCH
+
CATEGORY_TOHAND
)
e6
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_
F
)
e6
:
SetCategory
(
CATEGORY_S
PECIAL_SUMMON
)
e6
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_
O
)
e6
:
SetCode
(
EVENT_TO_GRAVE
)
e6
:
SetCountLimit
(
1
,
98520307
)
e6
:
SetCondition
(
c98500322
.
tkcon
)
...
...
@@ -91,6 +91,14 @@ function c98500322.initial_effect(c)
e11
:
SetTarget
(
c98500322
.
thstg
)
e11
:
SetOperation
(
c98500322
.
thsop
)
c
:
RegisterEffect
(
e11
)
--change name
local
e12
=
Effect
.
CreateEffect
(
c
)
e12
:
SetType
(
EFFECT_TYPE_SINGLE
)
e12
:
SetCode
(
EFFECT_CHANGE_CODE
)
e12
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
+
EFFECT_FLAG_CANNOT_DISABLE
)
e12
:
SetRange
(
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e12
:
SetValue
(
10000010
)
c
:
RegisterEffect
(
e12
)
end
function
c98500322
.
selfspfilter
(
c
,
tp
)
return
c
:
IsCode
(
10000010
)
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
and
c
:
GetFlagEffect
(
7373632
)
>
0
...
...
expansions/script/c98500323.lua
View file @
736f5d39
--真祖之奥贝利斯克
function
c98500323
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000000
)
aux
.
EnableChangeCode
(
c
,
10000000
,
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
--
aux.EnableChangeCode(c,10000000,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED)
c
:
EnableReviveLimit
()
--cannot special summon
local
e0
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -77,6 +77,14 @@ function c98500323.initial_effect(c)
e11
:
SetTarget
(
c98500323
.
thstg
)
e11
:
SetOperation
(
c98500323
.
thsop
)
c
:
RegisterEffect
(
e11
)
--change name
local
e12
=
Effect
.
CreateEffect
(
c
)
e12
:
SetType
(
EFFECT_TYPE_SINGLE
)
e12
:
SetCode
(
EFFECT_CHANGE_CODE
)
e12
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
+
EFFECT_FLAG_CANNOT_DISABLE
)
e12
:
SetRange
(
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e12
:
SetValue
(
10000000
)
c
:
RegisterEffect
(
e12
)
Duel
.
AddCustomActivityCounter
(
98500323
,
ACTIVITY_SPSUMMON
,
c98500323
.
counterfilter
)
end
function
c98500323
.
counterfilter
(
c
)
...
...
expansions/script/c98500324.lua
View file @
736f5d39
--真祖之奥西里斯
function
c98500324
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
10000020
)
aux
.
EnableChangeCode
(
c
,
10000020
,
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
--
aux.EnableChangeCode(c,10000020,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED)
c
:
EnableReviveLimit
()
--cannot special summon
local
e0
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -95,6 +95,14 @@ function c98500324.initial_effect(c)
e11
:
SetTarget
(
c98500324
.
thstg
)
e11
:
SetOperation
(
c98500324
.
thsop
)
c
:
RegisterEffect
(
e11
)
--change name
local
e12
=
Effect
.
CreateEffect
(
c
)
e12
:
SetType
(
EFFECT_TYPE_SINGLE
)
e12
:
SetCode
(
EFFECT_CHANGE_CODE
)
e12
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
+
EFFECT_FLAG_CANNOT_DISABLE
)
e12
:
SetRange
(
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e12
:
SetValue
(
10000020
)
c
:
RegisterEffect
(
e12
)
Duel
.
AddCustomActivityCounter
(
98500324
,
ACTIVITY_SPSUMMON
,
c98500324
.
counterfilter
)
end
function
c98500324
.
counterfilter
(
c
)
...
...
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