diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 00:31:04 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 00:31:04 -0800 |
commit | 3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d (patch) | |
tree | 240e3e491820903f71ee58c52ed7ec70b643ed53 /NPC/npc.json | |
download | cataclysm-bn-mod_bandits-everywhere-3d6ad47d440bf1fc166b4b67ab3f3878fe3cf81d.tar.xz |
Initial commit
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" + } +] |