_xiaofang/xiaofang/Assets/HYLjson/NPC.json
2024-12-01 23:00:40 +08:00

28 lines
665 B
JSON

[
{
"ID": "6001",
"Note": "小学生",
"Name": "6001",
"PlayScript": "5001,0",
"ResPath": "Path1001",
"State1": "1",
"StateRes1": "Path1002|Path1003",
"State2": "2",
"StateRes2": "Path1004|Path1005",
"Stats1": "10,1.3|11,100",
"Stats2": "2,12,50|3,12,50|6,12,55"
},
{
"ID": "6002",
"Note": "外部增援NPC",
"Name": "6002",
"PlayScript": "5001,1",
"ResPath": "Path2",
"State1": "-1",
"StateRes1": "-1",
"State2": "-1",
"StateRes2": "-1",
"Stats1": "-1",
"Stats2": "-1"
}
]