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
cf1da6a1
Commit
cf1da6a1
authored
Nov 25, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
fc37bad9
Pipeline
#31377
passed with stages
in 29 minutes and 41 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c18586014.lua
expansions/script/c18586014.lua
+1
-1
expansions/script/c22134515.lua
expansions/script/c22134515.lua
+1
-1
expansions/script/c22134516.lua
expansions/script/c22134516.lua
+1
-1
expansions/script/c53799172.lua
expansions/script/c53799172.lua
+3
-3
No files found.
expansions/FiNALE.cdb
View file @
cf1da6a1
No preview for this file type
expansions/script/c18586014.lua
View file @
cf1da6a1
...
...
@@ -55,7 +55,7 @@ function cm.actlim(e,re,tp)
and
re
:
GetCode
()
~=
EVENT_SPSUMMON_SUCCESS
then
return
end
local
rc
=
re
:
GetHandler
()
local
p
=
e
:
GetHandlerPlayer
()
return
rc
:
IsControler
(
1
-
p
)
and
Duel
.
IsExistingMatchingCard
(
aux
.
AND
(
Card
.
IsFaceupEx
,
Card
.
IsCode
),
p
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
1
,
rc
,
rc
:
GetCode
())
return
rc
:
IsControler
(
1
-
p
)
and
not
Duel
.
IsExistingMatchingCard
(
aux
.
AND
(
Card
.
IsFaceupEx
,
Card
.
IsCode
),
p
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
1
,
rc
,
rc
:
GetCode
())
end
function
cm
.
ctcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e
:
SetLabel
(
1
)
...
...
expansions/script/c22134515.lua
View file @
cf1da6a1
...
...
@@ -95,7 +95,7 @@ function s.initial_effect(c)
--to hand
local
e10
=
Effect
.
CreateEffect
(
c
)
e10
:
SetDescription
(
aux
.
Stringid
(
id
,
5
))
e10
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e10
:
SetCategory
(
CATEGORY_TOHAND
)
e10
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e10
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e10
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c22134516.lua
View file @
cf1da6a1
...
...
@@ -95,7 +95,7 @@ function s.initial_effect(c)
--to hand
local
e10
=
Effect
.
CreateEffect
(
c
)
e10
:
SetDescription
(
aux
.
Stringid
(
id
,
5
))
e10
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e10
:
SetCategory
(
CATEGORY_TOHAND
)
e10
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e10
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e10
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c53799172.lua
View file @
cf1da6a1
...
...
@@ -25,14 +25,14 @@ function cm.initial_effect(c)
e3
:
SetRange
(
LOCATION_FZONE
)
e3
:
SetCountLimit
(
1
,
m
+
500
)
e3
:
SetCondition
(
cm
.
thcon
)
e3
:
SetCost
(
cm
.
thcost
)
--
e3:SetCost(cm.thcost)
e3
:
SetTarget
(
cm
.
thtg
)
e3
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e3
)
Duel
.
AddCustomActivityCounter
(
m
,
ACTIVITY_SPSUMMON
,
cm
.
counterfilter
)
end
function
cm
.
counterfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
(
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
or
c
:
IsType
(
TYPE_LINK
))
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
end
function
cm
.
cfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsAbleToGraveAsCost
()
...
...
@@ -50,7 +50,7 @@ function cm.tgcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
cm
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
or
(
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
))
return
not
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
end
function
cm
.
tgfilter
(
c
,
tp
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
not
Duel
.
IsExistingMatchingCard
(
Card
.
IsCode
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
c
:
GetCode
())
and
c
:
IsAbleToGrave
()
...
...
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