From 3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 13 Jan 2023 00:31:04 -0800 Subject: Initial commit --- NPC/npc.json | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 NPC/npc.json (limited to 'NPC/npc.json') diff --git a/NPC/npc.json b/NPC/npc.json new file mode 100644 index 0000000..3dc2a5c --- /dev/null +++ b/NPC/npc.json @@ -0,0 +1,63 @@ +[ + { + "type": "npc", + "id": "thug", + "name_suffix": "Thug", + "class": "NC_THUG", + "attitude": 0, + "mission": 8, + "chat": "TALK_DONE", + "faction": "hells_raiders" + }, + { + "type": "npc", + "id": "bandit", + "name_suffix": "Bandit", + "class": "NC_SCAVENGER", + "attitude": 0, + "mission": 8, + "chat": "TALK_DONE", + "faction": "hells_raiders" + }, + { + "type": "npc", + "id": "raider", + "name_suffix": "Raider", + "class": "NC_SOLDIER", + "attitude": 0, + "mission": 8, + "chat": "TALK_DONE", + "faction": "hells_raiders" + }, + { + "type": "npc", + "id": "wandering_thug", + "//": "Mission set to null, so they walk around.", + "name_suffix": "Thug", + "class": "NC_THUG", + "attitude": 0, + "mission": 0, + "chat": "TALK_DONE", + "faction": "hells_raiders" + }, + { + "type": "npc", + "id": "wandering_bandit", + "name_suffix": "Bandit", + "class": "NC_SCAVENGER", + "attitude": 0, + "mission": 0, + "chat": "TALK_DONE", + "faction": "hells_raiders" + }, + { + "type": "npc", + "id": "wandering_raider", + "name_suffix": "Raider", + "class": "NC_SOLDIER", + "attitude": 0, + "mission": 0, + "chat": "TALK_DONE", + "faction": "hells_raiders" + } +] -- cgit v1.2.1