add map pins to database
This commit is contained in:
parent
83c5ddffb8
commit
04c1fbda43
3 changed files with 43 additions and 3 deletions
22
build/app.js
22
build/app.js
|
|
@ -6023,7 +6023,7 @@ var HK = {
|
||||||
},
|
},
|
||||||
hasPinGhost: {
|
hasPinGhost: {
|
||||||
name: "Map Pin: Warrior's Grave",
|
name: "Map Pin: Warrior's Grave",
|
||||||
spoiler: "100 Geo: Iselda's Shop, acquire Dream Nail",
|
spoiler: "180 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
wiki: "Warrior_Dreams"
|
wiki: "Warrior_Dreams"
|
||||||
},
|
},
|
||||||
hasPinDreamPlant: {
|
hasPinDreamPlant: {
|
||||||
|
|
@ -6031,6 +6031,26 @@ var HK = {
|
||||||
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
wiki: "Whispering_Root"
|
wiki: "Whispering_Root"
|
||||||
},
|
},
|
||||||
|
hasMarker_r: {
|
||||||
|
name: "Map Pin: Shell Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_b: {
|
||||||
|
name: "Map Pin: Scarab Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_y: {
|
||||||
|
name: "Map Pin: Token Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_w: {
|
||||||
|
name: "Map Pin: Gleaming Marker",
|
||||||
|
spoiler: "210 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
hasPinGuardian: {
|
hasPinGuardian: {
|
||||||
name: "Map Pin: Dreamers",
|
name: "Map Pin: Dreamers",
|
||||||
spoiler: "Resting Grounds: Inspect the shrine",
|
spoiler: "Resting Grounds: Inspect the shrine",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2881,7 +2881,7 @@ const HK = {
|
||||||
},
|
},
|
||||||
hasPinGhost: {
|
hasPinGhost: {
|
||||||
name: "Map Pin: Warrior's Grave",
|
name: "Map Pin: Warrior's Grave",
|
||||||
spoiler: "100 Geo: Iselda's Shop, acquire Dream Nail",
|
spoiler: "180 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
wiki: "Warrior_Dreams"
|
wiki: "Warrior_Dreams"
|
||||||
},
|
},
|
||||||
hasPinDreamPlant: {
|
hasPinDreamPlant: {
|
||||||
|
|
@ -2889,6 +2889,26 @@ const HK = {
|
||||||
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
spoiler: "150 Geo: Iselda's Shop, acquire Dream Nail",
|
||||||
wiki: "Whispering_Root"
|
wiki: "Whispering_Root"
|
||||||
},
|
},
|
||||||
|
hasMarker_r: {
|
||||||
|
name: "Map Pin: Shell Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_b: {
|
||||||
|
name: "Map Pin: Scarab Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_y: {
|
||||||
|
name: "Map Pin: Token Marker",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
|
hasMarker_w: {
|
||||||
|
name: "Map Pin: Gleaming Marker",
|
||||||
|
spoiler: "210 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
||||||
|
wiki: "Iselda#Map_Pins"
|
||||||
|
},
|
||||||
hasPinGuardian: {
|
hasPinGuardian: {
|
||||||
name: "Map Pin: Dreamers",
|
name: "Map Pin: Dreamers",
|
||||||
spoiler: "Resting Grounds: Inspect the shrine",
|
spoiler: "Resting Grounds: Inspect the shrine",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue