update Relics descriptions
This commit is contained in:
parent
05a214a372
commit
0fa63dc02b
3 changed files with 6 additions and 5 deletions
|
|
@ -6709,7 +6709,7 @@ var HK = {
|
||||||
relicsHallownestSeal: {
|
relicsHallownestSeal: {
|
||||||
h2: "Relics - Hallownest Seal",
|
h2: "Relics - Hallownest Seal",
|
||||||
id: "hk-relics-seal",
|
id: "hk-relics-seal",
|
||||||
description: "Official symbols of the Pale King and the Five Great Knights. The seals can be found in various locations throughout the world. Can be sold to Relic Seeker Lemm for 450 Geo.<br>\n 17 x 450 = 7650 Geo Total.",
|
description: "Official symbols of the Pale King and the Five Great Knights. The seals can be found in various locations throughout the world. Can be sold to Relic Seeker Lemm for 450 Geo. Seal #16 is missable when a player enters the <span class=\"spoiler-span blurred\">Beast's Den</span> through the secret path without <span class=\"spoiler-span blurred\">being trapped by using the bench</span>.<br>\n 17 x 450 = 7650 Geo Total.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 17,
|
maxPercent: 17,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
@ -6839,7 +6839,7 @@ var HK = {
|
||||||
relicsKingsIdol: {
|
relicsKingsIdol: {
|
||||||
h2: "Relics - King's Idol",
|
h2: "Relics - King's Idol",
|
||||||
id: "hk-relics-idol",
|
id: "hk-relics-idol",
|
||||||
description: "Relics - King's Idol Description.",
|
description: "Idols made of a mysterious white metal that depict the Pale King. They are found in various locations throughout Hallownest. Can be sold to Relic Seeker Lemm for 800 Geo.<br>\n 8 x 800 = 6400 Geo Total.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 8,
|
maxPercent: 8,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -3299,7 +3299,7 @@ const HK = {
|
||||||
relicsHallownestSeal: {
|
relicsHallownestSeal: {
|
||||||
h2: "Relics - Hallownest Seal",
|
h2: "Relics - Hallownest Seal",
|
||||||
id: "hk-relics-seal",
|
id: "hk-relics-seal",
|
||||||
description: `Official symbols of the Pale King and the Five Great Knights. The seals can be found in various locations throughout the world. Can be sold to Relic Seeker Lemm for 450 Geo.<br>
|
description: `Official symbols of the Pale King and the Five Great Knights. The seals can be found in various locations throughout the world. Can be sold to Relic Seeker Lemm for 450 Geo. Seal #16 is missable when a player enters the <span class="spoiler-span blurred">Beast's Den</span> through the secret path without <span class="spoiler-span blurred">being trapped by using the bench</span>.<br>
|
||||||
17 x 450 = 7650 Geo Total.`,
|
17 x 450 = 7650 Geo Total.`,
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 17,
|
maxPercent: 17,
|
||||||
|
|
@ -3431,7 +3431,8 @@ const HK = {
|
||||||
relicsKingsIdol: {
|
relicsKingsIdol: {
|
||||||
h2: "Relics - King's Idol",
|
h2: "Relics - King's Idol",
|
||||||
id: "hk-relics-idol",
|
id: "hk-relics-idol",
|
||||||
description: `Relics - King's Idol Description.`,
|
description: `Idols made of a mysterious white metal that depict the Pale King. They are found in various locations throughout Hallownest. Can be sold to Relic Seeker Lemm for 800 Geo.<br>
|
||||||
|
8 x 800 = 6400 Geo Total.`,
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 8,
|
maxPercent: 8,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue