style(item): 格式化 StdItems.config 文件
- 调整了静态属性 staitcAttrs 的格式,使其更具可读性 - 修改了部分物品的 forcetips 属性值 - 调整了部分物品的 dropBroadcast 属性值 - 优化了配置项的顺序,提高了可维护性
This commit is contained in:
@@ -138,10 +138,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 12, type = 11 }, { value = 9, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 22,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 12, type = 11 },
|
||||||
} },
|
{ value = 9, type = 17 },
|
||||||
|
{
|
||||||
|
value = 22,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
@@ -169,10 +174,15 @@ StdItems = {
|
|||||||
[7] = {
|
[7] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 3, type = 9 }, { value = 6, type = 11 }, { value = 4, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 12,
|
{ value = 3, type = 9 },
|
||||||
type = 15,
|
{ value = 6, type = 11 },
|
||||||
} },
|
{ value = 4, type = 13 },
|
||||||
|
{
|
||||||
|
value = 12,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -257,10 +267,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 10, type = 11 }, { value = 9, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 22,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 10, type = 11 },
|
||||||
} },
|
{ value = 9, type = 13 },
|
||||||
|
{
|
||||||
|
value = 22,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
@@ -347,10 +362,15 @@ StdItems = {
|
|||||||
[13] = {
|
[13] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 3, type = 9 }, { value = 8, type = 11 }, { value = 4, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 12,
|
{ value = 3, type = 9 },
|
||||||
type = 19,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 4, type = 17 },
|
||||||
|
{
|
||||||
|
value = 12,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -379,10 +399,15 @@ StdItems = {
|
|||||||
[14] = {
|
[14] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 5, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 15,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 5, type = 17 },
|
||||||
|
{
|
||||||
|
value = 15,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -439,10 +464,15 @@ StdItems = {
|
|||||||
[16] = {
|
[16] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 4, type = 9 }, { value = 8, type = 11 }, { value = 5, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 15,
|
{ value = 4, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 5, type = 13 },
|
||||||
|
{
|
||||||
|
value = 15,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -591,10 +621,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 14, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 32,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 14, type = 17 },
|
||||||
|
{
|
||||||
|
value = 32,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 48000,
|
dealPrice = 48000,
|
||||||
@@ -650,10 +685,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 21, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 46,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 21, type = 13 },
|
||||||
|
{
|
||||||
|
value = 46,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 150000,
|
dealPrice = 150000,
|
||||||
@@ -681,10 +721,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 14, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 32,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 14, type = 13 },
|
||||||
|
{
|
||||||
|
value = 32,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 48000,
|
dealPrice = 48000,
|
||||||
@@ -780,10 +825,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 18, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 39,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 18, type = 13 },
|
||||||
|
{
|
||||||
|
value = 39,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 90000,
|
dealPrice = 90000,
|
||||||
@@ -839,10 +889,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 18, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 39,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 18, type = 17 },
|
||||||
|
{
|
||||||
|
value = 39,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 90000,
|
dealPrice = 90000,
|
||||||
@@ -898,10 +953,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 27, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 56,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 27, type = 13 },
|
||||||
|
{
|
||||||
|
value = 56,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 240000,
|
dealPrice = 240000,
|
||||||
@@ -929,10 +989,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 27, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 56,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 27, type = 17 },
|
||||||
|
{
|
||||||
|
value = 56,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 240000,
|
dealPrice = 240000,
|
||||||
@@ -960,10 +1025,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 21, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 46,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 21, type = 17 },
|
||||||
|
{
|
||||||
|
value = 46,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 150000,
|
dealPrice = 150000,
|
||||||
@@ -1019,10 +1089,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 35, type = 13 }, {
|
staitcAttrs = {
|
||||||
value = 72,
|
{ value = 5, type = 9 },
|
||||||
type = 15,
|
{ value = 8, type = 11 },
|
||||||
} },
|
{ value = 35, type = 13 },
|
||||||
|
{
|
||||||
|
value = 72,
|
||||||
|
type = 15,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 360000,
|
dealPrice = 360000,
|
||||||
@@ -1050,10 +1125,15 @@ StdItems = {
|
|||||||
dup = 0,
|
dup = 0,
|
||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
suggVocation = 3,
|
suggVocation = 3,
|
||||||
staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 35, type = 17 }, {
|
staitcAttrs = {
|
||||||
value = 72,
|
{ value = 5, type = 9 },
|
||||||
type = 19,
|
{ value = 9, type = 11 },
|
||||||
} },
|
{ value = 35, type = 17 },
|
||||||
|
{
|
||||||
|
value = 72,
|
||||||
|
type = 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 360000,
|
dealPrice = 360000,
|
||||||
@@ -1417,10 +1497,15 @@ StdItems = {
|
|||||||
[47] = {
|
[47] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = { { value = 0, type = 21 }, { value = 2, type = 23 }, { value = 0, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 1,
|
{ value = 0, type = 21 },
|
||||||
type = 27,
|
{ value = 2, type = 23 },
|
||||||
} },
|
{ value = 0, type = 25 },
|
||||||
|
{
|
||||||
|
value = 1,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -1449,10 +1534,15 @@ StdItems = {
|
|||||||
[48] = {
|
[48] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = { { value = 3, type = 21 }, { value = 3, type = 23 }, { value = 1, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 2,
|
{ value = 3, type = 21 },
|
||||||
type = 27,
|
{ value = 3, type = 23 },
|
||||||
} },
|
{ value = 1, type = 25 },
|
||||||
|
{
|
||||||
|
value = 2,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -1703,10 +1793,15 @@ StdItems = {
|
|||||||
[55] = {
|
[55] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = { { value = 3, type = 21 }, { value = 4, type = 23 }, { value = 2, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 3,
|
{ value = 3, type = 21 },
|
||||||
type = 27,
|
{ value = 4, type = 23 },
|
||||||
} },
|
{ value = 2, type = 25 },
|
||||||
|
{
|
||||||
|
value = 3,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -2369,10 +2464,15 @@ StdItems = {
|
|||||||
[76] = {
|
[76] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = { { value = 0, type = 21 }, { value = 1, type = 23 }, { value = 0, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 1,
|
{ value = 0, type = 21 },
|
||||||
type = 27,
|
{ value = 1, type = 23 },
|
||||||
} },
|
{ value = 0, type = 25 },
|
||||||
|
{
|
||||||
|
value = 1,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -4034,10 +4134,15 @@ StdItems = {
|
|||||||
[129] = {
|
[129] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 2,
|
suggVocation = 2,
|
||||||
staitcAttrs = { { value = 0, type = 21 }, { value = 1, type = 23 }, { value = 0, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 1,
|
{ value = 0, type = 21 },
|
||||||
type = 27,
|
{ value = 1, type = 23 },
|
||||||
} },
|
{ value = 0, type = 25 },
|
||||||
|
{
|
||||||
|
value = 1,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
time = 0,
|
time = 0,
|
||||||
@@ -15890,10 +15995,15 @@ StdItems = {
|
|||||||
[509] = {
|
[509] = {
|
||||||
dup = 0,
|
dup = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = { { value = 2, type = 21 }, { value = 2, type = 23 }, { value = 2, type = 25 }, {
|
staitcAttrs = {
|
||||||
value = 2,
|
{ value = 2, type = 21 },
|
||||||
type = 27,
|
{ value = 2, type = 23 },
|
||||||
} },
|
{ value = 2, type = 25 },
|
||||||
|
{
|
||||||
|
value = 2,
|
||||||
|
type = 27,
|
||||||
|
},
|
||||||
|
},
|
||||||
time = 0,
|
time = 0,
|
||||||
forcetips = 0,
|
forcetips = 0,
|
||||||
dealPrice = 10,
|
dealPrice = 10,
|
||||||
@@ -46025,7 +46135,7 @@ StdItems = {
|
|||||||
denyDestroy = 1,
|
denyDestroy = 1,
|
||||||
isShowUseBtn = 1,
|
isShowUseBtn = 1,
|
||||||
iseffect = 124,
|
iseffect = 124,
|
||||||
forcetips = 2,
|
forcetips = 0,
|
||||||
suggVocation = 0,
|
suggVocation = 0,
|
||||||
staitcAttrs = {},
|
staitcAttrs = {},
|
||||||
denySell = 1,
|
denySell = 1,
|
||||||
@@ -46045,11 +46155,10 @@ StdItems = {
|
|||||||
desc = "打开后随机获得天龙套装中的任意一件,获得随机奖励",
|
desc = "打开后随机获得天龙套装中的任意一件,获得随机奖励",
|
||||||
recordLog = 1,
|
recordLog = 1,
|
||||||
name = "天龙宝箱",
|
name = "天龙宝箱",
|
||||||
trade = 3,
|
dropGroupid = 100877,
|
||||||
dropBroadcast = -1,
|
dropBroadcast = 0,
|
||||||
itemlvl = 3,
|
itemlvl = 3,
|
||||||
shape = 0,
|
shape = 0,
|
||||||
dropGroupid = 100877,
|
|
||||||
existScenes = { -1 },
|
existScenes = { -1 },
|
||||||
},
|
},
|
||||||
[1381] = {
|
[1381] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user