diff options
Diffstat (limited to 'NPC/npc.json')
-rw-r--r-- | NPC/npc.json | 63 |
1 files changed, 63 insertions, 0 deletions
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" + } +] |