Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
a59951ec
Commit
a59951ec
authored
Dec 23, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp
parent
97d283e8
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
14 deletions
+14
-14
script/c101004036.lua
script/c101004036.lua
+1
-1
script/c101004038.lua
script/c101004038.lua
+1
-1
script/c101004039.lua
script/c101004039.lua
+1
-1
script/c101004041.lua
script/c101004041.lua
+1
-1
script/c101004042.lua
script/c101004042.lua
+1
-1
script/c101004049.lua
script/c101004049.lua
+1
-1
script/c12023931.lua
script/c12023931.lua
+1
-1
script/c1948619.lua
script/c1948619.lua
+1
-1
script/c23971061.lua
script/c23971061.lua
+1
-1
script/c37337327.lua
script/c37337327.lua
+2
-2
script/c59644128.lua
script/c59644128.lua
+1
-1
script/c64454614.lua
script/c64454614.lua
+1
-1
script/c86750474.lua
script/c86750474.lua
+1
-1
No files found.
script/c101004036.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c101004036
.
initial_effect
(
c
)
function
c101004036
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Type
,
TYPE_EFFECT
),
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsType
,
TYPE_EFFECT
),
2
)
--banish
--banish
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
101004036
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
101004036
,
0
))
...
...
script/c101004038.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
--Script by nekrozar
--Script by nekrozar
function
c101004038
.
initial_effect
(
c
)
function
c101004038
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0xfb
),
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xfb
),
2
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--immune
--immune
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c101004039.lua
View file @
a59951ec
...
@@ -30,7 +30,7 @@ function c101004039.initial_effect(c)
...
@@ -30,7 +30,7 @@ function c101004039.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c101004039
.
matfilter
(
c
,
lc
,
sumtype
,
tp
)
function
c101004039
.
matfilter
(
c
,
lc
,
sumtype
,
tp
)
return
c
:
IsLevelBelow
(
2
)
and
c
:
Is
Link
SetCard
(
0xfb
)
return
c
:
IsLevelBelow
(
2
)
and
c
:
IsSetCard
(
0xfb
)
end
end
function
c101004039
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c101004039
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_LINK
)
...
...
script/c101004041.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
--Script by nekrozar
--Script by nekrozar
function
c101004041
.
initial_effect
(
c
)
function
c101004041
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0xfc
),
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xfc
),
2
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--disable
--disable
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c101004042.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c101004042
.
initial_effect
(
c
)
function
c101004042
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0x103
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x103
),
2
,
2
)
--spsummon
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
101004042
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
101004042
,
1
))
...
...
script/c101004049.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
--Script by nekrozar
--Script by nekrozar
function
c101004049
.
initial_effect
(
c
)
function
c101004049
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0x58
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x58
),
2
,
2
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--search
--search
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c12023931.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
--Script by nekrozar
--Script by nekrozar
function
c12023931
.
initial_effect
(
c
)
function
c12023931
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0x102
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x102
),
2
,
2
)
--atkup
--atkup
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
12023931
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
12023931
,
0
))
...
...
script/c1948619.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c1948619
.
initial_effect
(
c
)
function
c1948619
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0x8
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x8
),
2
,
2
)
--set
--set
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
1948619
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
1948619
,
0
))
...
...
script/c23971061.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c23971061
.
initial_effect
(
c
)
function
c23971061
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Type
,
TYPE_LINK
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsType
,
TYPE_LINK
),
2
,
2
)
--atkup
--atkup
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
...
...
script/c37337327.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c37337327
.
initial_effect
(
c
)
function
c37337327
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_WARRIOR
+
RACE_MACHINE
),
2
,
2
,
c37337327
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_WARRIOR
+
RACE_MACHINE
),
2
,
2
,
c37337327
.
lcheck
)
--synchro effect
--synchro effect
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
37337327
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
37337327
,
0
))
...
@@ -29,7 +29,7 @@ function c37337327.initial_effect(c)
...
@@ -29,7 +29,7 @@ function c37337327.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c37337327
.
lcheck
(
g
,
lc
)
function
c37337327
.
lcheck
(
g
,
lc
)
return
g
:
IsExists
(
Card
.
Is
Link
Type
,
1
,
nil
,
TYPE_TUNER
)
return
g
:
IsExists
(
Card
.
IsType
,
1
,
nil
,
TYPE_TUNER
)
end
end
function
c37337327
.
sccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c37337327
.
sccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
script/c59644128.lua
View file @
a59951ec
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
function
c59644128
.
initial_effect
(
c
)
function
c59644128
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
SetCard
,
0xfc
),
2
,
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xfc
),
2
,
2
)
--position
--position
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
59644128
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
59644128
,
0
))
...
...
script/c64454614.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
--Script by nekrozar
--Script by nekrozar
function
c64454614
.
initial_effect
(
c
)
function
c64454614
.
initial_effect
(
c
)
--link summon
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_WARRIOR
),
3
,
3
,
c64454614
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_WARRIOR
),
3
,
3
,
c64454614
.
lcheck
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--negate
--negate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c86750474.lua
View file @
a59951ec
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
function
c86750474
.
initial_effect
(
c
)
function
c86750474
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
Is
Link
Race
,
RACE_FAIRY
),
2
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_FAIRY
),
2
)
--damage
--damage
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
86750474
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
86750474
,
1
))
...
...
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