add percents beside h2 titles

This commit is contained in:
ReznoRMichael 2022-01-20 18:13:23 +01:00
parent cbe44af7ec
commit 92d8929bca
3 changed files with 45 additions and 1 deletions

View file

@ -6101,6 +6101,8 @@ var HK = {
h2: "Charm Notches", h2: "Charm Notches",
id: "hk-charm-notches", id: "hk-charm-notches",
description: "Charm Notches are required to equip Charms. They can be found in the game world, bought from Salubra or won from certain challenges.", description: "Charm Notches are required to equip Charms. They can be found in the game world, bought from Salubra or won from certain challenges.",
percent: 0,
maxPercent: 8,
entries: { entries: {
notchShroomOgres: { notchShroomOgres: {
name: "Charm Notch #1", name: "Charm Notch #1",
@ -6150,6 +6152,8 @@ var HK = {
h2: "Grubs", h2: "Grubs",
id: "hk-grubs", id: "hk-grubs",
description: "Grubs Description.", description: "Grubs Description.",
percent: 0,
maxPercent: 46,
entries: { entries: {
grub1: { grub1: {
name: "Grub #1", name: "Grub #1",
@ -6481,6 +6485,8 @@ var HK = {
h2: "Whispering Roots", h2: "Whispering Roots",
id: "hk-whispering-roots", id: "hk-whispering-roots",
description: "There are 15 Whispering Roots in the game, containing a total of 482 Essence. Whispering Root Pin from Iselda reveals the locations of every Whispering Root in an area after that area's Map has been purchased.", description: "There are 15 Whispering Roots in the game, containing a total of 482 Essence. Whispering Root Pin from Iselda reveals the locations of every Whispering Root in an area after that area's Map has been purchased.",
percent: 0,
maxPercent: 15,
entries: { entries: {
whisperingRoot1: { whisperingRoot1: {
name: "Whispering Root #1: 29 Orbs", name: "Whispering Root #1: 29 Orbs",
@ -6595,6 +6601,8 @@ var HK = {
h2: "Relics - Wanderer's Journal", h2: "Relics - Wanderer's Journal",
id: "hk-relics-journal", id: "hk-relics-journal",
description: "Relics - Wanderer's Journal Description.", description: "Relics - Wanderer's Journal Description.",
percent: 0,
maxPercent: 14,
entries: { entries: {
wanderersJournal1: { wanderersJournal1: {
name: "Wanderer's Journal #1", name: "Wanderer's Journal #1",
@ -6702,6 +6710,8 @@ var HK = {
h2: "Relics - Hallownest Seal", h2: "Relics - Hallownest Seal",
id: "hk-relics-seal", id: "hk-relics-seal",
description: "Relics - Hallownest Seal Description.", description: "Relics - Hallownest Seal Description.",
percent: 0,
maxPercent: 17,
entries: { entries: {
hallownestSeal1: { hallownestSeal1: {
name: "Hallownest Seal #1", name: "Hallownest Seal #1",
@ -6830,6 +6840,8 @@ var HK = {
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: "Relics - King's Idol Description.",
percent: 0,
maxPercent: 8,
entries: { entries: {
kingsIdol1: { kingsIdol1: {
name: "King's Idol #1", name: "King's Idol #1",
@ -6895,6 +6907,8 @@ var HK = {
h2: "Relics - Arcane Egg", h2: "Relics - Arcane Egg",
id: "hk-relics-egg", id: "hk-relics-egg",
description: "Relics - Arcane Egg Description.", description: "Relics - Arcane Egg Description.",
percent: 0,
maxPercent: 4,
entries: { entries: {
arcaneEgg1: { arcaneEgg1: {
name: "Arcane Egg #1", name: "Arcane Egg #1",
@ -6932,6 +6946,8 @@ var HK = {
h2: "Rancid Eggs", h2: "Rancid Eggs",
id: "hk-rancid-eggs", id: "hk-rancid-eggs",
description: "Rancid Eggs Description.", description: "Rancid Eggs Description.",
percent: 0,
maxPercent: 21,
entries: { entries: {
rancidEgg1: { rancidEgg1: {
name: "Rancid Egg #1", name: "Rancid Egg #1",
@ -7091,6 +7107,8 @@ var HK = {
h2: "Items", h2: "Items",
id: "hk-items", id: "hk-items",
description: "Items Description.", description: "Items Description.",
percent: 0,
maxPercent: 21,
entries: { entries: {
hasQuill: { hasQuill: {
name: "Quill", name: "Quill",
@ -7207,6 +7225,8 @@ var HK = {
h2: "Geo Chests", h2: "Geo Chests",
id: "hk-geo-chests", id: "hk-geo-chests",
description: "Geo Chests Description.", description: "Geo Chests Description.",
percent: 0,
maxPercent: 14,
entries: { entries: {
chest1: { chest1: {
name: "Chest #1: 200 Geo", name: "Chest #1: 200 Geo",
@ -7314,6 +7334,8 @@ var HK = {
h2: "Geo Rocks", h2: "Geo Rocks",
id: "hk-geo-rocks", id: "hk-geo-rocks",
description: "Geo Rocks Description.", description: "Geo Rocks Description.",
percent: 0,
maxPercent: 205,
entries: { entries: {
geoRock1: { geoRock1: {
name: "Geo Rock #1", name: "Geo Rock #1",

File diff suppressed because one or more lines are too long

View file

@ -2685,6 +2685,8 @@ const HK = {
h2: "Charm Notches", h2: "Charm Notches",
id: "hk-charm-notches", id: "hk-charm-notches",
description: `Charm Notches are required to equip Charms. They can be found in the game world, bought from Salubra or won from certain challenges.`, description: `Charm Notches are required to equip Charms. They can be found in the game world, bought from Salubra or won from certain challenges.`,
percent: 0,
maxPercent: 8,
entries: { entries: {
notchShroomOgres: { notchShroomOgres: {
name: "Charm Notch #1", name: "Charm Notch #1",
@ -2735,6 +2737,8 @@ const HK = {
h2: "Grubs", h2: "Grubs",
id: "hk-grubs", id: "hk-grubs",
description: `Grubs Description.`, description: `Grubs Description.`,
percent: 0,
maxPercent: 46,
entries: { entries: {
grub1: { grub1: {
name: "Grub #1", name: "Grub #1",
@ -3067,6 +3071,8 @@ const HK = {
h2: "Whispering Roots", h2: "Whispering Roots",
id: "hk-whispering-roots", id: "hk-whispering-roots",
description: `There are 15 Whispering Roots in the game, containing a total of 482 Essence. Whispering Root Pin from Iselda reveals the locations of every Whispering Root in an area after that area's Map has been purchased.`, description: `There are 15 Whispering Roots in the game, containing a total of 482 Essence. Whispering Root Pin from Iselda reveals the locations of every Whispering Root in an area after that area's Map has been purchased.`,
percent: 0,
maxPercent: 15,
entries: { entries: {
whisperingRoot1: { whisperingRoot1: {
name: "Whispering Root #1: 29 Orbs", name: "Whispering Root #1: 29 Orbs",
@ -3182,6 +3188,8 @@ const HK = {
h2: "Relics - Wanderer's Journal", h2: "Relics - Wanderer's Journal",
id: "hk-relics-journal", id: "hk-relics-journal",
description: `Relics - Wanderer's Journal Description.`, description: `Relics - Wanderer's Journal Description.`,
percent: 0,
maxPercent: 14,
entries: { entries: {
wanderersJournal1: { wanderersJournal1: {
name: "Wanderer's Journal #1", name: "Wanderer's Journal #1",
@ -3290,6 +3298,8 @@ const HK = {
h2: "Relics - Hallownest Seal", h2: "Relics - Hallownest Seal",
id: "hk-relics-seal", id: "hk-relics-seal",
description: `Relics - Hallownest Seal Description.`, description: `Relics - Hallownest Seal Description.`,
percent: 0,
maxPercent: 17,
entries: { entries: {
hallownestSeal1: { hallownestSeal1: {
name: "Hallownest Seal #1", name: "Hallownest Seal #1",
@ -3419,6 +3429,8 @@ const HK = {
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: `Relics - King's Idol Description.`,
percent: 0,
maxPercent: 8,
entries: { entries: {
kingsIdol1: { kingsIdol1: {
name: "King's Idol #1", name: "King's Idol #1",
@ -3485,6 +3497,8 @@ const HK = {
h2: "Relics - Arcane Egg", h2: "Relics - Arcane Egg",
id: "hk-relics-egg", id: "hk-relics-egg",
description: `Relics - Arcane Egg Description.`, description: `Relics - Arcane Egg Description.`,
percent: 0,
maxPercent: 4,
entries: { entries: {
arcaneEgg1: { arcaneEgg1: {
name: "Arcane Egg #1", name: "Arcane Egg #1",
@ -3523,6 +3537,8 @@ const HK = {
h2: "Rancid Eggs", h2: "Rancid Eggs",
id: "hk-rancid-eggs", id: "hk-rancid-eggs",
description: `Rancid Eggs Description.`, description: `Rancid Eggs Description.`,
percent: 0,
maxPercent: 21,
entries: { entries: {
rancidEgg1: { rancidEgg1: {
name: "Rancid Egg #1", name: "Rancid Egg #1",
@ -3683,6 +3699,8 @@ const HK = {
h2: "Items", h2: "Items",
id: "hk-items", id: "hk-items",
description: `Items Description.`, description: `Items Description.`,
percent: 0,
maxPercent: 21,
entries: { entries: {
hasQuill: { hasQuill: {
name: "Quill", name: "Quill",
@ -3800,6 +3818,8 @@ const HK = {
h2: "Geo Chests", h2: "Geo Chests",
id: "hk-geo-chests", id: "hk-geo-chests",
description: `Geo Chests Description.`, description: `Geo Chests Description.`,
percent: 0,
maxPercent: 14,
entries: { entries: {
chest1: { chest1: {
name: "Chest #1: 200 Geo", name: "Chest #1: 200 Geo",
@ -3908,6 +3928,8 @@ const HK = {
h2: "Geo Rocks", h2: "Geo Rocks",
id: "hk-geo-rocks", id: "hk-geo-rocks",
description: `Geo Rocks Description.`, description: `Geo Rocks Description.`,
percent: 0,
maxPercent: 205,
entries: { entries: {
geoRock1: { geoRock1: {
name: "Geo Rock #1", name: "Geo Rock #1",