D5/Data/npc.json
jkboy ab37a5c3dc 更新dialogue的相关接口。(主要是输入)
NPC图片更新。
对话框UI的逐字显示逻辑更新。
2025-05-11 20:36:57 +08:00

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
}
}
}