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
76084e1c
Commit
76084e1c
authored
Apr 20, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
df94dfcf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
6 deletions
+21
-6
expansions/lflist.conf
expansions/lflist.conf
+4
-0
expansions/script/c21113900.lua
expansions/script/c21113900.lua
+14
-3
expansions/script/c28335633.lua
expansions/script/c28335633.lua
+1
-1
expansions/script/c71000173.lua
expansions/script/c71000173.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
expansions/lflist.conf
View file @
76084e1c
...
...
@@ -6505,6 +6505,10 @@
90720631
0
91030028
0
98942060
0
53797149
0
53797150
0
53797151
0
53797152
0
#limit
33403513
1
82204250
0
...
...
expansions/script/c21113900.lua
View file @
76084e1c
...
...
@@ -54,12 +54,12 @@ function c21113900.check_or_add_new_limit(add_or_not)
end
local
ag
=
Duel
.
GetFieldGroup
(
0
,
0xff
,
0xff
)
for
tc
in
aux
.
Next
(
ag
)
do
if
tc
:
IsHasEffect
(
tp
,
EFFECT_CANNOT_TRIGGER
)
then
if
tc
:
IsHasEffect
(
EFFECT_CANNOT_TRIGGER
)
then
local
limit_table
=
{
tc
:
IsHasEffect
(
EFFECT_CANNOT_TRIGGER
)}
for
_
,
limit_effect
in
ipairs
(
limit_table
)
do
if
c21113900
.
record_doesnot_contain
(
record_
redirect
,
limit_effect
)
then
if
c21113900
.
record_doesnot_contain
(
record_
limit_trigger
,
limit_effect
)
then
if
add_or_not
then
table.insert
(
record_
redirect
,
limit_effect
)
table.insert
(
record_
limit_trigger
,
limit_effect
)
table.insert
(
resolve_table
,
limit_effect
)
end
is_new_limit
=
true
...
...
@@ -158,4 +158,15 @@ function c21113900.op(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_OATH
)
e2
:
SetTarget
(
c21113900
.
ssplimit
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e2
:
SetTargetRange
(
1
,
0
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
function
c21113900
.
ssplimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
c
:
IsSetCard
(
0xc914
)
end
\ No newline at end of file
expansions/script/c28335633.lua
View file @
76084e1c
...
...
@@ -163,7 +163,7 @@ end
function
c28335633
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
()
local
tg
=
g
:
Filter
(
c28335633
.
desfilter
,
nil
,
e
:
GetLabel
())
g
:
DeleteGroup
()
--
g:DeleteGroup()
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
end
function
c28335633
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c71000173.lua
View file @
76084e1c
...
...
@@ -26,7 +26,7 @@ function c71000173.initial_effect(c)
e4
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e4
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
Set
AbsoluteRange
(
tp
,
1
,
0
)
e4
:
Set
TargetRange
(
1
,
0
)
e4
:
SetTarget
(
c71000173
.
splimit
)
c
:
RegisterEffect
(
e4
)
end
...
...
expansions/strings.conf
View file @
76084e1c
...
...
@@ -310,7 +310,7 @@
!
setname
0
x3f1d
龙族骑士
!
setname
0
x4f1d
时隙淑女
!
setname
0
x5f1d
共心龙
!
setname
0
x6f1d
连波
!
setname
0
x6f1d
仁龙融骑
!
setname
0
xaf1d
阿尔弗雷德
!
setname
0
xbf1d
狂风
!
setname
0
xcf1d
暗魔
...
...
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