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
3713f616
Commit
3713f616
authored
Oct 01, 2021
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d1bc64c3
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
8 deletions
+11
-8
expansions/script/c13257336.lua
expansions/script/c13257336.lua
+1
-1
expansions/script/c45746000.lua
expansions/script/c45746000.lua
+1
-1
expansions/script/c45746003.lua
expansions/script/c45746003.lua
+1
-0
expansions/script/c45746005.lua
expansions/script/c45746005.lua
+1
-0
expansions/script/c45746031.lua
expansions/script/c45746031.lua
+1
-1
expansions/script/c67200082.lua
expansions/script/c67200082.lua
+2
-1
expansions/script/c82550000.lua
expansions/script/c82550000.lua
+1
-1
expansions/script/c82557934.lua
expansions/script/c82557934.lua
+1
-1
expansions/script/c82557946.lua
expansions/script/c82557946.lua
+1
-1
expansions/script/c9910576.lua
expansions/script/c9910576.lua
+1
-1
No files found.
expansions/script/c13257336.lua
View file @
3713f616
...
...
@@ -51,7 +51,7 @@ end
function
cm
.
im
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
if
not
rc
then
return
end
local
BMe
=
tama
.
tamas_
getTargetTable
(
rc
,
"bomb"
)
local
BMe
=
tama
.
getTargetTable
(
rc
,
"bomb"
)
if
BMe
and
re
==
BMe
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c45746000.lua
View file @
3713f616
...
...
@@ -20,7 +20,7 @@ function cm.initial_effect(c)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
cm
.
tf1
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
cm
.
tf1
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DISABLE
)
local
g
=
Duel
.
SelectTarget
(
tp
,
cm
.
tf1
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
cm
.
tf1
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
end
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c45746003.lua
View file @
3713f616
...
...
@@ -58,6 +58,7 @@ end)
end
end
)
c
:
RegisterEffect
(
e1
)
end
--e3
function
cm
.
tf3
(
c
,
mc
)
return
c
:
IsSetCard
(
0x5880
)
and
mc
:
IsType
(
TYPE_XYZ
)
and
c
:
IsCanOverlay
()
...
...
expansions/script/c45746005.lua
View file @
3713f616
...
...
@@ -64,6 +64,7 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetValue
(
1000
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c45746031.lua
View file @
3713f616
...
...
@@ -28,7 +28,7 @@ function cm.initial_effect(c)
return
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
end
)
e3
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
t3
,
tp
,
LOCATION_
GRAVE
,
LOCATION_GRAVE
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
t3
,
tp
,
LOCATION_
DECK
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
tp
,
0
)
end
)
e3
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c67200082.lua
View file @
3713f616
...
...
@@ -54,7 +54,8 @@ function c67200082.operation(e,tp,eg,ep,ev,re,r,rp)
end
--spsummon
function
c67200082
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
end
function
c67200082
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x673
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
expansions/script/c82550000.lua
View file @
3713f616
...
...
@@ -125,7 +125,7 @@ end
function
c82550000
.
negtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
aux
.
nbcon
(
tp
,
re
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_NEGATE
,
eg
,
1
,
0
,
0
)
if
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
if
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
rp
==
1
-
tp
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
eg
,
1
,
0
,
0
)
end
end
...
...
expansions/script/c82557934.lua
View file @
3713f616
...
...
@@ -22,7 +22,7 @@ function c82557934.initial_effect(c)
--tohand
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
82557934
,
1
))
e3
:
SetCategory
(
CATEGORY_
SEARCH
+
CATEGORY_
TOHAND
)
e3
:
SetCategory
(
CATEGORY_TOHAND
)
e3
:
SetCountLimit
(
1
,
82557934
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
...
...
expansions/script/c82557946.lua
View file @
3713f616
...
...
@@ -28,7 +28,7 @@ function c82557946.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
,
8255
79
46
)
e3
:
SetCountLimit
(
1
,
8255
80
46
)
e3
:
SetTarget
(
c82557946
.
sumtg
)
e3
:
SetOperation
(
c82557946
.
sumop
)
c
:
RegisterEffect
(
e3
)
...
...
expansions/script/c9910576.lua
View file @
3713f616
...
...
@@ -38,7 +38,7 @@ function c9910576.operation(e,tp,eg,ep,ev,re,r,rp)
local
loc
=
LOCATION_HAND
local
chain
=
Duel
.
GetCurrentChain
()
if
chain
>
1
then
local
te
=
Duel
.
GetChainInfo
(
chain
,
CHAININFO_TRIGGERING_EFFECT
)
local
te
=
Duel
.
GetChainInfo
(
chain
-
1
,
CHAININFO_TRIGGERING_EFFECT
)
if
te
:
GetHandler
()
==
e
:
GetHandler
()
then
loc
=
LOCATION_HAND
+
LOCATION_DECK
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
...
...
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