-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtowerinvinciblemap.object
43 lines (35 loc) · 1.23 KB
/
towerinvinciblemap.object
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
{
"objectName" : "towerinvinciblemap",
"printable" : false,
"rarity" : "Common",
"category" : "decorative",
"price" : 200,
"description" : "Just where does this lead?",
"shortdescription" : "Strange Map",
"race" : "generic",
"breakDropOptions" : [
[ [ "paper", 1, { } ] ]
],
"apexDescription" : "This promises to be interesting.",
"avianDescription" : "A map that shows me the way to a location of interest.",
"floranDescription" : "Floran usssesss map to get to placesss.",
"glitchDescription" : "Excitement. Where will the directions on this map take me?",
"humanDescription" : "Right, let's go where this map shows me. What's the worst that could happen?",
"hylotlDescription" : "Following the directions on maps of dubious origin is generally not advisable.",
"novakidDescription" : "This makes me hunger for adventure!",
"inventoryIcon" : "ancienttemplemapicon.png",
"orientations" : [
{
"dualImage" : "ancienttemplemap.png:<color>",
"imagePosition" : [-20, -20],
"frames" : 1,
"animationCycle" : 0.5,
"spaceScan" : 0.1,
"anchors" : [ "background" ]
}
],
"offeredQuests" : [
"towerinvincible.gearup"
],
"questIndicatorPosition" : [0, 0]
}