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
a4b55d1d
Commit
a4b55d1d
authored
Apr 30, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
str
parent
b30119b9
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
60 additions
and
1 deletion
+60
-1
expansions/script/c15005141.lua
expansions/script/c15005141.lua
+6
-0
expansions/script/c64000046.lua
expansions/script/c64000046.lua
+6
-1
expansions/script/c64833020.lua
expansions/script/c64833020.lua
+6
-0
expansions/script/c64833021.lua
expansions/script/c64833021.lua
+6
-0
expansions/script/c81028017.lua
expansions/script/c81028017.lua
+6
-0
expansions/script/c81028020.lua
expansions/script/c81028020.lua
+6
-0
expansions/script/c81028022.lua
expansions/script/c81028022.lua
+6
-0
expansions/script/c81028023.lua
expansions/script/c81028023.lua
+6
-0
expansions/script/c81028027.lua
expansions/script/c81028027.lua
+6
-0
expansions/script/c9910300.lua
expansions/script/c9910300.lua
+6
-0
No files found.
expansions/script/c15005141.lua
View file @
a4b55d1d
...
...
@@ -57,6 +57,12 @@ function cm.initial_effect(c)
e8
:
SetTarget
(
cm
.
sptg
)
e8
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e8
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
sfilter
(
c
)
return
c
:
IsRace
(
RACE_MACHINE
)
...
...
expansions/script/c64000046.lua
View file @
a4b55d1d
...
...
@@ -47,7 +47,12 @@ function cm.initial_effect(c)
e4
:
SetTarget
(
c64000046
.
prtg
)
e4
:
SetOperation
(
c64000046
.
prop
)
c
:
RegisterEffect
(
e4
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
c64000046
.
prcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c64833020.lua
View file @
a4b55d1d
...
...
@@ -25,6 +25,12 @@ function cm.initial_effect(c)
e1
:
SetTarget
(
cm
.
negtg
)
e1
:
SetOperation
(
cm
.
negop
)
c
:
RegisterEffect
(
e1
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
...
...
expansions/script/c64833021.lua
View file @
a4b55d1d
...
...
@@ -30,6 +30,12 @@ function cm.initial_effect(c)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetValue
(
aux
.
tgoval
)
c
:
RegisterEffect
(
e3
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
tunfil
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsRace
(
RACE_FAIRY
)
...
...
expansions/script/c81028017.lua
View file @
a4b55d1d
...
...
@@ -34,6 +34,12 @@ function cm.initial_effect(c)
e2
:
SetTarget
(
cm
.
thtg
)
e2
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e2
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
splimit
(
e
,
se
,
sp
,
st
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
or
(
bit
.
band
(
st
,
SUMMON_TYPE_SYNCHRO
)
==
SUMMON_TYPE_SYNCHRO
and
not
se
)
...
...
expansions/script/c81028020.lua
View file @
a4b55d1d
...
...
@@ -35,6 +35,12 @@ function cm.initial_effect(c)
e3
:
SetTarget
(
cm
.
rmtg
)
e3
:
SetOperation
(
cm
.
rmop
)
c
:
RegisterEffect
(
e3
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
synfilter
(
c
)
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
...
...
expansions/script/c81028022.lua
View file @
a4b55d1d
...
...
@@ -32,6 +32,12 @@ function cm.initial_effect(c)
e2
:
SetTarget
(
cm
.
lvtg
)
e2
:
SetOperation
(
cm
.
lvop
)
c
:
RegisterEffect
(
e2
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
costfilter
(
c
)
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsDiscardable
()
...
...
expansions/script/c81028023.lua
View file @
a4b55d1d
...
...
@@ -43,6 +43,12 @@ function cm.initial_effect(c)
e3
:
SetTarget
(
cm
.
distg
)
e3
:
SetOperation
(
cm
.
disop
)
c
:
RegisterEffect
(
e3
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
synfilter
(
c
)
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsRace
(
RACE_ZOMBIE
)
and
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
...
...
expansions/script/c81028027.lua
View file @
a4b55d1d
...
...
@@ -45,6 +45,12 @@ function cm.initial_effect(c)
e3
:
SetTarget
(
cm
.
sptg
)
e3
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e3
)
--double tuner
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e9
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e9
)
end
function
cm
.
synfilter
(
c
)
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsRace
(
RACE_ZOMBIE
)
and
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
...
...
expansions/script/c9910300.lua
View file @
a4b55d1d
...
...
@@ -77,6 +77,12 @@ function c9910300.initial_effect(c)
e10
:
SetValue
(
c9910300
.
valcheck
)
e10
:
SetLabelObject
(
e9
)
c
:
RegisterEffect
(
e10
)
--double tuner
local
e99
=
Effect
.
CreateEffect
(
c
)
e99
:
SetType
(
EFFECT_TYPE_SINGLE
)
e99
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e99
:
SetCode
(
21142671
)
c
:
RegisterEffect
(
e99
)
end
function
c9910300
.
valcheck
(
e
,
c
)
local
g
=
c
:
GetMaterial
()
...
...
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