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
e73e41dc
Commit
e73e41dc
authored
Jul 28, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
60d1bd47
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
expansions/script/c113652145.lua
expansions/script/c113652145.lua
+6
-5
expansions/script/c33201452.lua
expansions/script/c33201452.lua
+1
-1
expansions/script/c33201455.lua
expansions/script/c33201455.lua
+1
-1
expansions/script/c33201459.lua
expansions/script/c33201459.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+3
-0
No files found.
expansions/script/c113652145.lua
View file @
e73e41dc
...
@@ -141,9 +141,7 @@ function c113652145.eqfilter(c,tc)
...
@@ -141,9 +141,7 @@ function c113652145.eqfilter(c,tc)
end
end
function
c113652145
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c113652145
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
c113652145
.
tgfilter
(
chkc
)
end
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
c113652145
.
tgfilter
(
chkc
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsRelateToEffect
(
e
)
end
and
Duel
.
IsExistingMatchingCard
(
c113652145
.
eqfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
eg
:
GetFirst
())
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
SelectTarget
(
tp
,
c113652145
.
tgfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SelectTarget
(
tp
,
c113652145
.
tgfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
end
end
...
@@ -155,7 +153,10 @@ function c113652145.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -155,7 +153,10 @@ function c113652145.tgop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsFacedown
()
or
not
tc
:
IsRelateToEffect
(
e
)
or
tc
:
GetEquipCount
()
>
0
then
return
end
if
tc
:
IsFacedown
()
or
not
tc
:
IsRelateToEffect
(
e
)
or
tc
:
GetEquipCount
()
>
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c113652145
.
eqfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
eg
:
GetFirst
())
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c113652145
.
eqfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
eg
:
GetFirst
())
if
sg
:
GetCount
()
==
0
then
return
end
if
sg
:
GetCount
()
==
0
then
Duel
.
ConfirmCards
(
1
-
tp
,
Duel
.
GetFieldGroup
(
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
))
return
end
local
sc
=
sg
:
GetFirst
()
local
sc
=
sg
:
GetFirst
()
Duel
.
Equip
(
tp
,
sc
,
tc
,
true
)
Duel
.
Equip
(
tp
,
sc
,
tc
,
true
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -174,7 +175,7 @@ function c113652145.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -174,7 +175,7 @@ function c113652145.tgop(e,tp,eg,ep,ev,re,r,rp)
sc
:
RegisterEffect
(
e2
)
sc
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
local
e3
=
e2
:
Clone
()
e3
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e3
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e3
:
SetValue
(
TYPE_XYZ
)
e3
:
SetValue
(
TYPE_XYZ
+
TYPE_MONSTER
)
sc
:
RegisterEffect
(
e3
)
sc
:
RegisterEffect
(
e3
)
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetCategory
(
CATEGORY_POSITION
)
e4
:
SetCategory
(
CATEGORY_POSITION
)
...
...
expansions/script/c33201452.lua
View file @
e73e41dc
...
@@ -49,7 +49,7 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,7 +49,7 @@ function s.posop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
2
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
2
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
...
...
expansions/script/c33201455.lua
View file @
e73e41dc
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
...
@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_CHAIN
)
e1
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCategory
(
CATEGORY_
ATKCHANGE
+
CATEGORY_DISABLE
+
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_
DRAW
)
e1
:
SetLabel
(
0
)
e1
:
SetLabel
(
0
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCountLimit
(
1
)
e1
:
SetTarget
(
s
.
tg
)
e1
:
SetTarget
(
s
.
tg
)
...
...
expansions/script/c33201459.lua
View file @
e73e41dc
...
@@ -4,7 +4,7 @@ Duel.LoadScript("c33201450.lua")
...
@@ -4,7 +4,7 @@ Duel.LoadScript("c33201450.lua")
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
+
TIMING_EQUIP
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
+
TIMING_EQUIP
)
...
...
expansions/strings.conf
View file @
e73e41dc
...
@@ -616,6 +616,9 @@
...
@@ -616,6 +616,9 @@
!
setname
0
x37fb
零一
!
setname
0
x37fb
零一
!
setname
0
x47fb
亚克
!
setname
0
x47fb
亚克
#水镜
!
setname
0
xff7
式神
#紫宵 (PurpleNightfall) 114 0x970-0x97f
#紫宵 (PurpleNightfall) 114 0x970-0x97f
!
setname
0
x6976
剑灵
!
setname
0
x6976
剑灵
!
setname
0
x9976
灵龙
!
setname
0
x9976
灵龙
...
...
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