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
fd9440e9
Commit
fd9440e9
authored
Oct 25, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
64d5bb3d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
43 additions
and
3 deletions
+43
-3
expansions/script/c130006034.lua
expansions/script/c130006034.lua
+10
-0
expansions/script/c130006035.lua
expansions/script/c130006035.lua
+10
-0
expansions/script/c130006036.lua
expansions/script/c130006036.lua
+10
-0
expansions/script/c130006037.lua
expansions/script/c130006037.lua
+10
-0
expansions/script/c25000068.lua
expansions/script/c25000068.lua
+0
-1
expansions/script/c53752002.lua
expansions/script/c53752002.lua
+2
-1
expansions/script/c98920173.lua
expansions/script/c98920173.lua
+1
-1
No files found.
expansions/script/c130006034.lua
View file @
fd9440e9
...
...
@@ -68,6 +68,16 @@ function s.mixtg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetCategory
(
ctgy
)
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
if
cct
>=
7
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
7
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
7
)
elseif
cct
>=
5
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
5
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
5
)
elseif
cct
>=
3
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
3
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
3
)
end
c
:
RegisterFlagEffect
(
0
,
RESET_CHAIN
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
s
.
chain_id_scl
[
cct
]
=
op
...
...
expansions/script/c130006035.lua
View file @
fd9440e9
...
...
@@ -67,6 +67,16 @@ function s.mixtg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetCategory
(
ctgy
)
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
if
cct
>=
9
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
9
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
9
)
elseif
cct
>=
5
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
5
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
5
)
elseif
cct
>=
3
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
3
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
3
)
end
c
:
RegisterFlagEffect
(
0
,
RESET_CHAIN
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
s
.
chain_id_scl
[
cct
]
=
op
...
...
expansions/script/c130006036.lua
View file @
fd9440e9
...
...
@@ -64,6 +64,16 @@ function s.mixtg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetCategory
(
ctgy
)
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
if
cct
>=
11
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
11
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
11
)
elseif
cct
>=
5
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
5
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
5
)
elseif
cct
>=
3
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
3
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
3
)
end
c
:
RegisterFlagEffect
(
0
,
RESET_CHAIN
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
s
.
chain_id_scl
[
cct
]
=
op
...
...
expansions/script/c130006037.lua
View file @
fd9440e9
...
...
@@ -82,6 +82,16 @@ function s.mixtg(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetCategory
(
ctgy
)
Duel
.
Hint
(
HINT_OPSELECTED
,
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
if
cct
>=
13
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
13
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
13
)
elseif
cct
>=
5
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
5
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
5
)
elseif
cct
>=
3
then
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
3
)
Duel
.
Hint
(
HINT_NUMBER
,
1
-
tp
,
3
)
end
c
:
RegisterFlagEffect
(
0
,
RESET_CHAIN
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
s
.
chain_id_scl
[
cct
]
=
op
...
...
expansions/script/c25000068.lua
View file @
fd9440e9
...
...
@@ -14,7 +14,6 @@ function s.initial_effect(c)
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_NORMALSUMMON
)
==
0
end
Duel
.
DiscardDeck
(
tp
,
1
,
REASON_COST
)
--oath effects
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
expansions/script/c53752002.lua
View file @
fd9440e9
...
...
@@ -280,12 +280,13 @@ function s.SynMixCondition(e,c,smat,mg1,min,max)
aux
.
GCheckAdditional
=
nil
SNNM
.
SubGroupParams
=
{}
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
return
res
and
mg
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
c
,
mg
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
return
res
and
mg
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
c
,
mg
)
end
function
s
.
ntfilter
(
c
,
sc
,
mg
)
return
s
.
TunerCheck
(
c
,
sc
)
and
mg
:
IsExists
(
s
.
NotTunerCheck
,
1
,
c
,
sc
)
end
function
s
.
syngoal
(
g
,
sc
,
smat
,
tp
,
mgchk
)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
<=
0
then
return
false
end
if
not
g
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
sc
,
g
)
then
return
false
end
if
smat
and
not
g
:
IsContains
(
smat
)
then
return
false
end
if
not
aux
.
MustMaterialCheck
(
g
,
tp
,
EFFECT_MUST_BE_SMATERIAL
)
then
return
false
end
...
...
expansions/script/c98920173.lua
View file @
fd9440e9
...
...
@@ -6,7 +6,7 @@ function c98920173.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CAN
NOT_NEGATE
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CAN
_FORBIDDEN
)
e2
:
SetRange
(
LOCATION_PZONE
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTarget
(
c98920173
.
splimit
)
...
...
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