Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Mr.Tan
pre-release-database-cdb
Commits
d3ed1db9
Commit
d3ed1db9
authored
Nov 12, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 魂喰魔獣 バズー
parent
8bf4248a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
script/c100232003.lua
script/c100232003.lua
+5
-3
No files found.
script/c100232003.lua
View file @
d3ed1db9
...
...
@@ -7,6 +7,7 @@ function s.initial_effect(c)
c
:
EnableReviveLimit
()
--remove
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_RANGE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_TO_GRAVE_REDIRECT
)
...
...
@@ -40,7 +41,8 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
s
.
rmtg
(
e
,
c
)
return
c
:
IsLocation
(
LOCATION_OVERLAY
)
or
c
:
IsPreviousLocation
(
LOCATION_OVERLAY
)
return
(
c
:
IsLocation
(
LOCATION_OVERLAY
)
or
c
:
IsPreviousLocation
(
LOCATION_OVERLAY
))
and
c
:
IsReason
(
REASON_COST
+
REASON_EFFECT
)
end
function
s
.
ovcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
Card
.
IsType
,
1
,
nil
,
TYPE_MONSTER
)
...
...
@@ -50,7 +52,7 @@ function s.ovtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
ovop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
then
c
:
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_EFFECT
)
end
end
...
...
@@ -73,7 +75,7 @@ function s.mafilter(c,e)
end
function
s
.
matop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetTargetsRelateToChain
():
Filter
(
s
.
mafilter
,
nil
,
e
)
local
g
=
Duel
.
GetTargetsRelateToChain
():
Filter
(
aux
.
NecroValleyFilter
(
s
.
mafilter
)
,
nil
,
e
)
if
c
:
IsRelateToChain
()
and
#
g
>
0
then
Duel
.
Overlay
(
c
,
g
)
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