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
031b7e94
Commit
031b7e94
authored
Aug 10, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1+1=3
parent
1104ec71
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
26 deletions
+27
-26
expansions/script/c12400015.lua
expansions/script/c12400015.lua
+1
-2
expansions/script/c16114258.lua
expansions/script/c16114258.lua
+1
-1
expansions/script/c16120001.lua
expansions/script/c16120001.lua
+1
-0
expansions/script/c16400039.lua
expansions/script/c16400039.lua
+1
-1
expansions/script/c47390371.lua
expansions/script/c47390371.lua
+22
-22
expansions/script/c5084003.lua
expansions/script/c5084003.lua
+1
-0
No files found.
expansions/script/c12400015.lua
View file @
031b7e94
...
@@ -39,8 +39,7 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -39,8 +39,7 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
spfil
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
spfil
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
+
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
g
:
GetCount
()
<=
0
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
g
:
GetCount
()
<=
0
then
return
end
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
if
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
7
end
end
function
s
.
tfilter
(
c
,
tp
)
function
s
.
tfilter
(
c
,
tp
)
...
...
expansions/script/c16114258.lua
View file @
031b7e94
...
@@ -5,7 +5,7 @@ function cm.initial_effect(c)
...
@@ -5,7 +5,7 @@ function cm.initial_effect(c)
--fusion
--fusion
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--material
--material
aux
.
AddFusionProcFunFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xccf
),
s
.
matfilter
,
1
,
1
,
true
)
aux
.
AddFusionProcFunFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xccf
),
cm
.
matfilter
,
1
,
1
,
true
)
--public
--public
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
...
...
expansions/script/c16120001.lua
View file @
031b7e94
--超龙帝 尼克·overlord
--超龙帝 尼克·overlord
Duel
.
LoadScript
(
"c16199990.lua"
)
local
m
,
cm
=
rk
.
set
(
16120001
,
nil
,
1
)
local
m
,
cm
=
rk
.
set
(
16120001
,
nil
,
1
)
function
c16120001
.
initial_effect
(
c
)
function
c16120001
.
initial_effect
(
c
)
--xyz summon
--xyz summon
...
...
expansions/script/c16400039.lua
View file @
031b7e94
expansions/script/c47390371.lua
View file @
031b7e94
...
@@ -26,7 +26,7 @@ function s.spsummon(c)
...
@@ -26,7 +26,7 @@ function s.spsummon(c)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetCost
(
s
.
bfgcost
)
e1
:
SetCost
(
aux
.
bfgcost
)
e1
:
SetTarget
(
s
.
sptg
)
e1
:
SetTarget
(
s
.
sptg
)
e1
:
SetOperation
(
s
.
spop
)
e1
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c5084003.lua
View file @
031b7e94
--尤娜·希斯 偷闲ing
--尤娜·希斯 偷闲ing
local
m
=
5084003
local
m
=
5084003
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
cm
.
YunaHeath
=
true
cm
.
YunaHeath
=
true
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
Tenka
.
YunaHeath
(
c
)
Tenka
.
YunaHeath
(
c
)
...
...
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