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
GuGu
ygopro-THC-cards
Commits
d7565f31
Commit
d7565f31
authored
Dec 26, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some 2-mat hana fusion monsters that can't be spsummoned by 26215
parent
969b6d9e
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
5 deletions
+28
-5
script/c74563023.lua
script/c74563023.lua
+4
-0
script/c78900101.lua
script/c78900101.lua
+4
-0
script/c999015.lua
script/c999015.lua
+4
-1
script/c999016.lua
script/c999016.lua
+4
-1
script/c999017.lua
script/c999017.lua
+4
-1
script/c999018.lua
script/c999018.lua
+4
-1
script/c999019.lua
script/c999019.lua
+4
-1
No files found.
script/c74563023.lua
View file @
d7565f31
...
...
@@ -26,6 +26,10 @@ function c74563023.initial_effect(c)
e1
:
SetOperation
(
c74563023
.
spop1
)
c
:
RegisterEffect
(
e1
)
end
c74563023
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x111
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x811
),
}
function
c74563023
.
recon
(
e
,
c
)
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_FUSION
end
...
...
script/c78900101.lua
View file @
d7565f31
...
...
@@ -43,6 +43,10 @@ function c78900101.initial_effect(c)
e3
:
SetValue
(
c78900101
.
indct
)
c
:
RegisterEffect
(
e2
)
end
c78900101
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionCode
,
11004
),
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_SPELLCASTER
),
}
function
c78900101
.
IsJuXing
(
c
)
local
m
=
_G
[
"c"
..
c
:
GetCode
()]
return
m
and
m
.
named_with_JuXing
...
...
script/c999015.lua
View file @
d7565f31
...
...
@@ -10,7 +10,10 @@ function M.initial_effect(c)
M
.
addCommonEff
(
c
)
end
M
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaa6
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x137
),
}
function
M
.
addEff1
(
c
)
local
function
costfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
...
...
script/c999016.lua
View file @
d7565f31
...
...
@@ -12,7 +12,10 @@ function M.initial_effect(c)
M
.
addCommonEff
(
c
)
end
M
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaa6
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x713
),
}
function
M
.
addEff1
(
c
)
local
function
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
==
tp
...
...
script/c999017.lua
View file @
d7565f31
...
...
@@ -12,7 +12,10 @@ function M.initial_effect(c)
M
.
addCommonEff
(
c
)
end
M
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaa6
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x3208
),
}
function
M
.
addEff1
(
c
)
local
function
filter
(
c
,
tp
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
()
...
...
script/c999018.lua
View file @
d7565f31
...
...
@@ -12,7 +12,10 @@ function M.initial_effect(c)
M
.
addCommonEff
(
c
)
end
M
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaa6
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x229
),
}
function
M
.
addEff1
(
c
)
function
filter
(
c
,
tp
)
return
c
:
IsPreviousLocation
(
LOCATION_HAND
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
GetPreviousControler
()
==
tp
...
...
script/c999019.lua
View file @
d7565f31
...
...
@@ -12,7 +12,10 @@ function M.initial_effect(c)
M
.
addCommonEff
(
c
)
end
M
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0xaa6
),
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x514a
),
}
function
M
.
addEff1
(
c
)
local
function
filter
(
c
,
e
,
tp
,
mg
)
local
chkf
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
mg
,
c
)
>
0
and
PLAYER_NONE
or
tp
...
...
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