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
4a5f7054
Commit
4a5f7054
authored
Nov 10, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
eb2ec02a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
expansions/script/c10111131.lua
expansions/script/c10111131.lua
+1
-1
expansions/script/c15005077.lua
expansions/script/c15005077.lua
+3
-3
expansions/script/c65840020.lua
expansions/script/c65840020.lua
+2
-2
expansions/script/c98920411.lua
expansions/script/c98920411.lua
+1
-1
No files found.
expansions/script/c10111131.lua
View file @
4a5f7054
...
...
@@ -24,7 +24,7 @@ function c10111131.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--to hand
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
10111131
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
10111131
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_PHASE
+
PHASE_BATTLE
)
...
...
expansions/script/c15005077.lua
View file @
4a5f7054
...
...
@@ -59,7 +59,7 @@ function cm.efilter(e,te)
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
end
function
cm
.
regacop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
RegisterFlagEffect
(
rp
,
1500507
7
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
rp
,
1500507
9
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
function
cm
.
regrmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ag
=
eg
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_REMOVED
)
...
...
@@ -74,11 +74,11 @@ function cm.costcon(e)
end
function
cm
.
costchk
(
e
,
te_or_c
,
tp
)
local
ct
=
Duel
.
GetFlagEffect
(
tp
,
m
)
if
Duel
.
GetFlagEffect
(
tp
,
1500507
7
)
<=
3
then
return
true
end
if
Duel
.
GetFlagEffect
(
tp
,
1500507
9
)
<=
3
then
return
true
end
return
Duel
.
CheckLPCost
(
tp
,
ct
*
1800
)
end
function
cm
.
costop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetFlagEffect
(
tp
,
1500507
7
)
>
3
then
if
Duel
.
GetFlagEffect
(
tp
,
1500507
9
)
>
3
then
Duel
.
PayLPCost
(
tp
,
1800
)
end
end
\ No newline at end of file
expansions/script/c65840020.lua
View file @
4a5f7054
...
...
@@ -88,11 +88,11 @@ function c65840020.disfilter(c)
return
c
:
IsAbleToRemove
()
end
function
c65840020
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
rp
==
1
-
tp
and
Duel
.
IsChainDisablable
(
ev
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsExistingMatchingCard
(
c65840020
.
disfilter
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
c
)
and
e
:
GetHandler
():
GetFlagEffect
(
id
)
<=
0
end
function
c65840020
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
aux
.
Stringid
(
65840020
,
3
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
c65840020
.
disfilter
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
1
,
c
):
GetFirst
()
...
...
expansions/script/c98920411.lua
View file @
4a5f7054
...
...
@@ -72,7 +72,7 @@ end
function
c98920411
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
and
chkc
:
IsAbleToHand
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
RTOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TODECK
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g
,
1
,
0
,
0
)
end
...
...
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