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
MyCard
pre-release-database-cdb
Commits
51ebdfb8
Commit
51ebdfb8
authored
Dec 12, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 超征竜-ディザスター
parent
7c132112
Pipeline
#31745
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
script/c101208049.lua
script/c101208049.lua
+8
-11
No files found.
script/c101208049.lua
View file @
51ebdfb8
...
@@ -75,22 +75,19 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,22 +75,19 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
function
s
.
attfilter
(
c
,
att
)
function
s
.
attfilter
(
c
)
return
c
:
IsSetCard
(
0x2c3
)
and
c
:
Is
Attribute
(
att
)
return
c
:
IsSetCard
(
0x2c3
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
end
end
function
s
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetHandler
():
GetOverlayGroup
()
local
g
=
e
:
GetHandler
():
GetOverlayGroup
()
local
att
=
0x1
local
att
=
0
local
r1
=
0
for
tc
in
aux
.
Next
(
g
)
do
local
res
=
0
if
s
.
attfilter
(
tc
)
then
for
i
=
1
,
6
do
att
=
att
|
tc
:
GetAttribute
()
if
g
:
IsExists
(
s
.
attfilter
,
1
,
nil
,
att
)
then
res
=
res
+
1
end
end
att
=
att
*
2
r1
=
r1
+
1
end
end
return
res
==
6
local
gattr
=
ATTRIBUTE_EARTH
|
ATTRIBUTE_WATER
|
ATTRIBUTE_FIRE
|
ATTRIBUTE_WIND
|
ATTRIBUTE_LIGHT
|
ATTRIBUTE_DARK
return
att
&
gattr
==
gattr
end
end
function
s
.
efilter
(
e
,
te
)
function
s
.
efilter
(
e
,
te
)
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
...
...
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