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
e3a559cf
Commit
e3a559cf
authored
Nov 23, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
e847b21d
Pipeline
#31328
passed with stages
in 79 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
expansions/script/c16400329.lua
expansions/script/c16400329.lua
+3
-4
No files found.
expansions/script/c16400329.lua
View file @
e3a559cf
...
@@ -23,7 +23,9 @@ function cm.initial_effect(c)
...
@@ -23,7 +23,9 @@ function cm.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTarget
(
cm
.
splimit
)
e2
:
SetTarget
(
function
(
e
,
c
)
return
not
c
:
IsSetCard
(
0xce9
)
end
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--recover
--recover
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
...
@@ -64,9 +66,6 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,9 +66,6 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
function
cm
.
splimit
(
e
,
c
)
return
not
c
:
IsSetCard
(
0xce9
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
eg
:
GetFirst
():
IsControler
(
tp
)
and
eg
:
GetFirst
():
IsSetCard
(
0xce9
)
return
ep
~=
tp
and
eg
:
GetFirst
():
IsControler
(
tp
)
and
eg
:
GetFirst
():
IsSetCard
(
0xce9
)
end
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