Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
cf461005
Commit
cf461005
authored
Jul 21, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
4d6d5460
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
expansions/script/c50223505.lua
expansions/script/c50223505.lua
+2
-1
expansions/script/c50223510.lua
expansions/script/c50223510.lua
+2
-1
expansions/script/c50223515.lua
expansions/script/c50223515.lua
+2
-1
No files found.
expansions/script/c50223505.lua
View file @
cf461005
--马莱战士-贝尔托特·胡佛
function
c50223505
.
initial_effect
(
c
)
aux
.
AddSetNameMonsterList
(
c
,
0xcb8
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c50223505
.
lcheck
)
c
:
EnableReviveLimit
()
...
...
@@ -49,7 +50,7 @@ function c50223505.lcheck(g,lc)
end
function
c50223505
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
if
e
:
GetHandler
()
~=
lc
then
return
false
,
nil
end
return
c
:
IsSetCard
(
0xcb8
),
not
mg
or
not
mg
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_HAND
)
return
c
:
IsSetCard
(
0xcb8
),
true
end
function
c50223505
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
...
...
expansions/script/c50223510.lua
View file @
cf461005
--马莱战士-莱纳·布朗
function
c50223510
.
initial_effect
(
c
)
aux
.
AddSetNameMonsterList
(
c
,
0xcb8
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c50223510
.
lcheck
)
c
:
EnableReviveLimit
()
...
...
@@ -48,7 +49,7 @@ function c50223510.lcheck(g,lc)
end
function
c50223510
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
if
e
:
GetHandler
()
~=
lc
then
return
false
,
nil
end
return
c
:
IsSetCard
(
0xcb8
),
not
mg
or
not
mg
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_HAND
)
return
c
:
IsSetCard
(
0xcb8
),
true
end
function
c50223510
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
...
...
expansions/script/c50223515.lua
View file @
cf461005
--马莱战士-阿尼·雷恩哈特
function
c50223515
.
initial_effect
(
c
)
aux
.
AddSetNameMonsterList
(
c
,
0xcb8
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c50223515
.
lcheck
)
c
:
EnableReviveLimit
()
...
...
@@ -48,7 +49,7 @@ function c50223515.lcheck(g,lc)
end
function
c50223515
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
if
e
:
GetHandler
()
~=
lc
then
return
false
,
nil
end
return
c
:
IsSetCard
(
0xcb8
),
not
mg
or
not
mg
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_HAND
)
return
c
:
IsSetCard
(
0xcb8
),
true
end
function
c50223515
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
...
...
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