forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpcs.json
125 lines (125 loc) · 3.26 KB
/
npcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[
{
"type": "npc",
"id": "the_hermit",
"name_unique": "Alexander Cornett",
"name_suffix": "Hermit",
"gender": "male",
"class": "NC_HERMIT",
"attitude": 0,
"mission": 7,
"chat": "TALK_HERMIT",
"faction": "keeper_remnant",
"mission_offered": "MISSION_HERMIT_RETRIEVE_SWORD"
},
{
"type": "npc",
"id": "cf_deacon",
"//": "Provides plot hook to visit the rural church.",
"name_unique": "Dorian Vance",
"name_suffix": "Deacon",
"gender": "male",
"class": "NC_CF_DEACON",
"attitude": 0,
"mission": 7,
"chat": "TALK_CF_DEACON",
"faction": "free_merchants",
"mission_offered": "MISSION_CF_DEACON_1"
},
{
"type": "npc",
"id": "cleansing_flame_representative",
"//": "Primary quest source.",
"name_unique": "Sofia McKinnon",
"name_suffix": "Thane",
"gender": "female",
"class": "NC_CF_REP",
"attitude": 0,
"mission": 3,
"chat": "TALK_CF_REP",
"faction": "cleansing_flame",
"mission_offered": "MISSION_CF_REP_1"
},
{
"type": "npc",
"id": "mage_hunter_guard",
"//": "Cleansing Flame guard, generic.",
"name_suffix": "Mage Hunter",
"class": "NC_MAGE_HUNTER",
"attitude": 0,
"mission": 7,
"chat": "TALK_MAGE_HUNTER",
"faction": "cleansing_flame"
},
{
"type": "npc",
"id": "cleansing_flame_grandmaster",
"//": "Secondary quest source.",
"name_unique": "Johnathan Leone",
"name_suffix": "Grandmaster",
"gender": "male",
"class": "NC_CF_GM",
"attitude": 0,
"mission": 7,
"chat": "TALK_CF_GM",
"faction": "cleansing_flame",
"mission_offered": "MISSION_CF_GM_1"
},
{
"type": "npc",
"id": "mage_hunter_seeker",
"//": "Minor merchant.",
"name_unique": "Matthew Desai",
"name_suffix": "Seeker",
"gender": "male",
"class": "NC_CF_SEEKER",
"attitude": 0,
"mission": 3,
"chat": "TALK_CF_SEEKER",
"faction": "cleansing_flame"
},
{
"type": "npc",
"id": "sanguine_order_apprentice_generic",
"//": "Sanguine Order cannon fodder, in an area you're not supposed to be in.",
"name_suffix": "Apprentice",
"class": "NC_BLOOD_MAGE_APPRENTICE",
"attitude": 10,
"mission": 7,
"chat": "TALK_DONE",
"faction": "sanguine_order_remnant"
},
{
"type": "npc",
"id": "sanguine_order_apprentice",
"//": "Sanguinist you can encounter topside, has some dialogue.",
"name_suffix": "Apprentice",
"class": "NC_BLOOD_MAGE_APPRENTICE",
"attitude": 1,
"mission": 7,
"chat": "TALK_SANGUINE_APPRENTICE",
"faction": "sanguine_order_remnant"
},
{
"type": "npc",
"id": "sanguine_order_shrike",
"//": "Oh shit, they have a shrike too. Some dialogue if the player givess them a chance to speak up.",
"name_suffix": "Sanguine Shrike",
"class": "NC_BLOOD_MAGE_SHRIKE",
"attitude": 1,
"mission": 7,
"chat": "TALK_BLOOD_MAGE_SHRIKE_ROGUE",
"faction": "sanguine_order_remnant"
},
{
"type": "npc",
"id": "sanguine_order_magus",
"//": "The specific person Jonathan sent you to kill, a proper magus.",
"name_suffix": "Blood Mage",
"class": "NC_BLOOD_MAGE_MAGUS",
"attitude": 10,
"mission": 7,
"chat": "TALK_DONE",
"faction": "sanguine_order_remnant"
}
]