Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-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
八宫一月
ygopro-THC-cards
Commits
149199a4
Commit
149199a4
authored
May 22, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiple fix
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
421392bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
script/c60151303.lua
script/c60151303.lua
+1
-1
script/c60151305.lua
script/c60151305.lua
+1
-1
script/c70064.lua
script/c70064.lua
+6
-0
No files found.
script/c60151303.lua
View file @
149199a4
...
@@ -44,7 +44,7 @@ function c60151303.initial_effect(c)
...
@@ -44,7 +44,7 @@ function c60151303.initial_effect(c)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
function
c60151303
.
tgfilter
(
c
)
function
c60151303
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
and
c
:
IsLevel
(
3
)
end
end
function
c60151303
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c60151303
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c60151303
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c60151303
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
script/c60151305.lua
View file @
149199a4
...
@@ -35,7 +35,7 @@ function c60151305.initial_effect(c)
...
@@ -35,7 +35,7 @@ function c60151305.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c60151305
.
tgfilter
(
c
)
function
c60151305
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
c
:
IsLevel
(
3
)
end
end
function
c60151305
.
tgfilter2
(
c
)
function
c60151305
.
tgfilter2
(
c
)
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
return
c
:
IsSetCard
(
0x252a
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToGrave
()
...
...
script/c70064.lua
View file @
149199a4
...
@@ -49,6 +49,12 @@ function c70064.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,6 +49,12 @@ function c70064.thop(e,tp,eg,ep,ev,re,r,rp)
--Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
--Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local
dg
=
Duel
.
SelectMatchingCard
(
tp
,
c70064
.
xyzfilter
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
5
,
nil
)
local
dg
=
Duel
.
SelectMatchingCard
(
tp
,
c70064
.
xyzfilter
,
tp
,
0
,
LOCATION_ONFIELD
,
1
,
5
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c70064
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c70064
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
dg
.
ForEach
(
function
(
dgc
)
local
og
=
dgc
:
GetOverlayGroup
()
if
#
og
>
0
then
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
end
end
)
Duel
.
Overlay
(
g
:
GetFirst
(),
dg
)
Duel
.
Overlay
(
g
:
GetFirst
(),
dg
)
end
end
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