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
e6402a13
Commit
e6402a13
authored
Dec 22, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0a9004fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
72 deletions
+0
-72
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/98920630.jpg
expansions/pics/98920630.jpg
+0
-0
expansions/script/c98920630.lua
expansions/script/c98920630.lua
+0
-72
No files found.
expansions/no81.cdb
View file @
e6402a13
No preview for this file type
expansions/pics/98920630.jpg
deleted
100644 → 0
View file @
0a9004fe
96 KB
expansions/script/c98920630.lua
deleted
100644 → 0
View file @
0a9004fe
--调皮宝贝 影子娃
function
c98920630
.
initial_effect
(
c
)
--hand link
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e0
:
SetCode
(
EFFECT_EXTRA_LINK_MATERIAL
)
e0
:
SetRange
(
LOCATION_HAND
)
e0
:
SetCountLimit
(
1
,
98920630
)
e0
:
SetValue
(
c98920630
.
matval
)
c
:
RegisterEffect
(
e0
)
--negate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetCategory
(
CATEGORY_RECOVER
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DECKDES
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
98930630
)
e1
:
SetCondition
(
c98920630
.
reccon
)
e1
:
SetTarget
(
c98920630
.
rectg
)
e1
:
SetOperation
(
c98920630
.
recop
)
c
:
RegisterEffect
(
e1
)
end
function
c98920630
.
mfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsSetCard
(
0x120
)
end
function
c98920630
.
exmfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_HAND
)
and
c
:
IsCode
(
98920630
)
end
function
c98920630
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
if
not
lc
:
IsSetCard
(
0x120
)
then
return
false
,
nil
end
return
true
,
not
mg
or
mg
:
IsExists
(
c98920630
.
mfilter
,
1
,
nil
)
and
not
mg
:
IsExists
(
c98920630
.
exmfilter
,
1
,
nil
)
end
function
c98920630
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
rc
=
c
:
GetReasonCard
()
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
rc
:
IsSetCard
(
0x120
)
and
r
&
REASON_FUSION
+
REASON_LINK
~=
0
end
function
c98920630
.
rectg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
end
function
c98920630
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x120
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
and
not
c
:
IsCode
(
98920630
)
end
function
c98920630
.
recop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c98920630
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
nil
,
e
,
tp
)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e2
:
SetCondition
(
c98920630
.
negcon
)
e2
:
SetOperation
(
c98920630
.
negop
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e2
,
tp
)
if
#
g
>
0
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
98920630
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
function
c98920630
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
Duel
.
IsChainDisablable
(
ev
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsSummonLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetFlagEffect
(
tp
,
98920630
)
<
1
end
function
c98920630
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
98920630
,
1
))
then
return
end
Duel
.
Hint
(
HINT_CARD
,
0
,
98920630
)
Duel
.
RegisterFlagEffect
(
tp
,
98920630
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
local
rc
=
re
:
GetHandler
()
if
Duel
.
NegateEffect
(
ev
)
and
rc
:
IsRelateToEffect
(
re
)
then
Duel
.
Destroy
(
rc
,
REASON_EFFECT
)
end
end
\ No newline at end of file
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