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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
c00a4e85
Commit
c00a4e85
authored
Jul 27, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
a3f9e193
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
8 deletions
+27
-8
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c12825602.lua
expansions/script/c12825602.lua
+26
-7
expansions/script/c17035101.lua
expansions/script/c17035101.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
c00a4e85
No preview for this file type
expansions/script/c12825602.lua
View file @
c00a4e85
--铳影-朴景丽
--
-
铳影-朴景丽
Duel
.
LoadScript
(
"c17035101.lua"
)
Duel
.
LoadScript
(
"c17035101.lua"
)
function
c12825602
.
initial_effect
(
c
)
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--xyz summon
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
6
,
3
)
aux
.
AddXyzProcedure
(
c
,
nil
,
6
,
3
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
chiki
.
c4a71Limit
(
c
)
chiki
.
c4a71Limit
(
c
)
chiki
.
c4a71tohand
(
c
)
s
.
c4a71tohand
(
c
)
chiki
.
c4a71kang
(
c
,
c12825602
.
discon
,
c12825602
.
distg
,
c12825602
.
disop
,
CATEGORY_NEGATE
,
12825602
,
1131
,
12825607
)
chiki
.
c4a71kang
(
c
,
s
.
discon
,
s
.
distg
,
s
.
disop
,
CATEGORY_NEGATE
,
12825602
,
1131
,
12825607
)
end
end
function
c12825602
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
e
:
GetHandler
():
GetFlagEffect
(
12825612
)
>
0
return
rp
==
1
-
tp
and
e
:
GetHandler
():
GetFlagEffect
(
12825612
)
>
0
and
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
IsChainNegatable
(
ev
)
and
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
IsChainNegatable
(
ev
)
end
end
function
c12825602
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_NEGATE
,
eg
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_NEGATE
,
eg
,
1
,
0
,
0
)
end
end
function
c12825602
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateActivation
(
ev
)
Duel
.
NegateActivation
(
ev
)
end
end
function
s
.
c4a71tohand
(
c
,
tg
,
op
,
category
)
local
tg
=
tg
if
not
tg
then
tg
=
Chikichikibanban
.
c4a71tohandthtg
end
local
op
=
op
if
not
op
then
op
=
Chikichikibanban
.
c4a71tohandthop
end
local
category
=
category
if
not
category
then
category
=
CATEGORY_TOHAND
end
--to hand
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
1110
)
e1
:
SetCategory
(
category
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_GRAVE
)
e1
:
SetCost
(
aux
.
bfgcost
)
e1
:
SetTarget
(
tg
)
e1
:
SetOperation
(
op
)
c
:
RegisterEffect
(
e1
)
end
\ No newline at end of file
expansions/script/c17035101.lua
View file @
c00a4e85
...
@@ -1256,7 +1256,7 @@ function Chikichikibanban.c4a71tohand(c,tg,op,category)
...
@@ -1256,7 +1256,7 @@ function Chikichikibanban.c4a71tohand(c,tg,op,category)
local
op
=
op
local
op
=
op
if
not
op
then
op
=
Chikichikibanban
.
c4a71tohandthop
end
if
not
op
then
op
=
Chikichikibanban
.
c4a71tohandthop
end
local
category
=
category
local
category
=
category
if
not
category
then
category
=
CATEGORY_TOHAND
+
CATEGORY_SEARCH
end
if
not
category
then
category
=
CATEGORY_TOHAND
end
--to hand
--to hand
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
1110
)
e1
:
SetDescription
(
1110
)
...
...
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