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
a55a3632
Commit
a55a3632
authored
Jan 24, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix k cards
parent
4edfa932
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
script/c74563007.lua
script/c74563007.lua
+1
-1
script/c74563014.lua
script/c74563014.lua
+0
-1
script/c74563015.lua
script/c74563015.lua
+0
-1
script/c74563016.lua
script/c74563016.lua
+0
-1
No files found.
script/c74563007.lua
View file @
a55a3632
...
...
@@ -45,7 +45,7 @@ function c74563007.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e2
,
tp
)
end
function
c74563007
.
filter
(
c
)
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsSetCard
(
0x372
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
tp
)
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsSetCard
(
0x372
)
and
not
c
:
IsForbidden
()
and
c
:
CheckUniqueOnField
(
tp
)
and
(
c
:
IsFaceup
()
or
not
c
:
IsLocation
(
LOCATION_REMOVED
))
end
function
c74563007
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
...
...
script/c74563014.lua
View file @
a55a3632
...
...
@@ -178,7 +178,6 @@ function c74563014.SetMaterial(c,g)
g
:
Sub
(
rg1
)
Duel
.
Remove
(
rg1
,
POS_FACEUP
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
Duel
.
SendtoGrave
(
g
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
function
c74563014
.
rfilter
(
c
,
l
)
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
c
:
IsCode
(
74563024
)
...
...
script/c74563015.lua
View file @
a55a3632
...
...
@@ -204,7 +204,6 @@ function c74563015.SetMaterial(c,g)
g
:
Sub
(
rg1
)
Duel
.
Remove
(
rg1
,
POS_FACEUP
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
Duel
.
SendtoGrave
(
g
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
function
c74563015
.
rfilter
(
c
,
l
)
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
c
:
IsCode
(
74563024
)
...
...
script/c74563016.lua
View file @
a55a3632
...
...
@@ -169,7 +169,6 @@ function c74563016.SetMaterial(c,g)
g
:
Sub
(
rg1
)
Duel
.
Remove
(
rg1
,
POS_FACEUP
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
Duel
.
SendtoGrave
(
g
,
REASON_FUSION
+
REASON_MATERIAL
+
REASON_EFFECT
)
end
function
c74563016
.
rfilter
(
c
,
l
)
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
c
:
IsCode
(
74563024
)
...
...
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