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
Huangnan
no81cards
Commits
49597d19
Commit
49597d19
authored
May 01, 2023
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
16db89c0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
9 deletions
+10
-9
expansions/script/c14000501.lua
expansions/script/c14000501.lua
+1
-1
expansions/script/c14000502.lua
expansions/script/c14000502.lua
+1
-1
expansions/script/c14000503.lua
expansions/script/c14000503.lua
+1
-1
expansions/script/c14000504.lua
expansions/script/c14000504.lua
+1
-1
expansions/script/c14000505.lua
expansions/script/c14000505.lua
+1
-1
expansions/script/c14000506.lua
expansions/script/c14000506.lua
+1
-1
expansions/script/c14000512.lua
expansions/script/c14000512.lua
+1
-1
expansions/script/c91010021.lua
expansions/script/c91010021.lua
+3
-2
No files found.
expansions/script/c14000501.lua
View file @
49597d19
...
@@ -176,7 +176,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -176,7 +176,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
thfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
m
,
3
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
m
,
3
))
...
...
expansions/script/c14000502.lua
View file @
49597d19
...
@@ -72,7 +72,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -72,7 +72,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
...
...
expansions/script/c14000503.lua
View file @
49597d19
...
@@ -66,7 +66,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,7 +66,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
...
...
expansions/script/c14000504.lua
View file @
49597d19
...
@@ -65,7 +65,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -65,7 +65,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
upfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
upfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
...
...
expansions/script/c14000505.lua
View file @
49597d19
...
@@ -61,7 +61,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -61,7 +61,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
==
0
or
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
==
0
or
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
...
...
expansions/script/c14000506.lua
View file @
49597d19
...
@@ -69,7 +69,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -69,7 +69,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
...
...
expansions/script/c14000512.lua
View file @
49597d19
...
@@ -58,7 +58,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,7 +58,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsType
(
TYPE_PENDULUM
)
or
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
SendtoExtraP
(
c
,
nil
,
REASON_EFFECT
)
==
0
then
return
end
if
not
Duel
.
IsExisting
Target
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
IsExisting
MatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
if
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
...
...
expansions/script/c91010021.lua
View file @
49597d19
...
@@ -46,8 +46,9 @@ function c91010021.initial_effect(c)
...
@@ -46,8 +46,9 @@ function c91010021.initial_effect(c)
e4
:
SetOperation
(
cm
.
sumop
)
e4
:
SetOperation
(
cm
.
sumop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_DOUBLE_TRIBUTE
)
e5
:
SetCode
(
EFFECT_DOUBLE_TRIBUTE
)
e5
:
SetValue
(
1
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
--e0
--e0
...
...
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