高级玩家

- 贡献度
- 4
- 金元
- 2742
- 积分
- 290
- 精华
- 0
- 注册时间
- 2013-6-18
|
[
{
"ident": "unemployed",
"name": "无业游民",
"description":
"他们说你没有任何有“有用”的技能,但是至少你的衣服很合身。",
"points": 0,
"items": ["jeans", "tshirt", "sneakers"]
},
{
"ident": "tailor",
"name": "裁缝",
"description":
"你以前为城里的一些大人物做衣服。\n现在,他们已经失去生命的躯体时刻想吃掉你的脑子。\n不过至少你能随时缝补自己的衣服。",
"points": 1,
"items": ["polo_shirt", "blazer", "pants", "dress_shoes", "sewing_kit", "scissors", "manual_tailor"]
},
{
"ident": "labtech",
"name": "实验室技师",
"description":
"大灾变来临的时候,是你到实验室工作的第一天。\n你和市民一起被疏散到安全的地方,不过你保留了实验室里的一些装备。",
"points": 1,
"items": ["dress_shirt", "pants", "boots", "coat_lab", "gloves_rubber", "glasses_safety"]
},
{
"ident": "mechanic",
"name": "驾驶爱好者",
"description":
"虽然你没拿到驾驶执照,但是你依然很喜欢车。\n开局你带着一个扳手,一个工具腰带,和一些车辆有关的读物。",
"points": 2,
"items": ["tank_top", "jeans", "boots", "beltrig", "wrench", "mag_cars", "manual_mechanics"]
},
{
"ident": "lostsolider",
"name": "脱队士兵",
"description":
"你和部队在一场连环事故中失散了,但你仍然拥\n有一些武器装备。可惜,没多少弹药了。",
"points": 3
"items": ["boots_steel","pants_army","beltrig","gloves_fingerless","helmet_army","rucksack","fanny","holster","9mm","usp_9mm"]
},
{
"ident": "scoundrel",
"name": "小混混",
"description":
"你灵活的法律观让你活了下来,但是接下来怎么办呢?\n你穿着工装裤和一件连帽衫,带着一些杂物开局。",
"points": 2,
"items": ["tank_top", "hoodie", "pants_cargo", "sneakers", "weed", "picklocks"],
"skills" : [
{
"name" : "melee",
"level" : 1
}
]
},
{
"ident": "smoker",
"name": "大烟鬼",
"description":
"和你一起工作的人,都知道随时随地你手里都有一两支烟。\n现在,你手里只剩下一包烟了,老天保佑希望很快能找到更多的。\n开局你带着10支香烟,和严重的尼古丁上瘾症。",
"points": -1,
"items": ["pants", "dress_shirt", "dress_shoes", "cig"],
"addictions": [
{
"type": "nicotine",
"intensity": 10
}
]
}
]
上面的是我修改后的代码,而脱队士兵这个新角色是我加的。
版本0628.
|
|