-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsvetlana.npctype
67 lines (57 loc) · 1.82 KB
/
svetlana.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"type" : "svetlana",
"baseType" : "base",
"identity" : {
"name" : "Svetlana",
"gender" : "female",
"race" : "avian"
},
"persistent" : true,
"damageTeamType" : "ghostly",
"dropPools" : [ "villagertreasure" ],
"scriptConfig" : {
"behavior" : "spectator",
"dialogMode" : "sequence",
"dialog" : {
"speak" : {
"default" : {
"default" : [
"Oh hey, you managed to find me!"
]
}
},
"converse" : {
"default" : {
"default" : [
"Hello! My name is Svetlana Twofeather. I'm The Observer's main character, so to speak.",
"He usually hides me in places that're way hard to find! I don't appear in all dungeons, but I am in this one!",
"That you managed to find me shows your dedication towards finding all the little secrets he's hidden in his work, and I commend you for taking the time to search every nook and cranny of his dungeons!",
"Bonus points if you didn't open up the mod and cheat...but I know not too many people do that, right? It's much more fun to explore like this.",
"Take a moment to rest up before you continue with your adventure! I have some supplies you might find handy, and thank you for playing Extra Dungeons again!"
]
}
}
}
},
"matchColorIndices" : true,
"items" : {
"override" : [
[0, [
{
"head" : [
{ "name" : "aviantier2head" }
],
"back" : [
{ "name" : "cupidsback" }
],
"chest" : [
{ "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 4 } }
],
"legs" : [
{ "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 4 } }
]
}
] ]
]
}
}