add map pins to database
This commit is contained in:
parent
64cc70b8cd
commit
83c5ddffb8
3 changed files with 88 additions and 3 deletions
55
build/app.js
55
build/app.js
|
|
@ -5991,6 +5991,61 @@ var HK = {
|
||||||
spoiler: "Dirtmouth: Troupe Leader Grimm",
|
spoiler: "Dirtmouth: Troupe Leader Grimm",
|
||||||
wiki: "Category:Charms#Notches"
|
wiki: "Category:Charms#Notches"
|
||||||
},
|
},
|
||||||
|
hasQuill: {
|
||||||
|
name: "Quill",
|
||||||
|
spoiler: "120 Geo: Iselda's Shop, updates maps with discovered areas",
|
||||||
|
wiki: "Map_and_Quill#Mapping_Tools"
|
||||||
|
},
|
||||||
|
hasPinBench: {
|
||||||
|
name: "Map Pin: Bench",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Bench_(Hollow_Knight)"
|
||||||
|
},
|
||||||
|
hasPinShop: {
|
||||||
|
name: "Map Pin: Vendor",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Category:NPCs_(Hollow_Knight)#Merchants"
|
||||||
|
},
|
||||||
|
hasPinCocoon: {
|
||||||
|
name: "Map Pin: Lifeblood Cocoon",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Lifeblood_Cocoon"
|
||||||
|
},
|
||||||
|
hasPinSpa: {
|
||||||
|
name: "Map Pin: Hot Springs",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Hot_Springs"
|
||||||
|
},
|
||||||
|
hasPinStag: {
|
||||||
|
name: "Map Pin: Stag Station",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, unlock first Station",
|
||||||
|
wiki: "Stag_Station"
|
||||||
|
},
|
||||||
|
hasPinGhost: {
|
||||||
|
name: "Map Pin: Warrior's Grave",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
|
wiki: "Warrior_Dreams"
|
||||||
|
},
|
||||||
|
hasPinDreamPlant: {
|
||||||
|
name: "Map Pin: Whispering Root",
|
||||||
|
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
|
wiki: "Whispering_Root"
|
||||||
|
},
|
||||||
|
hasPinGuardian: {
|
||||||
|
name: "Map Pin: Dreamers",
|
||||||
|
spoiler: "Resting Grounds: Inspect the shrine",
|
||||||
|
wiki: "Dreamers"
|
||||||
|
},
|
||||||
|
hasPinTram: {
|
||||||
|
name: "Map Pin: Tram",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Tram Pass",
|
||||||
|
wiki: "Tram"
|
||||||
|
},
|
||||||
|
hasPinBlackEgg: {
|
||||||
|
name: "Map Pin: Temple of the Black Egg",
|
||||||
|
spoiler: "City of Tears: Inspect fountain",
|
||||||
|
wiki: "Temple_of_the_Black_Egg"
|
||||||
|
},
|
||||||
hasPinGrub: {
|
hasPinGrub: {
|
||||||
name: "Collector's Map",
|
name: "Collector's Map",
|
||||||
spoiler: "Kingdom's Edge: Tower of Love, Love Key",
|
spoiler: "Kingdom's Edge: Tower of Love, Love Key",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2859,21 +2859,51 @@ const HK = {
|
||||||
spoiler: "100 Geo: Iselda's Shop",
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
wiki: "Bench_(Hollow_Knight)"
|
wiki: "Bench_(Hollow_Knight)"
|
||||||
},
|
},
|
||||||
|
hasPinShop: {
|
||||||
|
name: "Map Pin: Vendor",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Category:NPCs_(Hollow_Knight)#Merchants"
|
||||||
|
},
|
||||||
hasPinCocoon: {
|
hasPinCocoon: {
|
||||||
name: "Map Pin: Lifeblood Cocoon",
|
name: "Map Pin: Lifeblood Cocoon",
|
||||||
spoiler: "100 Geo: Iselda's Shop",
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
wiki: "Lifeblood_Cocoon"
|
wiki: "Lifeblood_Cocoon"
|
||||||
},
|
},
|
||||||
|
hasPinSpa: {
|
||||||
|
name: "Map Pin: Hot Springs",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Hot_Springs"
|
||||||
|
},
|
||||||
|
hasPinStag: {
|
||||||
|
name: "Map Pin: Stag Station",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, unlock first Station",
|
||||||
|
wiki: "Stag_Station"
|
||||||
|
},
|
||||||
|
hasPinGhost: {
|
||||||
|
name: "Map Pin: Warrior's Grave",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
|
wiki: "Warrior_Dreams"
|
||||||
|
},
|
||||||
hasPinDreamPlant: {
|
hasPinDreamPlant: {
|
||||||
name: "Map Pin: Whispering Root",
|
name: "Map Pin: Whispering Root",
|
||||||
spoiler: "150 Geo: Iselda's Shop, requires Dream Nail",
|
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
wiki: "Whispering_Root"
|
wiki: "Whispering_Root"
|
||||||
},
|
},
|
||||||
hasPinGuardian: {
|
hasPinGuardian: {
|
||||||
name: "Map Pin: Dreamers",
|
name: "Map Pin: Dreamers",
|
||||||
spoiler: "Inspect the shrine in the Resting Grounds",
|
spoiler: "Resting Grounds: Inspect the shrine",
|
||||||
wiki: "Dreamers"
|
wiki: "Dreamers"
|
||||||
},
|
},
|
||||||
|
hasPinTram: {
|
||||||
|
name: "Map Pin: Tram",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Tram Pass",
|
||||||
|
wiki: "Tram"
|
||||||
|
},
|
||||||
|
hasPinBlackEgg: {
|
||||||
|
name: "Map Pin: Temple of the Black Egg",
|
||||||
|
spoiler: "City of Tears: Inspect fountain",
|
||||||
|
wiki: "Temple_of_the_Black_Egg"
|
||||||
|
},
|
||||||
hasPinGrub: {
|
hasPinGrub: {
|
||||||
name: "Collector's Map",
|
name: "Collector's Map",
|
||||||
spoiler: "Kingdom's Edge: Tower of Love, Love Key",
|
spoiler: "Kingdom's Edge: Tower of Love, Love Key",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue