Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
c9cb15ea
Commit
c9cb15ea
authored
Nov 15, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix not using Card.IsLink
parent
f3e8cf5a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c10019086.lua
c10019086.lua
+1
-1
c2834264.lua
c2834264.lua
+1
-1
c29296344.lua
c29296344.lua
+1
-1
c47163170.lua
c47163170.lua
+1
-1
c47404795.lua
c47404795.lua
+1
-1
c61728808.lua
c61728808.lua
+1
-1
No files found.
c10019086.lua
View file @
c9cb15ea
...
@@ -3,7 +3,7 @@ local s,id,o=GetID()
...
@@ -3,7 +3,7 @@ local s,id,o=GetID()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--material
--material
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_BEAST
+
RACE_BEASTWARRIOR
+
RACE_WINDBEAST
),
3
,
99
,
s
.
spchk
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_BEAST
+
RACE_BEASTWARRIOR
+
RACE_WINDBEAST
),
3
,
99
,
s
.
spchk
)
--splimit
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c2834264.lua
View file @
c9cb15ea
--騎甲虫アームド・ホーン
--騎甲虫アームド・ホーン
function
c2834264
.
initial_effect
(
c
)
function
c2834264
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_INSECT
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_INSECT
),
2
,
2
)
--splimit
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
c29296344.lua
View file @
c9cb15ea
--ソーンヴァレル・ドラゴン
--ソーンヴァレル・ドラゴン
function
c29296344
.
initial_effect
(
c
)
function
c29296344
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_DRAGON
),
2
,
2
,
c29296344
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_DRAGON
),
2
,
2
,
c29296344
.
lcheck
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--destroy
--destroy
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
c47163170.lua
View file @
c9cb15ea
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c47163170
.
initial_effect
(
c
)
function
c47163170
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x14d
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0x14d
),
2
,
2
)
--special summon
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
47163170
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
47163170
,
0
))
...
...
c47404795.lua
View file @
c9cb15ea
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
lchk
(
g
)
function
s
.
lchk
(
g
)
return
g
:
IsExists
(
Card
.
IsRace
,
1
,
nil
,
RACE_FIEND
)
return
g
:
IsExists
(
Card
.
Is
Link
Race
,
1
,
nil
,
RACE_FIEND
)
end
end
function
s
.
dtfcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
dtfcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
c61728808.lua
View file @
c9cb15ea
--ヘビーメタルフォーゼ・アマルガム
--ヘビーメタルフォーゼ・アマルガム
function
c61728808
.
initial_effect
(
c
)
function
c61728808
.
initial_effect
(
c
)
--(0) Link Summon
--(0) Link Summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xe1
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0xe1
),
2
,
2
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--(1) Equip
--(1) Equip
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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