add map pins to database
This commit is contained in:
parent
04c1fbda43
commit
c2dc2d06be
3 changed files with 13 additions and 13 deletions
12
build/app.js
12
build/app.js
|
|
@ -6031,6 +6031,11 @@ 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"
|
||||||
},
|
},
|
||||||
|
hasPinTram: {
|
||||||
|
name: "Map Pin: Tram",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Tram Pass",
|
||||||
|
wiki: "Tram"
|
||||||
|
},
|
||||||
hasMarker_r: {
|
hasMarker_r: {
|
||||||
name: "Map Pin: Shell Marker",
|
name: "Map Pin: Shell Marker",
|
||||||
spoiler: "100 Geo: Iselda's Shop",
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
|
@ -6048,7 +6053,7 @@ var HK = {
|
||||||
},
|
},
|
||||||
hasMarker_w: {
|
hasMarker_w: {
|
||||||
name: "Map Pin: Gleaming Marker",
|
name: "Map Pin: Gleaming Marker",
|
||||||
spoiler: "210 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
spoiler: "210 Geo: Iselda, acquire Mothwing Cloak",
|
||||||
wiki: "Iselda#Map_Pins"
|
wiki: "Iselda#Map_Pins"
|
||||||
},
|
},
|
||||||
hasPinGuardian: {
|
hasPinGuardian: {
|
||||||
|
|
@ -6056,11 +6061,6 @@ var HK = {
|
||||||
spoiler: "Resting Grounds: Inspect the shrine",
|
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: {
|
hasPinBlackEgg: {
|
||||||
name: "Map Pin: Temple of the Black Egg",
|
name: "Map Pin: Temple of the Black Egg",
|
||||||
spoiler: "City of Tears: Inspect fountain",
|
spoiler: "City of Tears: Inspect fountain",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2889,6 +2889,11 @@ 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"
|
||||||
},
|
},
|
||||||
|
hasPinTram: {
|
||||||
|
name: "Map Pin: Tram",
|
||||||
|
spoiler: "100 Geo: Iselda's Shop, acquire Tram Pass",
|
||||||
|
wiki: "Tram"
|
||||||
|
},
|
||||||
hasMarker_r: {
|
hasMarker_r: {
|
||||||
name: "Map Pin: Shell Marker",
|
name: "Map Pin: Shell Marker",
|
||||||
spoiler: "100 Geo: Iselda's Shop",
|
spoiler: "100 Geo: Iselda's Shop",
|
||||||
|
|
@ -2906,7 +2911,7 @@ const HK = {
|
||||||
},
|
},
|
||||||
hasMarker_w: {
|
hasMarker_w: {
|
||||||
name: "Map Pin: Gleaming Marker",
|
name: "Map Pin: Gleaming Marker",
|
||||||
spoiler: "210 Geo: Iselda's Shop, acquire Mothwing Cloak",
|
spoiler: "210 Geo: Iselda, acquire Mothwing Cloak",
|
||||||
wiki: "Iselda#Map_Pins"
|
wiki: "Iselda#Map_Pins"
|
||||||
},
|
},
|
||||||
hasPinGuardian: {
|
hasPinGuardian: {
|
||||||
|
|
@ -2914,11 +2919,6 @@ const HK = {
|
||||||
spoiler: "Resting Grounds: Inspect the shrine",
|
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: {
|
hasPinBlackEgg: {
|
||||||
name: "Map Pin: Temple of the Black Egg",
|
name: "Map Pin: Temple of the Black Egg",
|
||||||
spoiler: "City of Tears: Inspect fountain",
|
spoiler: "City of Tears: Inspect fountain",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue