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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
282a8897
Commit
282a8897
authored
Nov 05, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
f40601e0
Pipeline
#6680
failed with stages
in 20 minutes and 37 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
4 deletions
+13
-4
expansions/script/c85400000.lua
expansions/script/c85400000.lua
+1
-1
expansions/script/c85401440.lua
expansions/script/c85401440.lua
+1
-0
expansions/script/c85401480.lua
expansions/script/c85401480.lua
+1
-0
expansions/script/c85401890.lua
expansions/script/c85401890.lua
+4
-0
expansions/script/c85402210.lua
expansions/script/c85402210.lua
+3
-3
expansions/script/c85402220.lua
expansions/script/c85402220.lua
+1
-0
expansions/script/c85402400.lua
expansions/script/c85402400.lua
+1
-0
expansions/script/c85402430.lua
expansions/script/c85402430.lua
+1
-0
No files found.
expansions/script/c85400000.lua
View file @
282a8897
...
...
@@ -131,7 +131,7 @@ function c85400000.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c85400000
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
~=
0
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
~=
0
and
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
and
c
:
IsLocation
(
LOCATION_HAND
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c85400000
.
filter
),
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
e
,
tp
)
...
...
expansions/script/c85401440.lua
View file @
282a8897
...
...
@@ -120,6 +120,7 @@ function c85401440.oppp(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401440
.
glq
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
function
c85401440
.
recd
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c85401480.lua
View file @
282a8897
...
...
@@ -107,6 +107,7 @@ function c85401480.oppp(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401480
.
glq
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
function
c85401480
.
recd
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c85401890.lua
View file @
282a8897
...
...
@@ -121,9 +121,11 @@ function c85401890.opbz(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetMatchingGroupCount
(
c85401890
.
x1
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
)
>
0
then
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401890
.
fllll
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
else
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401890
.
fllll
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
function
c85401890
.
costxs
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -146,9 +148,11 @@ function c85401890.opxs(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetMatchingGroupCount
(
c85401890
.
x
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
)
>
0
then
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401890
.
flll
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
else
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85401890
.
flll
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
...
...
expansions/script/c85402210.lua
View file @
282a8897
...
...
@@ -4,7 +4,7 @@ function c85402210.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_
UNCOPYABLE
+
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetTargetRange
(
POS_FACEUP
,
0
)
c
:
RegisterEffect
(
e2
)
...
...
@@ -94,7 +94,7 @@ function c85402210.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if
tg
:
GetCount
()
>
0
then
local
tc
=
tg
:
GetFirst
()
if
tc
:
GetDefense
()
+
tc
:
GetLink
()
*
700
<=
e
:
GetHandler
():
GetAttack
()
-
1200
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
end
end
end
...
...
@@ -135,7 +135,7 @@ function c85402210.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if
tg
:
GetCount
()
>
0
then
local
tc
=
tg
:
GetFirst
()
if
tc
:
GetDefense
()
+
tc
:
GetLink
()
*
700
<=
e
:
GetHandler
():
GetAttack
()
-
1200
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
nil
,
1
,
0
,
0
)
end
end
end
...
...
expansions/script/c85402220.lua
View file @
282a8897
...
...
@@ -130,6 +130,7 @@ function c85402220.ac(e,tp,eg,ep,ev,re,r,rp)
local
ggg
=
Duel
.
SelectMatchingCard
(
tp
,
c85402220
.
f2
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
if
ggg
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
ggg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
ggg
)
end
end
end
...
...
expansions/script/c85402400.lua
View file @
282a8897
...
...
@@ -83,6 +83,7 @@ function c85402400.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85402400
.
f
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
e
:
GetHandler
():
AddCounter
(
0x1e41
,
1
)
end
function
c85402400
.
ct1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c85402430.lua
View file @
282a8897
...
...
@@ -169,6 +169,7 @@ function c85402430.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c85402430
.
f
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
if
sel
==
2
then
e
:
GetHandler
():
AddCounter
(
0x1e41
,
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