Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
e48261e1
Commit
e48261e1
authored
Oct 08, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
969cf657
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
expansions/script/c12869025.lua
expansions/script/c12869025.lua
+1
-1
expansions/script/c12869030.lua
expansions/script/c12869030.lua
+1
-1
expansions/script/c12869035.lua
expansions/script/c12869035.lua
+1
-1
expansions/script/c12869040.lua
expansions/script/c12869040.lua
+1
-1
expansions/script/c7435985.lua
expansions/script/c7435985.lua
+5
-5
No files found.
expansions/script/c12869025.lua
View file @
e48261e1
...
...
@@ -43,7 +43,7 @@ function c12869025.matfilter(c)
return
c
:
IsLinkSetCard
(
0x6a70
)
or
c
:
IsCode
(
12869000
)
end
function
c12869025
.
q
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c12869025
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandlerPlayer
()
...
...
expansions/script/c12869030.lua
View file @
e48261e1
...
...
@@ -40,7 +40,7 @@ function c12869030.lcheck(g)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x6a70
)
end
function
c12869030
.
q
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c12869030
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandlerPlayer
()
...
...
expansions/script/c12869035.lua
View file @
e48261e1
...
...
@@ -40,7 +40,7 @@ function c12869035.lcheck(g)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x6a70
)
end
function
c12869035
.
q
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c12869035
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandlerPlayer
()
...
...
expansions/script/c12869040.lua
View file @
e48261e1
...
...
@@ -40,7 +40,7 @@ function c12869040.lcheck(g)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x6a70
)
end
function
c12869040
.
q
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x6a70
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c12869040
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandlerPlayer
()
...
...
expansions/script/c7435985.lua
View file @
e48261e1
--灰灭融火者
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--Debug.Message("2")
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_PYRO
),
2
,
true
)
...
...
@@ -83,8 +84,8 @@ function s.filter3(c,e)
return
c
:
IsOnField
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
Deck
AsCost
()
end
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECK
SHUFFLE
,
REASON_COST
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleTo
Extra
AsCost
()
end
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
nil
,
SEQ_DECK
TOP
,
REASON_COST
)
end
function
s
.
fscon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
and
not
Duel
.
IsExistingMatchingCard
(
s
.
cfilter1
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
...
...
@@ -108,10 +109,8 @@ function s.fstg(e,tp,eg,ep,ev,re,r,rp,chk)
res
=
Duel
.
IsExistingMatchingCard
(
s
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg3
,
mf
,
chkf
)
end
end
return
Duel
.
GetFlagEffect
(
tp
,
id
+
o
)
==
0
and
res
return
res
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
RegisterFlagEffect
(
tp
,
id
+
o
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
function
s
.
fsop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -146,5 +145,6 @@ function s.fsop(e,tp,eg,ep,ev,re,r,rp)
local
fop
=
ce
:
GetOperation
()
fop
(
ce
,
e
,
tp
,
tc
,
mat2
)
end
tc
:
CompleteProcedure
()
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