44 lines
697 B
JSON
44 lines
697 B
JSON
{
|
|
"npc": {
|
|
"米子三": {
|
|
"type": "员工",
|
|
"icon": "米子三",
|
|
"title": "项目总监",
|
|
"level": 1,
|
|
"power": 180,
|
|
"power_max": 180,
|
|
"design": 80,
|
|
"code": 70,
|
|
"art": 80,
|
|
"audio": 70,
|
|
"outsourcing": 0
|
|
},
|
|
"塔祺": {
|
|
"type": "员工",
|
|
"icon": "塔祺",
|
|
"title": "美术设计师",
|
|
"level": 3,
|
|
"power": 150,
|
|
"power_max": 150,
|
|
"design": 80,
|
|
"code": 20,
|
|
"art": 90,
|
|
"audio": 80,
|
|
"outsourcing": 2400
|
|
},
|
|
"瞎五": {
|
|
"type": "外包",
|
|
"icon": "瞎五",
|
|
"title": "策划",
|
|
"level": 2,
|
|
"power": 160,
|
|
"power_max": 160,
|
|
"design": 90,
|
|
"code": 50,
|
|
"art": 70,
|
|
"audio": 70,
|
|
"outsourcing": 2000
|
|
}
|
|
}
|
|
}
|