This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
--S-水晶鉴定.xlsx 鉴定界面
AppraisalMainConfig = {
[3] = {
[1] = {
activityId = 3,
id = 1,
title = "超值鉴定",
serveropenday = {level=999,openDay=999},
frequency = 3,
number = {{type=0,id=302,count=1}},
gold = {{type=2,id=2,count=0}},
mexp = 100000000,
gexp = 800000,
iscostfree = 0,
},
[2] = {
activityId = 3,
id = 2,
title = "消耗2水晶鉴定",
serveropenday = {level=999,openDay=999},
frequency = 5,
number = {{type=0,id=302,count=2}},
gold = {{type=2,id=2,count=1000}},
mexp = 100000000,
gexp = 800000,
iscostfree = 1,
},
[3] = {
activityId = 3,
id = 3,
title = "消耗3水晶鉴定",
serveropenday = {level=999,openDay=999},
frequency = 5,
number = {{type=0,id=302,count=3}},
gold = {{type=2,id=2,count=2000}},
mexp = 100000000,
gexp = 800000,
iscostfree = 1,
},
[4] = {
activityId = 3,
id = 4,
title = "消耗5水晶鉴定",
serveropenday = {level=999,openDay=999},
frequency = -1,
number = {{type=0,id=302,count=5}},
gold = {{type=2,id=2,count=5000}},
mexp = 100000000,
gexp = 800000,
},
},
}