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
d47d9f13
Commit
d47d9f13
authored
Jan 04, 2025
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c60150616.lua
parent
802eaf86
Pipeline
#32318
passed with stages
in 47 minutes and 45 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
expansions/script/c60150616.lua
expansions/script/c60150616.lua
+6
-6
No files found.
expansions/script/c60150616.lua
View file @
d47d9f13
...
...
@@ -10,8 +10,8 @@ function c60150616.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e4
:
SetTarget
(
c60150616
.
tg
tg
)
e4
:
SetOperation
(
c60150616
.
tg
op
)
e4
:
SetTarget
(
c60150616
.
e4
tg
)
e4
:
SetOperation
(
c60150616
.
e4
op
)
c
:
RegisterEffect
(
e4
)
--atk
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -40,11 +40,11 @@ function c60150616.initial_effect(c)
e1
:
SetCode
(
60150618
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetTarget
(
c60150616
.
tg
tg
)
e1
:
SetTarget
(
c60150616
.
e1
tg
)
e1
:
SetValue
(
1
)
c
:
RegisterEffect
(
e1
)
end
function
c60150616
.
tg
tg
(
e
,
c
)
function
c60150616
.
e1
tg
(
e
,
c
)
return
e
:
GetHandler
():
GetLinkedGroup
():
IsContains
(
c
)
end
function
c60150616
.
spfilter2
(
c
)
...
...
@@ -68,7 +68,7 @@ end
function
c60150616
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x3b21
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c60150616
.
tg
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c60150616
.
e4
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c60150616
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
...
...
@@ -78,7 +78,7 @@ end
function
c60150616
.
gfilter2
(
c
)
return
c
:
IsAbleToGrave
()
end
function
c60150616
.
tg
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c60150616
.
e4
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c60150616
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g2
=
g
:
Filter
(
c60150616
.
gfilter
,
nil
)
local
g3
=
g
:
Filter
(
c60150616
.
gfilter2
,
nil
)
...
...
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