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
2e1ebefd
Commit
2e1ebefd
authored
Jul 02, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5f933e40
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
12 deletions
+11
-12
expansions/script/c20250330.lua
expansions/script/c20250330.lua
+1
-1
expansions/script/c20250336.lua
expansions/script/c20250336.lua
+1
-1
expansions/script/c25000011.lua
expansions/script/c25000011.lua
+2
-3
expansions/script/c95101105.lua
expansions/script/c95101105.lua
+1
-1
expansions/script/c95101107.lua
expansions/script/c95101107.lua
+1
-1
expansions/script/c95101109.lua
expansions/script/c95101109.lua
+1
-1
expansions/script/c98500320.lua
expansions/script/c98500320.lua
+4
-4
No files found.
expansions/script/c20250330.lua
View file @
2e1ebefd
...
...
@@ -40,7 +40,7 @@ function c20250330.spcfilter(e,tp)
return
Duel
.
GetCounter
(
tp
,
1
,
0
,
0x154a
)
>=
1
end
function
c20250330
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
c20250330
.
spcfilter
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
c20250330
.
spcfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
nil
)
end
function
c20250330
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c20250336.lua
View file @
2e1ebefd
...
...
@@ -46,7 +46,7 @@ function c20250336.spcfilter(tp)
return
Duel
.
GetCounter
(
tp
,
1
,
0
,
0x154a
)
>
0
end
function
c20250336
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c20250336
.
spcfilter
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
nil
,
tp
)
return
Duel
.
IsExistingMatchingCard
(
c20250336
.
spcfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
nil
,
tp
)
end
function
c20250336
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c25000011.lua
View file @
2e1ebefd
...
...
@@ -44,9 +44,8 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
s
.
ffilter
(
c
,
fc
,
sub
,
mg
,
sg
)
if
not
sg
then
return
true
end
return
sg
:
IsExists
(
Card
.
IsFusionAttribute
,
1
,
c
,
c
:
GetFusionAttribute
())
and
c
:
IsRace
(
RACE_DINOSAUR
)
return
c
:
IsRace
(
RACE_DINOSAUR
)
and
(
not
sg
or
sg
:
FilterCount
(
aux
.
TRUE
,
c
)
==
0
or
sg
:
IsExists
(
Card
.
IsFusionAttribute
,
1
,
c
,
c
:
GetFusionAttribute
()))
end
function
s
.
splimit
(
e
,
se
,
sp
,
st
)
return
not
(
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
and
e
:
GetHandler
():
IsFacedown
())
...
...
expansions/script/c95101105.lua
View file @
2e1ebefd
...
...
@@ -16,7 +16,7 @@ function c95101105.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
95101105
,
1
))
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e2
:
SetCategory
(
CATEGORY_
DRAW
)
e2
:
SetCategory
(
CATEGORY_
REMOVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c95101107.lua
View file @
2e1ebefd
...
...
@@ -16,7 +16,7 @@ function c95101107.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
95101107
,
1
))
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e2
:
SetCategory
(
CATEGORY_
DRAW
)
e2
:
SetCategory
(
CATEGORY_
REMOVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c95101109.lua
View file @
2e1ebefd
...
...
@@ -16,7 +16,7 @@ function c95101109.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
95101109
,
1
))
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e2
:
SetCategory
(
CATEGORY_
DRAW
)
e2
:
SetCategory
(
CATEGORY_
REMOVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c98500320.lua
View file @
2e1ebefd
...
...
@@ -31,12 +31,12 @@ function c98500320.initial_effect(c)
c
:
RegisterEffect
(
e4
)
-- 启动效果注册
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
98500320
,
0
))
e5
:
SetDescription
(
aux
.
Stringid
(
98500320
,
1
))
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
e5
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetCountLimit
(
1
)
e5
:
SetCountLimit
(
1
)
e5
:
SetTarget
(
c98500320
.
target
)
e5
:
SetOperation
(
c98500320
.
operation
)
c
:
RegisterEffect
(
e5
)
...
...
@@ -81,7 +81,7 @@ function c98500320.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetValue
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
-- 添加免疫效果破坏
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -90,6 +90,6 @@ function c98500320.operation(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetValue
(
1
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterFlagEffect
(
98500320
,
RESET_EVENT
+
0xff0000
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
98500320
,
3
))
tc
:
RegisterFlagEffect
(
98500320
,
RESET_EVENT
+
0xff0000
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
98500320
,
2
))
end
end
\ No newline at end of file
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