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
9e10a32e
Commit
9e10a32e
authored
Oct 22, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bb998c4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
expansions/script/c60010261.lua
expansions/script/c60010261.lua
+1
-1
expansions/script/c60010271.lua
expansions/script/c60010271.lua
+1
-1
expansions/script/c60010272.lua
expansions/script/c60010272.lua
+5
-5
expansions/script/c60010273.lua
expansions/script/c60010273.lua
+8
-8
No files found.
expansions/script/c60010261.lua
View file @
9e10a32e
...
...
@@ -149,7 +149,7 @@ function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
if
attr
&
ATTRIBUTE_WIND
>
0
then
local
token
=
Duel
.
CreateToken
(
tp
,
m
+
3
)
Duel
.
MoveToField
(
token
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter3
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter3
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
):
GetFirst
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
...
...
expansions/script/c60010271.lua
View file @
9e10a32e
...
...
@@ -26,7 +26,7 @@ function cm.bsfil1(c)
return
c
:
IsCode
(
60010263
)
and
c
:
IsFaceup
()
end
function
cm
.
bsfil2
(
c
)
return
c
:
IsCode
(
6001026
4
)
and
c
:
IsFaceup
()
return
c
:
IsCode
(
6001026
5
)
and
c
:
IsFaceup
()
end
function
cm
.
afil
(
c
)
return
c
:
IsCode
(
60010261
)
and
c
:
IsFaceup
()
...
...
expansions/script/c60010272.lua
View file @
9e10a32e
...
...
@@ -117,7 +117,7 @@ function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
if
not
ec
then
return
end
local
attr
=
ec
:
GetAttribute
()
if
attr
&
ATTRIBUTE_FIRE
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
then
local
token
=
Duel
.
CreateToken
(
tp
,
m
+
1
)
local
token
=
Duel
.
CreateToken
(
tp
,
60010261
+
1
)
Duel
.
MoveToField
(
token
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
ag
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
for
tc
in
aux
.
Next
(
ag
)
do
...
...
@@ -130,14 +130,14 @@ function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
end
end
if
attr
&
ATTRIBUTE_WATER
>
0
and
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>
7
then
local
token
=
Duel
.
CreateToken
(
tp
,
m
+
2
)
local
token
=
Duel
.
CreateToken
(
tp
,
60010261
+
2
)
Duel
.
MoveToField
(
token
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
Duel
.
SortDecktop
(
tp
,
tp
,
8
)
end
if
attr
&
ATTRIBUTE_WIND
>
0
and
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter3
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
then
local
token
=
Duel
.
CreateToken
(
tp
,
m
+
3
)
local
token
=
Duel
.
CreateToken
(
tp
,
60010261
+
3
)
Duel
.
MoveToField
(
token
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter3
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter3
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
):
GetFirst
()
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
...
...
@@ -147,7 +147,7 @@ function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsAttack
(
0
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
if
attr
&
ATTRIBUTE_EARTH
>
0
then
local
token
=
Duel
.
CreateToken
(
tp
,
m
+
4
)
local
token
=
Duel
.
CreateToken
(
tp
,
60010261
+
4
)
Duel
.
MoveToField
(
token
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
Duel
.
Recover
(
tp
,
3200
,
REASON_EFFECT
)
end
...
...
expansions/script/c60010273.lua
View file @
9e10a32e
...
...
@@ -58,27 +58,27 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
t
=
0
local
mg
=
Duel
.
GetOperatedGroup
()
if
Duel
.
IsExistingMatchingCard
(
cm
.
bsfil1
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
if
g
:
GetCount
()
>
0
then
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
bsfil1
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
then
local
tg
=
g
:
GetMinGroup
(
Card
.
GetAttack
)
if
tg
:
GetCount
()
>
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
tg
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
Destroy
(
sg
,
REASON_
EFFECT
)
else
Duel
.
Destroy
(
tg
,
REASON_
EFFECT
)
end
Duel
.
Destroy
(
sg
,
REASON_
RULE
)
else
Duel
.
Destroy
(
tg
,
REASON_
RULE
)
end
end
end
if
Duel
.
IsExistingMatchingCard
(
cm
.
bsfil2
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
filter2
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
if
g
:
GetCount
()
>
0
then
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
bsfil2
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
then
local
tg
=
g
:
GetMinGroup
(
Card
.
GetDefense
)
if
tg
:
GetCount
()
>
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
tg
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
sg
)
Duel
.
Destroy
(
sg
,
REASON_
EFFECT
)
else
Duel
.
Destroy
(
tg
,
REASON_
EFFECT
)
end
Duel
.
Destroy
(
sg
,
REASON_
RULE
)
else
Duel
.
Destroy
(
tg
,
REASON_
RULE
)
end
end
end
if
t
~=
0
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
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