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
51393f59
Commit
51393f59
authored
Oct 14, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
54188
parent
d89e19c6
Pipeline
#30408
passed with stages
in 26 minutes and 45 seconds
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
24 deletions
+35
-24
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/12400093.jpg
expansions/pics/12400093.jpg
+0
-0
expansions/pics/12869000.jpg
expansions/pics/12869000.jpg
+0
-0
expansions/script/c16400346.lua
expansions/script/c16400346.lua
+1
-1
expansions/script/c18700103.lua
expansions/script/c18700103.lua
+11
-0
expansions/script/c18700128.lua
expansions/script/c18700128.lua
+17
-20
expansions/script/c18700137.lua
expansions/script/c18700137.lua
+2
-1
expansions/script/c31710003.lua
expansions/script/c31710003.lua
+2
-0
expansions/script/c37900033.lua
expansions/script/c37900033.lua
+1
-1
expansions/script/c79100280.lua
expansions/script/c79100280.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
51393f59
No preview for this file type
expansions/pics/12400093.jpg
View replaced file @
d89e19c6
View file @
51393f59
151 KB
|
W:
|
H:
151 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/12869000.jpg
View replaced file @
d89e19c6
View file @
51393f59
93.6 KB
|
W:
|
H:
102 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16400346.lua
View file @
51393f59
...
...
@@ -16,7 +16,7 @@ function c16400346.condition(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
>
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
end
function
c16400346
.
filter
(
c
)
return
(
c
:
IsSetCard
(
0xce9
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0xce9
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c16400346
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
c16400346
.
filter
(
chkc
)
end
...
...
expansions/script/c18700103.lua
View file @
51393f59
...
...
@@ -59,4 +59,15 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
Reset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTarget
(
cm
.
splimit
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
function
cm
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
expansions/script/c18700128.lua
View file @
51393f59
...
...
@@ -52,17 +52,14 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
else
end
end
local
e0
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e0
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e0
:
SetTargetRange
(
1
,
0
)
e0
:
SetTarget
(
cm
.
splimit
)
e0
:
Reset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e0
,
tp
)
end
function
cm
.
splimit
(
e
,
c
)
return
not
(
c
:
IsRace
(
RACE_CYBERSE
)
or
c
:
IsRace
(
RACE_PSYCHO
))
and
c
:
IsLocation
(
LOCATION_EXTRA
)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetTargetRange
(
1
,
0
)
e2
:
SetTarget
(
cm
.
splimit
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
(
c
:
IsRace
(
RACE_CYBERSE
)
or
c
:
IsRace
(
RACE_PSYCHO
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
@@ -93,15 +90,15 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
end
Duel
.
SpecialSummonComplete
()
local
e
0
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e
0
:
SetType
(
EFFECT_TYPE_FIELD
)
e
0
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e
0
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e
0
:
SetTargetRange
(
1
,
0
)
e
0
:
SetTarget
(
cm
.
splimit
)
e
0
:
Reset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e
0
,
tp
)
local
e
2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e
2
:
SetType
(
EFFECT_TYPE_FIELD
)
e
2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e
2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e
2
:
SetTargetRange
(
1
,
0
)
e
2
:
SetTarget
(
cm
.
splimit
)
e
2
:
Set
Reset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e
2
,
tp
)
end
function
cm
.
splimit
(
e
,
c
)
return
not
(
c
:
IsRace
(
RACE_CYBERSE
)
or
c
:
IsRace
(
RACE_PSYCHO
))
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
(
c
:
IsRace
(
RACE_CYBERSE
)
or
c
:
IsRace
(
RACE_PSYCHO
))
end
expansions/script/c18700137.lua
View file @
51393f59
...
...
@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_RECOVER
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
m
)
e2
:
SetHintTiming
(
TIMING_DAMAGE_STEP
+
TIMING_END_PHASE
)
...
...
@@ -32,6 +32,7 @@ function cm.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetCountLimit
(
1
,
m
+
1
)
e3
:
SetCost
(
cm
.
descost
)
e3
:
SetTarget
(
cm
.
thtg
)
...
...
expansions/script/c31710003.lua
View file @
51393f59
...
...
@@ -32,8 +32,10 @@ function s.initial_effect(c)
e4
:
SetCountLimit
(
1
,
id
)
e4
:
SetCategory
(
CATEGORY_POSITION
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e4
:
SetRange
(
LOCATION_GRAVE
)
e4
:
SetCost
(
aux
.
bfgcost
)
e4
:
SetTarget
(
s
.
target
)
e4
:
SetOperation
(
s
.
activate
)
c
:
RegisterEffect
(
e4
)
...
...
expansions/script/c37900033.lua
View file @
51393f59
...
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
--xyz summon
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
check
,
cm
.
xyzcheck
,
2
,
2
)
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
check
,
cm
.
xyzcheck
,
2
,
99
)
--Attribute Dark
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c79100280.lua
View file @
51393f59
...
...
@@ -39,7 +39,7 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
local
chkf
=
tp
local
mg1
=
Duel
.
GetFusionMaterial
(
tp
)
:
Filter
(
Card
.
IsOnField
,
nil
)
local
mg1
=
Duel
.
GetFusionMaterial
(
tp
)
local
res
=
Duel
.
IsExistingMatchingCard
(
cm
.
spfilter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg1
,
nil
,
c
,
chkf
)
if
not
res
then
local
ce
=
Duel
.
GetChainMaterial
(
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