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
f8339ef4
Commit
f8339ef4
authored
Sep 19, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
462c4a37
Pipeline
#29868
passed with stages
in 28 minutes and 46 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
expansions/script/c33340052.lua
expansions/script/c33340052.lua
+4
-1
expansions/script/c33340053.lua
expansions/script/c33340053.lua
+2
-2
expansions/script/c33340055.lua
expansions/script/c33340055.lua
+1
-1
expansions/script/c33340057.lua
expansions/script/c33340057.lua
+1
-1
expansions/script/c33340059.lua
expansions/script/c33340059.lua
+1
-1
No files found.
expansions/script/c33340052.lua
View file @
f8339ef4
...
@@ -49,8 +49,11 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,8 +49,11 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
66
)
c
:
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
66
)
end
end
function
s
.
ccfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSummonPlayer
(
tp
)
and
c
:
IsFaceup
()
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPublic
()
return
e
:
GetHandler
():
IsPublic
()
and
eg
:
IsExists
(
s
.
ccfilter
,
1
,
nil
,
tp
)
end
end
function
s
.
tdfilter
(
c
,
tp
,
e
)
function
s
.
tdfilter
(
c
,
tp
,
e
)
return
c
:
IsSummonPlayer
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
return
c
:
IsSummonPlayer
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
...
...
expansions/script/c33340053.lua
View file @
f8339ef4
...
@@ -73,7 +73,7 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,7 +73,7 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetLabelObject
(
c
)
e1
:
SetLabelObject
(
c
)
e1
:
SetCondition
(
s
.
retcon
)
e1
:
SetCondition
(
s
.
retcon
)
e1
:
SetOperation
(
s
.
retop
)
e1
:
SetOperation
(
s
.
retop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
+
RESET_EVENT
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
end
end
...
@@ -98,7 +98,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -98,7 +98,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
local
fid
=
e
:
GetLabel
()
local
fid
=
e
:
GetLabel
()
local
ec
=
e
:
GetLabelObject
()
local
ec
=
e
:
GetLabelObject
()
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
then
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
or
ec
:
GetLocation
()
~=
LOCATION_HAND
then
e
:
Reset
()
e
:
Reset
()
return
false
return
false
else
return
true
end
else
return
true
end
...
...
expansions/script/c33340055.lua
View file @
f8339ef4
...
@@ -98,7 +98,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -98,7 +98,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
local
fid
=
e
:
GetLabel
()
local
fid
=
e
:
GetLabel
()
local
ec
=
e
:
GetLabelObject
()
local
ec
=
e
:
GetLabelObject
()
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
then
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
or
ec
:
GetLocation
()
~=
LOCATION_HAND
then
e
:
Reset
()
e
:
Reset
()
return
false
return
false
else
return
true
end
else
return
true
end
...
...
expansions/script/c33340057.lua
View file @
f8339ef4
...
@@ -102,7 +102,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -102,7 +102,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
end
local
fid
=
e
:
GetLabel
()
local
fid
=
e
:
GetLabel
()
local
ec
=
e
:
GetLabelObject
()
local
ec
=
e
:
GetLabelObject
()
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
then
if
ec
:
GetFlagEffectLabel
(
id
)
~=
fid
or
ec
:
GetLocation
()
~=
LOCATION_HAND
then
e
:
Reset
()
e
:
Reset
()
return
false
return
false
else
return
true
end
else
return
true
end
...
...
expansions/script/c33340059.lua
View file @
f8339ef4
...
@@ -95,7 +95,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -95,7 +95,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e1
:
SetValue
(
LOCATION_
EXTRA
)
e1
:
SetValue
(
LOCATION_
DECK
)
c
:
RegisterEffect
(
e1
,
true
)
c
:
RegisterEffect
(
e1
,
true
)
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