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
2d025edd
Commit
2d025edd
authored
Aug 25, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
08cc6622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
expansions/script/c50424315.lua
expansions/script/c50424315.lua
+5
-2
No files found.
expansions/script/c50424315.lua
View file @
2d025edd
--圣杯战争-Lancer-恩奇都
--圣杯战争-Lancer-恩奇都
function
c50424315
.
initial_effect
(
c
)
function
c50424315
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c50424315
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
c50424315
.
lfilter
,
2
,
2
,
c50424315
.
lcheck
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--draw
--draw
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -38,8 +38,11 @@ function c50424315.initial_effect(c)
...
@@ -38,8 +38,11 @@ function c50424315.initial_effect(c)
e3
:
SetOperation
(
c50424315
.
eqop
)
e3
:
SetOperation
(
c50424315
.
eqop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c50424315
.
lfilter
(
c
)
return
c
:
IsLinkSetCard
(
0xdb0
)
end
function
c50424315
.
lcheck
(
g
)
function
c50424315
.
lcheck
(
g
)
return
g
:
IsExists
(
Card
.
IsLink
Attribute
,
1
,
nil
,
ATTRIBUTE_LIGHT
)
return
g
:
IsExists
(
Card
.
IsLink
SetCard
,
2
,
nil
,
0xdb0
)
end
end
function
c50424315
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50424315
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
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