Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
E
Entertainment Server
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
Peter Xin
Entertainment Server
Commits
3f955c98
Commit
3f955c98
authored
Aug 23, 2024
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh on 2024-08-23 20:56:38
parent
0068fd9d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
129 additions
and
4 deletions
+129
-4
lflist.conf
lflist.conf
+1
-3
script/c172016223.lua
script/c172016223.lua
+1
-1
texts/balanced.txt
texts/balanced.txt
+127
-0
No files found.
lflist.conf
View file @
3f955c98
...
@@ -945,6 +945,7 @@
...
@@ -945,6 +945,7 @@
79600447
0
--颅骨爆发
79600447
0
--颅骨爆发
43338320
0
--莫忘冥府
43338320
0
--莫忘冥府
52918032
0
--阁楼怪
52918032
0
--阁楼怪
09396662
0
--镜魔师
#limit
#limit
43215738
1
--骨折舞
43215738
1
--骨折舞
22586618
1
--暗冥斯摩夫
22586618
1
--暗冥斯摩夫
...
@@ -975,7 +976,6 @@
...
@@ -975,7 +976,6 @@
81096431
1
--龙鲨
81096431
1
--龙鲨
27480536
1
--装甲鲨
27480536
1
--装甲鲨
53753697
1
--恶魔兽做鸭
53753697
1
--恶魔兽做鸭
92530005
1
--骑球
81418467
1
--原石龙
81418467
1
--原石龙
28803166
1
--红泪
28803166
1
--红泪
54207171
1
--莫忘卡库塔斯
54207171
1
--莫忘卡库塔斯
...
@@ -1678,7 +1678,6 @@
...
@@ -1678,7 +1678,6 @@
76352503
1
--灵道士
76352503
1
--灵道士
27657173
1
--黑星
27657173
1
--黑星
86605515
1
--贤瑞官
86605515
1
--贤瑞官
20455229
1
--防火防守者
83334932
1
--摩托
83334932
1
--摩托
71277255
1
--里姆哈特
71277255
1
--里姆哈特
70155677
1
--小女孩
70155677
1
--小女孩
...
@@ -1869,7 +1868,6 @@
...
@@ -1869,7 +1868,6 @@
88654892
1
--突然回归
88654892
1
--突然回归
12682213
1
--铁骑的雷锤
12682213
1
--铁骑的雷锤
43502497
1
--灵摆魔女
43502497
1
--灵摆魔女
09396662
1
--镜魔师
32991027
1
--乔治
32991027
1
--乔治
35380371
1
--晶域
35380371
1
--晶域
60830240
1
--炽动
60830240
1
--炽动
...
...
script/c172016223.lua
View file @
3f955c98
...
@@ -35,7 +35,7 @@ function s.filter1(c,e)
...
@@ -35,7 +35,7 @@ function s.filter1(c,e)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeck
()
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeck
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
s
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
s
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
Is
SetCard
(
0x6
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
Is
Race
(
RACE_FIEND
)
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
texts/balanced.txt
View file @
3f955c98
This diff is collapsed.
Click to expand it.
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