feat(item): 更新道具属性和等级

- 调整多個道具的 staitcAttrs 属性,大幅提高数值
- 更新部分道具的 itemlevel 属性,提升至 400 以上
- 修复部分道具配置中的拼写错误
This commit is contained in:
aixianling
2025-01-23 14:58:12 +08:00
parent 590f7b94bd
commit 36f50e39b6
3 changed files with 595 additions and 588 deletions

View File

@@ -7615,7 +7615,7 @@ StdItems = {
recoverView = { { count = 10, id = 0, rate = 100, type = 2 } },
recoverid = 100060,
shape = 0,
staitcAttrs = { { type = 3, value = 50 }, { type = 1, value = 140 } },
staitcAttrs = { { type = 3, value = 50000 }, { type = 1, value = 14000 } },
suggVocation = 0,
suitId = 0,
time = 0,
@@ -7645,7 +7645,7 @@ StdItems = {
recoverView = { { count = 30, id = 0, rate = 100, type = 2 } },
recoverid = 100061,
shape = 0,
staitcAttrs = { { type = 3, value = 100 }, { type = 1, value = 170 } },
staitcAttrs = { { type = 3, value = 10000 }, { type = 1, value = 17000 } },
suggVocation = 0,
suitId = 0,
time = 0,
@@ -7675,7 +7675,7 @@ StdItems = {
recoverView = { { count = 100, id = 0, rate = 100, type = 2 } },
recoverid = 100062,
shape = 0,
staitcAttrs = { { type = 3, value = 150 }, { type = 1, value = 200 } },
staitcAttrs = { { type = 3, value = 15000 }, { type = 1, value = 20000 } },
suggVocation = 0,
suitId = 0,
time = 0,
@@ -7698,14 +7698,14 @@ StdItems = {
icon = 13001,
id = 248,
isShowUseBtn = 1,
itemlevel = 29,
itemlevel = 401,
itemlvl = 3,
name = "疗伤药",
packageType = 0,
recoverView = { { count = 200, id = 0, rate = 100, type = 2 } },
recoverid = 100063,
shape = 0,
staitcAttrs = { { type = 3, value = 200 }, { type = 1, value = 380 } },
staitcAttrs = { { type = 3, value = 20000 }, { type = 1, value = 38000 } },
suggVocation = 0,
suitId = 0,
time = 0,
@@ -28104,7 +28104,7 @@ StdItems = {
icon = 13386,
id = 853,
isShowUseBtn = 1,
itemlevel = 91,
itemlevel = 402,
itemlvl = 3,
name = "四象青龙丹",
openUi = { param1 = { 0, 2 }, type = 3, view = "app.RoleView" },
@@ -28135,7 +28135,7 @@ StdItems = {
icon = 13387,
id = 854,
isShowUseBtn = 1,
itemlevel = 91,
itemlevel = 402,
itemlvl = 3,
name = "四象白虎丹",
openUi = { param1 = { 0, 2 }, type = 3, view = "app.RoleView" },
@@ -28166,7 +28166,7 @@ StdItems = {
icon = 13388,
id = 855,
isShowUseBtn = 1,
itemlevel = 91,
itemlevel = 402,
itemlvl = 3,
name = "四象朱雀丹",
openUi = { param1 = { 0, 2 }, type = 3, view = "app.RoleView" },
@@ -28198,7 +28198,7 @@ StdItems = {
icon = 13389,
id = 856,
isShowUseBtn = 1,
itemlevel = 91,
itemlevel = 402,
itemlvl = 3,
name = "四象玄武丹",
openUi = { param1 = { 0, 2 }, type = 3, view = "app.RoleView" },

File diff suppressed because it is too large Load Diff