-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathavianfirebringer.npctype
51 lines (44 loc) · 1.09 KB
/
avianfirebringer.npctype
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
{
"type" : "avianfirebringer",
"baseType" : "outpostcivilian",
"disableWornArmor" : true,
"damageTeam" : 1,
"levelVariance" : [0, 0],
"scriptConfig" : {
"reactions" : {
"spontaneous" : [
]
},
"personalities" : [
[1.0, { "personality" : "normal", "reactions" : {} }]
],
"dialog" : {
"converse" : {
"default" : {
"default" : [
"I grew weary of watching my Apex brothers and sisters being tormented at the hands of the Miniknog, so I left."
]
},
"apex" : {
"default" : [
"I grew weary of watching my Apex brothers and sisters being tormented at the hands of the Miniknog, so I left."
],
"apex" : [
"It makes me happy to see another Apex who has escaped the brutality of the Miniknog."
]
}
}
}
},
"items" : {
"override" : [
[0, [
{
"head" : [ "ffskullcap" ],
"chest" : [ "fuexosuitchest" ],
"legs" : [ "fuexosuitlegs" ]
}
] ]
]
}
}