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
5b0da437
Commit
5b0da437
authored
May 25, 2020
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6fd925de
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
233 additions
and
233 deletions
+233
-233
expansions/script/c117837139.lua
expansions/script/c117837139.lua
+1
-1
expansions/script/c46250010.lua
expansions/script/c46250010.lua
+71
-71
expansions/script/c46250011.lua
expansions/script/c46250011.lua
+75
-75
expansions/script/c46250012.lua
expansions/script/c46250012.lua
+81
-81
expansions/script/c46250013.lua
expansions/script/c46250013.lua
+1
-1
expansions/script/c46250014.lua
expansions/script/c46250014.lua
+1
-1
expansions/script/c46250015.lua
expansions/script/c46250015.lua
+1
-1
expansions/script/c46250016.lua
expansions/script/c46250016.lua
+1
-1
expansions/script/c46250017.lua
expansions/script/c46250017.lua
+1
-1
No files found.
expansions/script/c117837139.lua
View file @
5b0da437
...
...
@@ -88,7 +88,7 @@ function c117837139.sumfilter(c,e,tp)
end
function
c117837139
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
GetLocationCountFromEx
(
1
-
tp
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c117837139
.
sumfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_LINK
,
1
-
tp
,
true
,
false
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
GetLocationCountFromEx
(
1
-
tp
,
tp
,
nil
,
c
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c117837139
.
sumfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_LINK
,
1
-
tp
,
true
,
false
)
end
end
function
c117837139
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c46250010.lua
View file @
5b0da437
...
...
@@ -68,7 +68,7 @@ function c46250010.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250010
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
()
)
end
function
c46250010
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250011.lua
View file @
5b0da437
...
...
@@ -73,7 +73,7 @@ function c46250011.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250011
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
()
)
end
function
c46250011
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250012.lua
View file @
5b0da437
...
...
@@ -75,7 +75,7 @@ function c46250012.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250012
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
()
)
end
function
c46250012
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250013.lua
View file @
5b0da437
...
...
@@ -82,7 +82,7 @@ function c46250013.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250013
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c46250013
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250014.lua
View file @
5b0da437
...
...
@@ -88,7 +88,7 @@ function c46250014.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250014
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c46250014
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250015.lua
View file @
5b0da437
...
...
@@ -89,7 +89,7 @@ function c46250015.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250015
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c46250015
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250016.lua
View file @
5b0da437
...
...
@@ -100,7 +100,7 @@ function c46250016.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250016
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c46250016
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
expansions/script/c46250017.lua
View file @
5b0da437
...
...
@@ -96,7 +96,7 @@ function c46250017.eqlimit(e,c)
return
e
:
GetOwner
()
==
c
end
function
c46250017
.
matval
(
e
,
c
,
mg
)
return
c
:
IsRace
(
RACE_WYRM
)
return
c
:
IsRace
(
RACE_WYRM
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c46250017
.
atkval
(
e
,
c
)
return
Group
.
GetSum
(
c
:
GetEquipGroup
():
Filter
(
Card
.
IsSetCard
,
nil
,
0x1fc0
),
Card
.
GetTextAttack
)
...
...
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