add map pins to database

This commit is contained in:
ReznoRMichael 2021-08-03 12:47:32 +02:00
parent 04c1fbda43
commit c2dc2d06be
3 changed files with 13 additions and 13 deletions

View file

@ -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

View file

@ -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",