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
0b30dbac
Commit
0b30dbac
authored
Jul 23, 2025
by
Satty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
73683e5d
Pipeline
#39413
failed with stages
in 16 minutes and 36 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
14 deletions
+14
-14
expansions/script/c12802020.lua
expansions/script/c12802020.lua
+2
-2
expansions/script/c12802025.lua
expansions/script/c12802025.lua
+2
-2
expansions/script/c12802030.lua
expansions/script/c12802030.lua
+3
-3
expansions/script/c12802065.lua
expansions/script/c12802065.lua
+3
-3
expansions/script/c12802070.lua
expansions/script/c12802070.lua
+2
-2
expansions/script/c12802080.lua
expansions/script/c12802080.lua
+2
-2
No files found.
expansions/script/c12802020.lua
View file @
0b30dbac
...
@@ -22,7 +22,7 @@ function s.initial_effect(c)
...
@@ -22,7 +22,7 @@ function s.initial_effect(c)
end
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
filter
(
c
)
function
s
.
filter
(
c
)
...
@@ -117,4 +117,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -117,4 +117,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
end
end
\ No newline at end of file
expansions/script/c12802025.lua
View file @
0b30dbac
...
@@ -24,7 +24,7 @@ function s.initial_effect(c)
...
@@ -24,7 +24,7 @@ function s.initial_effect(c)
end
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
filter
(
c
)
function
s
.
filter
(
c
)
...
@@ -119,4 +119,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -119,4 +119,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
end
end
\ No newline at end of file
expansions/script/c12802030.lua
View file @
0b30dbac
...
@@ -31,8 +31,8 @@ function s.poscon1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -31,8 +31,8 @@ function s.poscon1(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
poscost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
poscost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
e
:
GetHandler
()
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
posop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
posop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
HintSelection
(
eg
)
Duel
.
HintSelection
(
eg
)
...
@@ -103,4 +103,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -103,4 +103,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterFlagEffect
(
id
+
o
*
2
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
3
))
tc
:
RegisterFlagEffect
(
id
+
o
*
2
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
3
))
end
end
end
end
\ No newline at end of file
expansions/script/c12802065.lua
View file @
0b30dbac
...
@@ -34,8 +34,8 @@ function s.discon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -34,8 +34,8 @@ function s.discon(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
e
:
GetHandler
()
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDiscardDeck
(
tp
,
2
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanDiscardDeck
(
tp
,
2
)
end
...
@@ -116,4 +116,4 @@ end
...
@@ -116,4 +116,4 @@ end
function
s
.
atkval
(
e
,
c
)
function
s
.
atkval
(
e
,
c
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
s
.
atkfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
s
.
atkfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
return
ct
*
200
return
ct
*
200
end
end
\ No newline at end of file
expansions/script/c12802070.lua
View file @
0b30dbac
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
end
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
@@ -112,4 +112,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -112,4 +112,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsControler
(
1
-
tp
)
then
tc
:
RegisterFlagEffect
(
id
+
o
*
2
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
if
tc
:
IsControler
(
1
-
tp
)
then
tc
:
RegisterFlagEffect
(
id
+
o
*
2
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
1
))
end
end
end
end
end
end
end
\ No newline at end of file
expansions/script/c12802080.lua
View file @
0b30dbac
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
end
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAttackPos
()
end
if
chk
==
0
then
return
c
:
IsAttackPos
()
and
not
c
:
IsHasEffect
(
EFFECT_SET_POSITION
)
end
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
Duel
.
ChangePosition
(
c
,
POS_FACEUP_DEFENSE
)
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
@@ -115,4 +115,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -115,4 +115,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
DiscardHand
(
tp
,
nil
,
1
,
1
,
REASON_EFFECT
+
REASON_DISCARD
,
nil
)
Duel
.
DiscardHand
(
tp
,
nil
,
1
,
1
,
REASON_EFFECT
+
REASON_DISCARD
,
nil
)
end
end
end
end
end
end
\ No newline at end of file
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