feat(config): 更新首次登录奖励和装备估值配置
- 在首次登录配置中添加新的物品奖励 (id 1248) - 调整战士、法师和道士职业的装备估值,将单位价值从 25 调整为 5
This commit is contained in:
@@ -9,7 +9,8 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1270,count=1}
|
||||
{type=0,id=1270,count=1},
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
wizardItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -18,7 +19,8 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1270,count=1}
|
||||
{type=0,id=1270,count=1},
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
magicianItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -27,6 +29,7 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1270,count=1}
|
||||
{type=0,id=1270,count=1},
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user