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
Ai
ygopro-222DIY-cards
Commits
d9fd7a82
Commit
d9fd7a82
authored
Mar 30, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得得得得得
parent
95c90951
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/script/c81032000.lua
expansions/script/c81032000.lua
+1
-1
expansions/script/c81032006.lua
expansions/script/c81032006.lua
+1
-1
expansions/script/c81032007.lua
expansions/script/c81032007.lua
+1
-1
expansions/script/c81032008.lua
expansions/script/c81032008.lua
+1
-1
expansions/script/c81032016.lua
expansions/script/c81032016.lua
+1
-1
No files found.
expansions/script/c81032000.lua
View file @
d9fd7a82
...
...
@@ -60,7 +60,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
2
,
2
,
tp
,
c
)
e
:
GetHandler
():
SetMaterial
(
tg
)
Duel
.
SendtoGrave
(
tg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
tg
,
REASON_
MATERIAL
+
REASON_SYNCHRO
)
end
function
cm
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
...
...
expansions/script/c81032006.lua
View file @
d9fd7a82
...
...
@@ -62,7 +62,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
2
,
2
,
tp
,
c
)
e
:
GetHandler
():
SetMaterial
(
tg
)
Duel
.
SendtoGrave
(
tg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
tg
,
REASON_
MATERIAL
+
REASON_SYNCHRO
)
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
...
...
expansions/script/c81032007.lua
View file @
d9fd7a82
...
...
@@ -77,7 +77,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
2
,
2
,
tp
,
c
)
e
:
GetHandler
():
SetMaterial
(
tg
)
Duel
.
SendtoGrave
(
tg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
tg
,
REASON_
MATERIAL
+
REASON_SYNCHRO
)
end
function
cm
.
cfilter
(
c
)
return
c
:
IsRace
(
RACE_REPTILE
)
and
not
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsAbleToRemoveAsCost
()
...
...
expansions/script/c81032008.lua
View file @
d9fd7a82
...
...
@@ -62,7 +62,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
2
,
2
,
tp
,
c
)
e
:
GetHandler
():
SetMaterial
(
tg
)
Duel
.
SendtoGrave
(
tg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
tg
,
REASON_
MATERIAL
+
REASON_SYNCHRO
)
end
function
cm
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
rp
==
1
-
tp
and
re
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
...
...
expansions/script/c81032016.lua
View file @
d9fd7a82
...
...
@@ -64,7 +64,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
cm
.
fselect
,
false
,
2
,
2
,
tp
,
c
)
e
:
GetHandler
():
SetMaterial
(
tg
)
Duel
.
SendtoGrave
(
tg
,
REASON_
COST
)
Duel
.
SendtoGrave
(
tg
,
REASON_
MATERIAL
+
REASON_SYNCHRO
)
end
function
cm
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_TUNER
)
...
...
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