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
4dcdca1e
Commit
4dcdca1e
authored
Oct 16, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ad1f02ff
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
15 deletions
+25
-15
expansions/script/c11451711.lua
expansions/script/c11451711.lua
+10
-3
expansions/script/c21401122.lua
expansions/script/c21401122.lua
+3
-2
expansions/script/c21401124.lua
expansions/script/c21401124.lua
+1
-1
expansions/script/c33700348.lua
expansions/script/c33700348.lua
+4
-4
expansions/script/c88881924.lua
expansions/script/c88881924.lua
+1
-1
expansions/script/c9911663.lua
expansions/script/c9911663.lua
+6
-4
No files found.
expansions/script/c11451711.lua
View file @
4dcdca1e
...
...
@@ -99,7 +99,7 @@ function cm.mvop1(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
if
cm
.
mvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
2
,
lab
)
and
not
chk
then
if
not
chk
and
cm
.
mvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
2
,
lab
)
then
ops
[
off
]
=
aux
.
Stringid
(
n
,
10
)
opval
[
off
-
1
]
=
1
off
=
off
+
1
...
...
@@ -147,12 +147,20 @@ function cm.mvop1(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
mvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
opt
,
lab
)
local
c
=
e
:
GetHandler
()
local
ph
=
Duel
.
GetCurrentPhase
()
if
ph
==
PHASE_DAMAGE
or
ph
==
PHASE_DAMAGE_CAL
then
if
opt
==
2
and
Duel
.
GetFlagEffect
(
0
,
11451711
)
==
0
then
Debug
.
Message
(
"伤害步骤内不能触发效果战斗。"
)
Duel
.
RegisterFlagEffect
(
0
,
11451711
,
RESET_PHASE
+
PHASE_DAMAGE
,
0
,
1
)
end
return
false
end
if
not
c
:
IsAttackable
()
then
return
end
local
g
=
c
:
GetAttackableTarget
()
local
b1
=
0
local
fid
=
e
:
GetLabel
()
if
fid
~=
0
then
b1
=
1
end
if
g
and
#
g
>
0
and
Duel
.
GetFlagEffect
(
0
,
11451711
)
==
0
then
if
g
and
#
g
>
0
then
if
opt
==
2
then
return
true
end
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
--if Duel.SelectYesNo(tp,aux.Stringid(m,4+b1)) then
...
...
@@ -166,7 +174,6 @@ function cm.mvop(e,tp,eg,ep,ev,re,r,rp,opt,lab)
e1
:
SetValue
(
lab
*
500
)
c
:
RegisterEffect
(
e1
)
Duel
.
CalculateDamage
(
c
,
tc
)
Duel
.
RegisterFlagEffect
(
0
,
11451711
,
RESET_PHASE
+
PHASE_DAMAGE
,
0
,
1
)
end
if
fid
~=
0
then
Duel
.
RaiseEvent
(
c
,
11451718
,
e
,
fid
,
0
,
0
,
0
)
end
if
opt
==
1
then
Duel
.
RegisterFlagEffect
(
tp
,
0xffffff
+
m
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
...
...
expansions/script/c21401122.lua
View file @
4dcdca1e
...
...
@@ -86,6 +86,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
g1
=
Duel
.
SelectTarget
(
tp
,
s
.
sp2filter
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOHAND
,
g1
,
1
,
0
,
0
)
--Debug.Message(g1:GetFirst():GetCode())
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g2
=
Duel
.
SelectTarget
(
tp
,
s
.
rmfilter
,
tp
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
...
...
@@ -94,9 +95,9 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ex1
,
tg1
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
)
local
ex1
,
tg1
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOHAND
)
local
ex2
,
tg2
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_REMOVE
)
--Debug.Message(tg1:GetFirst():GetCode())
local
tc
=
tg1
:
GetFirst
()
if
tc
:
IsRelateToEffect
(
e
)
then
--if aux.NecroValleyNegateCheck(tc) then return end
...
...
expansions/script/c21401124.lua
View file @
4dcdca1e
...
...
@@ -41,7 +41,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
c
=
e
:
GetHandler
()
if
chkc
then
return
s
.
tgfilter
(
chkc
,
tp
)
and
chkc
~=
c
and
chkc
:
IsOnField
()
end
if
chk
==
0
then
Debug
.
Message
(
Duel
.
IsExistingTarget
(
s
.
tgfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
tp
,
c
))
--
Debug.Message(Duel.IsExistingTarget(s.tgfilter,tp,LOCATION_ONFIELD,0,1,nil,tp,c))
return
Duel
.
IsExistingTarget
(
s
.
tgfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
tp
,
c
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TARGET
)
...
...
expansions/script/c33700348.lua
View file @
4dcdca1e
...
...
@@ -15,20 +15,20 @@ function cm.initial_effect(c)
return
not
c
:
IsPosition
(
POS_FACEUP_ATTACK
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
end
e1
:
SetTarget
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
pfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
pfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
chk
==
0
then
return
#
g
>
0
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_POSITION
,
g
,
#
g
,
0
,
0
)
end
)
e1
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
pfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
Duel
.
ChangePosition
(
g
,
POS_FACEUP_ATTACK
)
local
g
=
Duel
.
GetMatchingGroup
(
pfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
ct
=
Duel
.
ChangePosition
(
g
,
POS_FACEUP_ATTACK
)
local
c
=
e
:
GetHandler
()
if
#
g
>
0
and
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_COPY_INHERIT
)
e1
:
SetValue
(
#
g
*
200
)
e1
:
SetValue
(
ct
*
200
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
...
...
expansions/script/c88881924.lua
View file @
4dcdca1e
...
...
@@ -29,7 +29,7 @@ function s.initial_effect(c)
e2
:
SetCode
(
EVENT_CHAINING
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
id
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCondition
(
s
.
discon
)
e2
:
SetTarget
(
s
.
distg
)
e2
:
SetOperation
(
s
.
disop
)
...
...
expansions/script/c9911663.lua
View file @
4dcdca1e
...
...
@@ -53,14 +53,16 @@ end
function
c9911663
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
NegateSummonCondition
()
and
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
end
function
c9911663
.
thtgfilter
(
c
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsAbleToHand
()
or
c
:
IsAbleToGrave
())
end
function
c9911663
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
local
b1
=
Duel
.
IsExistingMatchingCard
(
c9911663
.
thtgfilter
,
tp
,
LOCATION_DECK
,
0
,
3
,
nil
)
local
b2
=
Duel
.
GetFlagEffect
(
tp
,
9911654
)
>
0
if
chk
==
0
then
return
b1
or
b2
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE_SUMMON
,
eg
,
eg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
eg
,
eg
:
GetCount
(),
0
,
0
)
end
function
c9911663
.
thtgfilter
(
c
)
return
c
:
IsSetCard
(
0x5957
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsAbleToHand
()
or
c
:
IsAbleToGrave
())
end
function
c9911663
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
chk
local
g
=
Duel
.
GetMatchingGroup
(
c9911663
.
thtgfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
...
...
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