add maps to database
This commit is contained in:
parent
4428468a2f
commit
a7191c751a
3 changed files with 37 additions and 2 deletions
12
build/app.js
12
build/app.js
|
|
@ -4500,7 +4500,7 @@ var HK = {
|
||||||
entries: {
|
entries: {
|
||||||
hasMap: {
|
hasMap: {
|
||||||
name: "Inventory Map",
|
name: "Inventory Map",
|
||||||
spoiler: "Any map bought from Cornifer or Iselda",
|
spoiler: "First map bought from Cornifer or Iselda",
|
||||||
wiki: "Map_and_Quill"
|
wiki: "Map_and_Quill"
|
||||||
},
|
},
|
||||||
mapCrossroads: {
|
mapCrossroads: {
|
||||||
|
|
@ -4513,6 +4513,16 @@ var HK = {
|
||||||
spoiler: "60/80 Geo: just below Greenpath entrance",
|
spoiler: "60/80 Geo: just below Greenpath entrance",
|
||||||
wiki: "Greenpath"
|
wiki: "Greenpath"
|
||||||
},
|
},
|
||||||
|
mapFogCanyon: {
|
||||||
|
name: "Map: Fog Canyon",
|
||||||
|
spoiler: "150/200 Geo: above Teacher's Archives",
|
||||||
|
wiki: "Fog_Canyon"
|
||||||
|
},
|
||||||
|
mapRoyalGardens: {
|
||||||
|
name: "Map: Queen's Gardens",
|
||||||
|
spoiler: "150/200 Geo: below Fog Canyon entrance",
|
||||||
|
wiki: "Queen's_Gardens"
|
||||||
|
},
|
||||||
areaMaps: {
|
areaMaps: {
|
||||||
name: "Area Maps",
|
name: "Area Maps",
|
||||||
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1399,6 +1399,31 @@ const HK = {
|
||||||
spoiler: "150/200 Geo: below Fog Canyon entrance",
|
spoiler: "150/200 Geo: below Fog Canyon entrance",
|
||||||
wiki: "Queen's_Gardens"
|
wiki: "Queen's_Gardens"
|
||||||
},
|
},
|
||||||
|
mapFungalWastes: {
|
||||||
|
name: "Map: Fungal Wastes",
|
||||||
|
spoiler: "75/100 Geo: right of Queen's Station",
|
||||||
|
wiki: "Fungal_Wastes"
|
||||||
|
},
|
||||||
|
mapCity: {
|
||||||
|
name: "Map: City of Tears",
|
||||||
|
spoiler: "90/120 Geo: left of Soul Sanctum",
|
||||||
|
wiki: "City_of_Tears"
|
||||||
|
},
|
||||||
|
mapWaterways: {
|
||||||
|
name: "Map: Royal Waterways",
|
||||||
|
spoiler: "75/100 Geo: far left area, near Fungal",
|
||||||
|
wiki: "Royal_Waterways"
|
||||||
|
},
|
||||||
|
mapMines: {
|
||||||
|
name: "Map: Crystal Peak",
|
||||||
|
spoiler: "120/150 Geo: top left area",
|
||||||
|
wiki: "Crystal_Peak"
|
||||||
|
},
|
||||||
|
mapDeepnest: {
|
||||||
|
name: "Map: Deepnest",
|
||||||
|
spoiler: "38/50 Geo: near both Fungal Wastes entrances",
|
||||||
|
wiki: "Deepnest"
|
||||||
|
},
|
||||||
areaMaps: {
|
areaMaps: {
|
||||||
name: "Area Maps",
|
name: "Area Maps",
|
||||||
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
spoiler: "Cornifer and Iselda, 13 Area Maps total",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue