feat(drop): 更新装备掉落概率和属性

- 调整了多个掉落组的物品掉落概率,增加了部分物品的掉落率
- 修改了2010027物品的掉落概率,从1%增加到10%
- 调整了多个掉落组中其他物品的掉落概率,如2010058、2010050等
- 修改了StdItems.config中75号属性的值,从100增加到10000
This commit is contained in:
aixianling
2024-12-23 17:43:21 +08:00
parent 2eabe617e2
commit 2164c08abb
2 changed files with 6 additions and 6 deletions

View File

@@ -28832,7 +28832,7 @@ StdItems={
time = 0,
recordLog = 1,
denyDestroy = 1,
staitcAttrs = { { type = 9, value = 99,}, { type = 11, value = 99,}, { type = 13, value = 99,}, { type = 15, value = 99,}, { type = 17, value = 99,}, { type = 19, value = 99,},{ type = 116, value = 100,}, { type = 75, value = 100,}, } ,
staitcAttrs = { { type = 9, value = 99,}, { type = 11, value = 99,}, { type = 13, value = 99,}, { type = 15, value = 99,}, { type = 17, value = 99,}, { type = 19, value = 99,},{ type = 116, value = 100,}, { type = 75, value = 10000,}, } ,
conds = {{cond=6,value=1,},},
packageType = 1,
itemlevel = 99,