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
ee6ac0d4
Commit
ee6ac0d4
authored
Feb 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bd04880d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
72 deletions
+21
-72
expansions/script/c133878367.lua
expansions/script/c133878367.lua
+1
-0
expansions/script/c29065508.lua
expansions/script/c29065508.lua
+19
-70
expansions/script/c65870095.lua
expansions/script/c65870095.lua
+1
-2
No files found.
expansions/script/c133878367.lua
View file @
ee6ac0d4
...
...
@@ -22,6 +22,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
local
e2
=
e3
:
Clone
()
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetCondition
(
aux
.
TRUE
)
c
:
RegisterEffect
(
e2
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
expansions/script/c29065508.lua
View file @
ee6ac0d4
...
...
@@ -3,8 +3,6 @@ function c29065508.initial_effect(c)
aux
.
AddCodeList
(
c
,
29065500
)
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
6
,
2
)
--aux.AddXyzProcedureLevelFree(c,c29065508.mfilter,aux.TRUE,2,2)
--aux.AddXyzProcedure(c,nil,6,2,c29065508.ovfilter,aux.Stringid(29065508,2),2,c29065508.xyzop)
c
:
EnableReviveLimit
()
--attack
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -18,54 +16,41 @@ function c29065508.initial_effect(c)
e2
:
SetTarget
(
c29065508
.
bttg
)
e2
:
SetOperation
(
c29065508
.
btop
)
c
:
RegisterEffect
(
e2
)
--set
--local e3=Effect.CreateEffect(c)
--e3:SetDescription(aux.Stringid(29065508,0))
--e3:SetType(EFFECT_TYPE_IGNITION)
--e3:SetRange(LOCATION_MZONE)
--e3:SetCountLimit(1,29065508)
--e3:SetCondition(c29065508.secon)
--e3:SetTarget(c29065508.settg)
--e3:SetOperation(c29065508.setop)
--c:RegisterEffect(e3)
--immune
--local e4=Effect.CreateEffect(c)
--e4:SetType(EFFECT_TYPE_SINGLE)
--e4:SetCode(EFFECT_IMMUNE_EFFECT)
--e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
--e4:SetRange(LOCATION_MZONE)
--e4:SetCondition(c29065508.imcon)
--e4:SetValue(c29065508.efilter)
--c:RegisterEffect(e4)
--indes
--local e5=Effect.CreateEffect(c)
--e5:SetType(EFFECT_TYPE_SINGLE)
--e5:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
--e5:SetRange(LOCATION_MZONE)
--e5:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
--e5:SetCondition(c29065508.imcon)
--e5:SetValue(1)
--c:RegisterEffect(e5)
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetDescription
(
aux
.
Stringid
(
29065508
,
0
))
e6
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e6
:
SetType
(
EFFECT_TYPE_IGNITION
)
e6
:
SetType
(
EFFECT_TYPE_TRIGGER_O
+
EFFECT_TYPE_SINGLE
)
e6
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e6
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e6
:
SetRange
(
LOCATION_MZONE
)
e6
:
SetCountLimit
(
1
,
29065508
)
e6
:
SetCondition
(
c29065508
.
thcon
)
e6
:
SetTarget
(
c29065508
.
thtg
)
e6
:
SetOperation
(
c29065508
.
thop
)
c
:
RegisterEffect
(
e6
)
end
function
c29065508
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_XYZ
)
end
function
c29065508
.
amyfilter
(
c
)
return
c
:
IsCode
(
29065500
)
and
c
:
IsFaceup
()
end
function
c29065508
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x87af
)
and
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
end
function
c29065508
.
thfilter2
(
c
)
return
((
c
:
IsSetCard
(
0x87af
)
and
c
:
IsType
(
TYPE_TRAP
))
or
aux
.
IsCodeListed
(
c
,
29065500
))
and
c
:
IsAbleToHand
()
end
function
c29065508
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c29065508
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c29065508
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
or
(
Duel
.
IsExistingMatchingCard
(
c29065508
.
amyfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c29065508
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
))
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
c29065508
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
nil
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c29065508
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
not
Duel
.
IsExistingMatchingCard
(
c29065508
.
amyfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
then
g
=
Duel
.
SelectMatchingCard
(
tp
,
c29065508
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
else
g
=
Duel
.
SelectMatchingCard
(
tp
,
c29065508
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
end
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
...
...
@@ -74,42 +59,6 @@ end
function
c29065508
.
ovfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x87af
)
end
function
c29065508
.
cdfilter
(
c
)
return
c
:
IsCode
(
29065510
)
and
c
:
IsFaceup
()
end
function
c29065508
.
xyzop
(
e
,
tp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
id
)
==
0
and
Duel
.
IsExistingMatchingCard
(
c29065508
.
cdfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
function
c29065508
.
imcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
GetFlagEffect
(
id
)
==
1
end
function
c29065508
.
ffilter
(
c
,
chk
)
return
c
:
IsCode
(
29065500
)
and
c
:
IsFaceup
()
end
function
c29065508
.
secon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c29065508
.
ffilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
true
)
end
function
c29065508
.
filter
(
c
,
chk
)
return
c
:
IsSetCard
(
0x87af
)
and
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsSSetable
(
chk
)
end
function
c29065508
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c29065508
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
true
)
end
end
function
c29065508
.
setop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c29065508
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
false
)
if
g
:
GetCount
()
>
0
then
Duel
.
SSet
(
tp
,
g
:
GetFirst
())
end
end
function
c29065508
.
mfilter
(
c
,
xyzc
)
local
b1
=
c
:
IsSetCard
(
0x87af
)
local
b2
=
c
:
IsXyzLevel
(
xyzc
,
5
)
local
b3
=
c
:
IsXyzLevel
(
xyzc
,
6
)
return
b1
and
(
b2
or
b3
)
end
function
c29065508
.
btcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
end
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
...
...
@@ -131,7 +80,7 @@ function c29065508.btop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
sg
)
tc
=
sg
:
GetFirst
()
--else
--
tc=tg:GetFirst()
--
tc=tg:GetFirst()
--end
if
tc
:
IsType
(
TYPE_MONSTER
)
and
tc
:
IsCanBeBattleTarget
(
c
)
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsLocation
(
LOCATION_MZONE
)
then
Duel
.
CalculateDamage
(
c
,
tc
)
...
...
expansions/script/c65870095.lua
View file @
ee6ac0d4
...
...
@@ -40,8 +40,7 @@ function c65870095.discost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_COST
)
end
function
c65870095
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
c65870095
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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