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
b6ad492c
Commit
b6ad492c
authored
Mar 28, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gold cards
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
c7412172
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
6 deletions
+8
-6
script/c86379688.lua
script/c86379688.lua
+1
-1
script/c86379862.lua
script/c86379862.lua
+1
-1
script/c86379864.lua
script/c86379864.lua
+3
-2
script/c86379868.lua
script/c86379868.lua
+2
-1
script/c86379888.lua
script/c86379888.lua
+1
-1
No files found.
script/c86379688.lua
View file @
b6ad492c
...
...
@@ -36,7 +36,7 @@ function c86379688.ccfilter(c)
return
not
c
:
IsSetCard
(
0x810
)
and
c
:
IsFaceup
()
end
function
c86379688
.
con1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c86379688
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
not
Duel
.
IsExistingMatchingCard
(
c86379688
.
ccfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
not
Duel
.
IsExistingMatchingCard
(
c86379688
.
ccfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c86379688
.
tfilter1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x810
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
(
c
:
IsLocation
(
LOCATION_HAND
)
or
(
c
:
IsLocation
(
LOCATION_PZONE
)
and
c
:
IsFaceup
()))
...
...
script/c86379862.lua
View file @
b6ad492c
--羽衣若风✿永江衣玖
function
c86379862
.
initial_effect
(
c
)
--link summon
c86379862
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c86379862
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c86379862
.
lcheck
)
c
:
EnableReviveLimit
()
--destroy replace
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c86379864.lua
View file @
b6ad492c
--羽衣若水✿永江衣玖
function
c86379864
.
initial_effect
(
c
)
--link summon
c86379864
.
AddLinkProcedure
(
c
,
c86379864
.
matfilter
,
1
)
aux
.
AddLinkProcedure
(
c
,
c86379864
.
matfilter
,
1
)
c
:
EnableReviveLimit
()
--adk
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
@@ -122,7 +123,7 @@ function c86379864.desreptg(e,c)
local
tc
=
e
:
GetHandler
()
local
seq
=
tc
:
GetSequence
()
local
ec
=
tc
:
GetEquipTarget
()
return
c
==
ec
or
(
c
:
GetSequence
()
==
seq
and
c
:
IsControler
(
e
:
GetHandler
()))
or
ec
:
GetLinkedGroup
():
IsContains
(
c
)
return
c
==
ec
or
(
c
:
GetSequence
()
==
seq
and
c
:
IsControler
(
e
:
GetHandler
Player
()))
or
ec
:
GetLinkedGroup
():
IsContains
(
c
)
end
--Link Summon
function
c86379864
.
AddLinkProcedure
(
c
,
f
,
min
,
max
,
gf
)
...
...
script/c86379868.lua
View file @
b6ad492c
...
...
@@ -2,6 +2,7 @@
function
c86379868
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
99
,
c86379868
.
lcheck
)
c
:
EnableReviveLimit
()
--eqiup
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
86379868
,
0
))
...
...
@@ -119,7 +120,7 @@ function c86379868.checkop(e,tp,eg,ep,ev,re,r,rp)
local
ec
=
c
:
GetEquipTarget
()
local
pc
=
eg
:
GetFirst
()
local
qg
=
pc
:
GetEquipGroup
()
if
eg
:
GetCount
()
==
1
and
qg
:
GetCount
()
>
0
and
(
pc
==
ec
or
pc
:
GetSequence
()
==
seq
or
ec
:
GetLinkedGroup
():
IsContains
(
pc
))
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
pc
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
86379868
,
0
))
then
if
eg
:
GetCount
()
==
1
and
qg
:
GetCount
()
>
0
and
(
pc
==
ec
or
(
pc
:
GetSequence
()
==
seq
and
pc
:
IsControler
(
tp
))
or
ec
:
GetLinkedGroup
():
IsContains
(
pc
))
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
pc
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
86379868
,
0
))
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86379868
)
local
qc
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
pc
)
Duel
.
HintSelection
(
qc
)
...
...
script/c86379888.lua
View file @
b6ad492c
...
...
@@ -13,7 +13,7 @@ function c86379888.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chk
==
0
then
return
true
end
local
c
=
e
:
GetHandler
()
local
ti
=
1
while
ti
<=
1
0
do
while
ti
<=
2
0
do
c86379888
[
ti
]
=
0
ti
=
ti
+
1
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