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
dfe92493
Commit
dfe92493
authored
Jul 23, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
44587eed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
expansions/script/c12400072.lua
expansions/script/c12400072.lua
+1
-1
expansions/script/c12400075.lua
expansions/script/c12400075.lua
+1
-1
expansions/script/c81000000.lua
expansions/script/c81000000.lua
+4
-4
No files found.
expansions/script/c12400072.lua
View file @
dfe92493
...
...
@@ -69,7 +69,7 @@ function c12400072.con(e,c)
end
function
c12400072
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
=
e
:
GetHandler
():
GetControler
()
local
g
=
Duel
.
GetMatchingGroup
(
c12400072
.
w
,
p
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c12400072
.
w
,
p
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
fg
=
g
:
Select
(
p
,
3
,
6
,
nil
)
...
...
expansions/script/c12400075.lua
View file @
dfe92493
...
...
@@ -3,7 +3,7 @@ function c12400075.initial_effect(c)
aux
.
IsCodeListed
(
12400075
)
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFunRep
(
c
,
c12400075
.
mfilter
,
2
,
true
)
aux
.
AddContactFusionProcedure
(
c
,
c12400075
.
cfilter
,
LOCATION_MZONE
+
LOCATION_HAND
,
0
,
nil
)
aux
.
AddContactFusionProcedure
(
c
,
c12400075
.
cfilter
,
LOCATION_MZONE
+
LOCATION_HAND
,
0
,
Duel
.
SendtoGrave
,
REASON_COST
)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
expansions/script/c81000000.lua
View file @
dfe92493
...
...
@@ -290,12 +290,12 @@ function Tenka.YunaHeath(c)
end
--
function
Tenka
.
MiuCost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Tenka
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
or
Duel
.
IsPlayerAffectedByEffect
(
tp
,
1090006
)
end
if
Duel
.
IsExistingMatchingCard
(
cm
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
1090006
)
then
if
Duel
.
IsExistingMatchingCard
(
Tenka
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
and
(
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
1090006
)
or
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
1090006
,
0
))
)
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Tenka
.
costfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
end
end
...
...
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