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
REIKAI
ygopro-222DIY-cards
Commits
e6bfe1b7
Commit
e6bfe1b7
authored
Nov 22, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
9c01f8fe
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
8 deletions
+12
-8
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/82000090.jpg
expansions/pics/82000090.jpg
+0
-0
expansions/pics/82000515.jpg
expansions/pics/82000515.jpg
+0
-0
expansions/script/c81902054.lua
expansions/script/c81902054.lua
+4
-2
expansions/script/c82000080.lua
expansions/script/c82000080.lua
+3
-1
expansions/script/c82000590.lua
expansions/script/c82000590.lua
+1
-1
expansions/script/c82000593.lua
expansions/script/c82000593.lua
+1
-1
expansions/script/c82000596.lua
expansions/script/c82000596.lua
+1
-1
expansions/script/c82000599.lua
expansions/script/c82000599.lua
+1
-1
expansions/script/c82000600.lua
expansions/script/c82000600.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
e6bfe1b7
No preview for this file type
expansions/pics/82000090.jpg
View replaced file @
9c01f8fe
View file @
e6bfe1b7
99.6 KB
|
W:
|
H:
103 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/82000515.jpg
View replaced file @
9c01f8fe
View file @
e6bfe1b7
72.6 KB
|
W:
|
H:
81.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c81902054.lua
View file @
e6bfe1b7
...
...
@@ -4,6 +4,8 @@ local cm=_G["c"..m]
Duel
.
LoadScript
(
"yakumonue.lua"
)
cm
.
TC_number
=
53
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
81902000
)
aux
.
AddCodeList
(
c
,
81902001
)
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
8
,
2
)
c
:
EnableReviveLimit
()
...
...
@@ -65,10 +67,10 @@ function cm.sttg(e,tp,eg,ep,ev,re,r,rp,chk)
if
g
:
IsExists
(
cm
.
stfilter
,
1
,
nil
,
e
)
then
g
:
RemoveCard
(
e
:
GetHandler
())
end
if
a
:
IsType
(
TYPE_LINK
)
then
if
a
and
a
:
IsType
(
TYPE_LINK
)
then
g
:
RemoveCard
(
a
)
end
if
d
:
IsType
(
TYPE_LINK
)
then
if
d
and
d
:
IsType
(
TYPE_LINK
)
then
g
:
RemoveCard
(
d
)
end
g
:
KeepAlive
()
...
...
expansions/script/c82000080.lua
View file @
e6bfe1b7
...
...
@@ -3,11 +3,12 @@ function c82000080.initial_effect(c)
c
:
EnableReviveLimit
()
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
82000080
,
0
))
e3
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DRAW
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_DELAY
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
,
82000140
)
e3
:
SetCondition
(
c82000080
.
tecon
)
e3
:
SetCost
(
c82000080
.
cost
)
e3
:
SetTarget
(
c82000080
.
sptg
)
...
...
@@ -21,6 +22,7 @@ function c82000080.initial_effect(c)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCountLimit
(
1
,
82000141
)
e4
:
SetCost
(
c82000080
.
spcost
)
e4
:
SetTarget
(
c82000080
.
tg
)
e4
:
SetOperation
(
c82000080
.
op
)
...
...
expansions/script/c82000590.lua
View file @
e6bfe1b7
...
...
@@ -28,7 +28,7 @@ function c82000590.initial_effect(c)
e4
:
SetCode
(
EFFECT_QP_ACT_IN_NTPHAND
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
SetCard
,
0x3f55
))
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
Code
,
82000590
))
e4
:
SetTargetRange
(
LOCATION_HAND
,
0
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
...
...
expansions/script/c82000593.lua
View file @
e6bfe1b7
...
...
@@ -26,7 +26,7 @@ function c82000593.initial_effect(c)
e4
:
SetCode
(
EFFECT_QP_ACT_IN_NTPHAND
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
SetCard
,
0x3f55
))
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
Code
,
82000593
))
e4
:
SetTargetRange
(
LOCATION_HAND
,
0
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
...
...
expansions/script/c82000596.lua
View file @
e6bfe1b7
...
...
@@ -28,7 +28,7 @@ function c82000596.initial_effect(c)
e4
:
SetCode
(
EFFECT_QP_ACT_IN_NTPHAND
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
SetCard
,
0x3f55
))
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
Code
,
82000596
))
e4
:
SetTargetRange
(
LOCATION_HAND
,
0
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
...
...
expansions/script/c82000599.lua
View file @
e6bfe1b7
...
...
@@ -26,7 +26,7 @@ function c82000599.initial_effect(c)
e4
:
SetCode
(
EFFECT_QP_ACT_IN_NTPHAND
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
SetCard
,
0x3f55
))
e4
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
Is
Code
,
82000599
))
e4
:
SetTargetRange
(
LOCATION_HAND
,
0
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_GRANT
)
...
...
expansions/script/c82000600.lua
View file @
e6bfe1b7
...
...
@@ -93,7 +93,7 @@ function c82000600.op(e,tp,eg,ep,ev,re,r,rp)
end
function
c82000600
.
cfilter
(
c
,
tp
)
return
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
c
:
Is
Previous
Controler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_HAND
+
LOCATION_ONFIELD
)
and
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_HAND
+
LOCATION_ONFIELD
)
end
function
c82000600
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
v
=
0
...
...
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