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
e68fcf99
Commit
e68fcf99
authored
Sep 22, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
916d0077
Pipeline
#29906
passed with stages
in 50 minutes and 59 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
expansions/script/c60150616.lua
expansions/script/c60150616.lua
+1
-7
No files found.
expansions/script/c60150616.lua
View file @
e68fcf99
...
@@ -26,19 +26,13 @@ function c60150616.initial_effect(c)
...
@@ -26,19 +26,13 @@ function c60150616.initial_effect(c)
e7
:
SetDescription
(
aux
.
Stringid
(
60150616
,
1
))
e7
:
SetDescription
(
aux
.
Stringid
(
60150616
,
1
))
e7
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e7
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e7
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e7
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e7
:
SetCode
(
EVENT_
TO_GRAVE
)
e7
:
SetCode
(
EVENT_
LEAVE_FIELD
)
e7
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e7
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e7
:
SetCountLimit
(
1
,
60150616
)
e7
:
SetCountLimit
(
1
,
60150616
)
e7
:
SetCondition
(
c60150616
.
descon
)
e7
:
SetCondition
(
c60150616
.
descon
)
e7
:
SetTarget
(
c60150616
.
destg
)
e7
:
SetTarget
(
c60150616
.
destg
)
e7
:
SetOperation
(
c60150616
.
desop
)
e7
:
SetOperation
(
c60150616
.
desop
)
c
:
RegisterEffect
(
e7
)
c
:
RegisterEffect
(
e7
)
local
e8
=
e7
:
Clone
()
e8
:
SetCode
(
EVENT_REMOVE
)
c
:
RegisterEffect
(
e8
)
local
e9
=
e7
:
Clone
()
e9
:
SetCode
(
EVENT_TO_DECK
)
c
:
RegisterEffect
(
e9
)
end
end
function
c60150616
.
spfilter2
(
c
)
function
c60150616
.
spfilter2
(
c
)
return
c
:
IsSetCard
(
0x3b21
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x3b21
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
...
...
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