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
Soulgamer
ygopro-222DIY-cards
Commits
47c3e92f
Commit
47c3e92f
authored
Sep 06, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
98f99472
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
2 deletions
+18
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c12016005.lua
expansions/script/c12016005.lua
+1
-1
expansions/script/c19500001.lua
expansions/script/c19500001.lua
+6
-0
expansions/script/c19500029.lua
expansions/script/c19500029.lua
+8
-1
expansions/script/c85401480.lua
expansions/script/c85401480.lua
+1
-0
expansions/script/c85401630.lua
expansions/script/c85401630.lua
+1
-0
expansions/script/c85401660.lua
expansions/script/c85401660.lua
+1
-0
No files found.
expansions/222DIY.cdb
View file @
47c3e92f
No preview for this file type
expansions/script/c12016005.lua
View file @
47c3e92f
...
...
@@ -81,7 +81,7 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
end
function
cm
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_
SYNCHRO
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_
RITUAL
)
end
function
cm
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
)
end
...
...
expansions/script/c19500001.lua
View file @
47c3e92f
...
...
@@ -37,6 +37,9 @@ function c19500001.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
sg
,
sg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
c
,
1
,
0
,
0
)
Duel
.
SetChainLimit
(
c19500001
.
chainlm
)
if
e
:
IsHasType
(
EFFECT_TYPE_IGNITION
)
then
Duel
.
SetChainLimit
(
aux
.
FALSE
)
end
end
function
c19500001
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
@@ -66,6 +69,9 @@ function c19500001.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
Duel
.
SetChainLimit
(
c19500001
.
chainlm
)
if
e
:
IsHasType
(
EFFECT_TYPE_IGNITION
)
then
Duel
.
SetChainLimit
(
aux
.
FALSE
)
end
end
function
c19500001
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c19500029.lua
View file @
47c3e92f
...
...
@@ -22,10 +22,17 @@ function c19500029.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
195000
41
)
e2
:
SetCountLimit
(
1
,
195000
29
+
100
)
e2
:
SetTarget
(
c19500029
.
destg
)
e2
:
SetOperation
(
c19500029
.
desop
)
c
:
RegisterEffect
(
e2
)
--link off
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_LINK_MATERIAL
)
e3
:
SetValue
(
1
)
e3
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e3
)
end
function
c19500029
.
lcheck
(
g
,
lc
)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x3990
)
and
g
:
IsExists
(
Card
.
IsLinkRace
,
1
,
nil
,
RACE_MACHINE
)
...
...
expansions/script/c85401480.lua
View file @
47c3e92f
...
...
@@ -8,6 +8,7 @@ function c85401480.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCondition
(
c85401480
.
cd
)
e1
:
SetCost
(
c85401480
.
ct
)
...
...
expansions/script/c85401630.lua
View file @
47c3e92f
...
...
@@ -27,6 +27,7 @@ function c85401630.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetCountLimit
(
1
)
e4
:
SetCondition
(
c85401630
.
cd
)
e4
:
SetCost
(
c85401630
.
ct
)
...
...
expansions/script/c85401660.lua
View file @
47c3e92f
...
...
@@ -27,6 +27,7 @@ function c85401660.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetCountLimit
(
1
)
e4
:
SetCondition
(
c85401660
.
cd
)
e4
:
SetCost
(
c85401660
.
ct
)
...
...
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