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
38e9f96a
Commit
38e9f96a
authored
Dec 13, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
16d99d49
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
expansions/script/c64800097.lua
expansions/script/c64800097.lua
+1
-1
expansions/script/c64800103.lua
expansions/script/c64800103.lua
+2
-2
expansions/script/c64800105.lua
expansions/script/c64800105.lua
+2
-1
expansions/script/c64800109.lua
expansions/script/c64800109.lua
+1
-1
expansions/script/c64800110.lua
expansions/script/c64800110.lua
+1
-1
No files found.
expansions/script/c64800097.lua
View file @
38e9f96a
...
...
@@ -59,7 +59,7 @@ function c64800097.cfilter(c,tp)
(
c
:
IsType
(
TYPE_FUSION
)
and
Duel
.
GetFlagEffect
(
tp
,
64800098
)
==
0
)
or
(
c
:
IsType
(
TYPE_XYZ
)
and
Duel
.
GetFlagEffect
(
tp
,
64800099
)
==
0
)
or
(
c
:
IsType
(
TYPE_SYNCHRO
)
and
Duel
.
GetFlagEffect
(
tp
,
64800100
)
==
0
)
or
(
c
:
IsType
(
TYPE_
TYPE_
PENDULUM
)
and
Duel
.
GetFlagEffect
(
tp
,
64800101
)
==
0
)
(
c
:
IsType
(
TYPE_PENDULUM
)
and
Duel
.
GetFlagEffect
(
tp
,
64800101
)
==
0
)
)
and
not
c
:
IsCode
(
64800097
)
end
...
...
expansions/script/c64800103.lua
View file @
38e9f96a
...
...
@@ -35,7 +35,7 @@ function c64800103.eqfilter(c,tp)
end
function
c64800103
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c64800103
.
eqfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_
DECK
,
0
,
1
,
nil
,
tp
)
end
and
Duel
.
IsExistingMatchingCard
(
c64800103
.
eqfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_
MZONE
,
0
,
1
,
nil
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
nil
,
1
,
tp
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_NEGATE
,
eg
,
1
,
0
,
0
)
if
re
:
GetHandler
():
IsDestructable
()
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
...
...
@@ -47,7 +47,7 @@ function c64800103.disop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<=
0
then
return
end
if
c
:
IsFacedown
()
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c64800103
.
eqfilter
),
tp
,
LOCATION_GRAVE
+
LOCATION_
DECK
,
0
,
1
,
1
,
nil
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c64800103
.
eqfilter
),
tp
,
LOCATION_GRAVE
+
LOCATION_
MZONE
,
0
,
1
,
1
,
nil
,
tp
)
local
tc
=
g
:
GetFirst
()
if
tc
then
if
not
Duel
.
Equip
(
tp
,
tc
,
c
,
false
)
then
return
end
...
...
expansions/script/c64800105.lua
View file @
38e9f96a
...
...
@@ -84,11 +84,12 @@ function c64800105.eqop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_EQUIP_LIMIT
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetValue
(
c64800105
.
eqlimit
)
e1
:
SetLabelObject
(
tc
)
tc1
:
RegisterEffect
(
e1
)
end
end
end
end
function
c64800105
.
eqlimit
(
e
,
c
)
return
e
:
GetOwner
()
==
c
return
c
==
e
:
GetLabelObject
()
end
\ No newline at end of file
expansions/script/c64800109.lua
View file @
38e9f96a
...
...
@@ -13,7 +13,7 @@ function c64800109.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
64800109
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetCountLimit
(
64810109
)
e2
:
SetCountLimit
(
1
,
64810109
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetTarget
(
c64800109
.
target
)
e2
:
SetOperation
(
c64800109
.
operation
)
...
...
expansions/script/c64800110.lua
View file @
38e9f96a
...
...
@@ -142,7 +142,7 @@ function c64800110.spcon2(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
c64800110
.
cfilter
,
1
,
nil
,
tp
)
and
e
:
GetHandler
():
IsFaceup
()
end
function
c64800110
.
sptg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
FromEx
(
tp
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
...
...
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