challenge-editor/json/npc.json

23 lines
286 B
JSON
Raw Normal View History

2024-09-23 11:47:55 +08:00
{
2024-10-02 18:35:48 +08:00
"npc_01":{
"name":"测试NPC1",
2024-10-11 17:14:54 +08:00
"sold_item":{
"item_01":1,
"item_02":1,
"item_08":100
},
2024-10-02 18:35:48 +08:00
"init_favor":50,
"gold":9999
},
"npc_02":{
"name":"测试NPC2",
2024-10-11 17:14:54 +08:00
"sold_item":{
"item_03":1,
"item_04":1,
"item_06":100
},
2024-10-02 18:35:48 +08:00
"init_favor":0,
"gold":7777
2024-09-23 11:47:55 +08:00
}
}