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
d30d2780
Commit
d30d2780
authored
Oct 26, 2022
by
songtongtong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 10.26
parent
93839bed
Pipeline
#17455
passed with stages
in 30 minutes and 7 seconds
Changes
8
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
865 additions
and
868 deletions
+865
-868
expansions/pics/.bashdo.sh.swp
expansions/pics/.bashdo.sh.swp
+0
-0
expansions/script/c33331712.lua
expansions/script/c33331712.lua
+82
-82
expansions/script/c33401309.lua
expansions/script/c33401309.lua
+109
-108
expansions/script/c33500502.lua
expansions/script/c33500502.lua
+95
-98
expansions/script/c64800173.lua
expansions/script/c64800173.lua
+173
-173
expansions/script/c71400001.lua
expansions/script/c71400001.lua
+304
-305
expansions/script/c81003036.lua
expansions/script/c81003036.lua
+101
-101
expansions/script/c98800213.lua
expansions/script/c98800213.lua
+1
-1
No files found.
expansions/pics/.bashdo.sh.swp
0 → 100644
View file @
d30d2780
File added
expansions/script/c33331712.lua
View file @
d30d2780
...
...
@@ -57,8 +57,8 @@ function cm.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chkc
then
return
chkc
:
IsOnField
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
nil
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
NegateAnyFilter
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
2
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
,
2
,
0
,
0
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
NegateAnyFilter
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
3
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
,
3
,
0
,
0
)
local
tc
=
g
:
GetFirst
()
while
tc
do
Duel
.
SetChainLimit
(
cm
.
limit
(
tc
))
...
...
expansions/script/c33401309.lua
View file @
d30d2780
...
...
@@ -80,6 +80,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
end
end
end
function
cm
.
matfilter
(
c
)
...
...
expansions/script/c33500502.lua
View file @
d30d2780
...
...
@@ -48,19 +48,16 @@ function cm.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
cm
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
Duel
.
NegateActivation
(
ev
)
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
Duel
.
Destroy
(
eg
,
REASON_EFFECT
)
~=
0
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsLocation
(
LOCATION_HAND
)
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
exfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
-- Duel.HintSelection(g)
-- Duel.Destroy(g,REASON_EFFECT)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
if
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
Duel
.
NegateActivation
(
ev
)
end
end
end
function
cm
.
exfilter
(
c
)
return
c
:
IsSetCard
(
0x5a2
)
and
c
:
IsAbleToRemove
(
POS_FACEUP
)
return
c
:
IsSetCard
(
0x5a2
)
and
c
:
IsAbleToRemove
(
)
end
--e2
function
cm
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c64800173.lua
View file @
d30d2780
...
...
@@ -82,7 +82,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
CompleteProcedure
()
else
local
mg
=
mg1
:
Filter
(
Card
.
IsCanBeRitualMaterial
,
tc
,
tc
)
mg
:
AddCard
(
mg2
)
mg
:
Merge
(
mg2
)
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
tc
,
tp
)
else
...
...
expansions/script/c71400001.lua
View file @
d30d2780
...
...
@@ -59,7 +59,6 @@ end
end
--global part
table
=
require
(
"table"
)
yume
.
RustFlag
=
false
function
yume
.
AddYumeSummonLimit
(
c
,
ssm
)
--1=special summon monster, 0=non special summon monster
ssm
=
ssm
or
0
...
...
expansions/script/c81003036.lua
View file @
d30d2780
...
...
@@ -37,11 +37,11 @@ function cm.setfilter(c)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsSSetable
()
and
c
:
IsFaceup
()
end
function
cm
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_REMO
ED
)
and
cm
.
setfilter
(
chkc
)
end
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_REMO
VED
)
and
cm
.
setfilter
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingTarget
(
cm
.
setfilter
,
tp
,
LOCATION_REMO
ED
,
0
,
1
,
nil
)
end
and
Duel
.
IsExistingTarget
(
cm
.
setfilter
,
tp
,
LOCATION_REMO
VED
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
g
=
Duel
.
SelectTarget
(
tp
,
cm
.
setfilter
,
tp
,
LOCATION_REMO
ED
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
cm
.
setfilter
,
tp
,
LOCATION_REMO
VED
,
0
,
1
,
1
,
nil
)
end
function
cm
.
setop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
...
...
expansions/script/c98800213.lua
View file @
d30d2780
...
...
@@ -77,7 +77,7 @@ function c98800213.splimit(e,c,sump,sumtype,sumpos,targetp,se)
end
function
c98800213
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
return
ep
==
tp
and
Duel
.
GetTurnPlayer
()
==
tp
and
eg
:
GetCount
()
==
1
and
tc
:
IsSummonPlayer
(
tp
)
and
tc
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_XYZ
)
and
c
:
IsSetCard
(
0xad2
)
return
ep
==
tp
and
Duel
.
GetTurnPlayer
()
==
tp
and
eg
:
GetCount
()
==
1
and
tc
:
IsSummonPlayer
(
tp
)
and
tc
:
IsFaceup
()
and
tc
:
IsType
(
TYPE_XYZ
)
and
t
c
:
IsSetCard
(
0xad2
)
end
function
c98800213
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x95
)
and
c
:
IsAbleToHand
()
...
...
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