This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
fashion = {
--#include "fashionattribute.config",
,
--#include "fashionaupgrade.config",
,
--#include "fashionset.config",
,
}

View File

@@ -0,0 +1,162 @@
--S-时装配置.xlsx 激活
FashionattributeConfig={
[1] = {
[1] = {
type = 1,
id = 1,
name = "紫玫瑰",
consume = {{type=0,id=41,count=1}},
display = 43,
con = 10040,
wear = 1,
},
[2] = {
type = 1,
id = 2,
name = "金玫瑰",
consume = {{type=0,id=42,count=1}},
display = 44,
con = 10041,
wear = 1,
},
[3] = {
type = 1,
id = 3,
name = "红玫瑰",
consume = {{type=0,id=40,count=1}},
display = 36,
con = 10039,
wear = 1,
},
[4] = {
type = 1,
id = 4,
name = "黄金裁决",
consume = {{type=0,id=43,count=1}},
display = 39,
con = 10042,
wear = 1,
},
[5] = {
type = 1,
id = 5,
name = "黄金嗜魂",
consume = {{type=0,id=44,count=1}},
display = 40,
con = 10043,
wear = 1,
},
[6] = {
type = 1,
id = 6,
name = "黄金羽扇",
consume = {{type=0,id=45,count=1}},
display = 41,
con = 10044,
wear = 1,
},
[7] = {
type = 1,
id = 7,
name = "黄金屠龙",
consume = {{type=0,id=46,count=1}},
display = 42,
con = 10045,
wear = 1,
},
},
[2] = {
[501] = {
type = 2,
id = 501,
name = "黄色桑巴",
consume = {{type=0,id=490,count=1}},
display = 18,
con = 13288,
wear = 1,
},
[502] = {
type = 2,
id = 502,
name = "蓝色欧罗巴",
consume = {{type=0,id=491,count=1}},
display = 19,
con = 13289,
wear = 1,
},
},
[3] = {
[800] = {
type = 3,
id = 800,
name = "夏日踏浪",
consume = {{type=0,id=1008,count=1}},
display = 800,
con = 13475,
wear = 1,
},
[801] = {
type = 3,
id = 801,
name = "极地贵族",
consume = {{type=0,id=1009,count=1}},
display = 801,
con = 13472,
wear = 1,
},
[802] = {
type = 3,
id = 802,
name = "西装狂徒",
consume = {{type=0,id=1012,count=1}},
display = 802,
con = 13473,
wear = 1,
},
[803] = {
type = 3,
id = 803,
name = "大闹天宫",
consume = {{type=0,id=1016,count=1}},
display = 803,
con = 13474,
wear = 1,
},
[804] = {
type = 3,
id = 804,
name = "加勒比船长",
consume = {{type=0,id=1027,count=1}},
display = 804,
con = 13476,
wear = 1,
},
[805] = {
type = 3,
id = 805,
name = "天命之子",
consume = {{type=0,id=1297,count=1}},
display = 805,
con = 13660,
wear = 1,
},
[812] = {
type = 3,
id = 812,
name = "黄金战衣",
consume = {{type=0,id=1240,count=1}},
display = 812,
con = 13667,
wear = 1,
},
[813] = {
type = 3,
id = 813,
name = "黑夜侠客",
consume = {{type=0,id=1241,count=1}},
display = 813,
con = 13668,
wear = 1,
},
},
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
--S-时装配置.xlsx 设置
FashionsetConfig={
cover = {
[1] ={1,3},
[2] ={2,3},
[3] ={1,2,3},
},
openlv = 25,
serveropenday = 1,
}