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
2b69ee3e
Commit
2b69ee3e
authored
Oct 08, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
00758b8b
Pipeline
#30263
failed with stages
in 21 minutes and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/script/c17243553.lua
expansions/script/c17243553.lua
+3
-5
expansions/script/c60010128.lua
expansions/script/c60010128.lua
+1
-0
expansions/script/c60010240.lua
expansions/script/c60010240.lua
+1
-0
No files found.
expansions/script/c17243553.lua
View file @
2b69ee3e
...
...
@@ -49,7 +49,7 @@ function cm.checkop(e,tp,eg,ep,ev,re,r,rp)
local
ct
=
Duel
.
GetFlagEffect
(
1
-
tp
,
m
+
1
)
Duel
.
RegisterFlagEffect
(
ep
,
m
+
1
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
if
Duel
.
GetFlagEffect
(
1
-
tp
,
m
+
1
)
==
5
and
Duel
.
GetFlagEffect
(
1
-
tp
,
m
+
1
)
>
ct
then
Duel
.
RaiseEvent
(
e
g
,
EVENT_CUSTOM
+
m
,
re
,
r
,
rp
,
ep
,
ev
)
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
EVENT_CUSTOM
+
m
,
e
,
0
,
0
,
0
,
0
)
end
end
function
cm
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -123,8 +123,7 @@ function cm.gytg(e,tp,eg,ep,ev,re,r,rp,chk)
local
g
=
eg
:
Filter
(
cm
.
gyfilter
,
nil
,
tp
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
IsInGroup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
g
)
if
chk
==
0
then
return
#
sg
>
0
end
e
:
SetLabelObject
(
sg
)
sg
:
KeepAlive
()
Duel
.
SetTargetCard
(
sg
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
sg
,
sg
:
GetCount
(),
0
,
0
)
Duel
.
SetChainLimit
(
cm
.
limit
(
sg
))
end
...
...
@@ -135,10 +134,9 @@ function cm.limit(g)
end
end
function
cm
.
gyop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
(
)
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
sg
=
g
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
if
#
sg
>
0
then
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
end
g
:
DeleteGroup
()
end
\ No newline at end of file
expansions/script/c60010128.lua
View file @
2b69ee3e
...
...
@@ -78,6 +78,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetCondition
(
cm
.
slcon
)
e1
:
SetOperation
(
cm
.
slop
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
expansions/script/c60010240.lua
View file @
2b69ee3e
...
...
@@ -78,6 +78,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetCondition
(
cm
.
slcon
)
e1
:
SetOperation
(
cm
.
slop
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
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