add charm notches to db

This commit is contained in:
ReznoRMichael 2022-01-14 23:28:41 +01:00
parent 281b66bace
commit 64daf2f576
3 changed files with 100 additions and 81 deletions

View file

@ -5892,6 +5892,55 @@ var HK = {
} }
}, },
/* ###################################### Collectibles: Charm Notches ############################################## */
charmNotches: {
h2: "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.",
entries: {
notchShroomOgres: {
name: "Charm Notch #1",
spoiler: "Fungal Wastes: Shroom Ogres room",
wiki: "Category:Charms#Notches"
},
salubraNotch1: {
name: "Charm Notch #2",
spoiler: "Salubra: 120 Geo + 5 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch2: {
name: "Charm Notch #3",
spoiler: "Salubra: 500 Geo + 10 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch3: {
name: "Charm Notch #4",
spoiler: "Salubra: 900 Geo + 18 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch4: {
name: "Charm Notch #5",
spoiler: "Salubra: 1400 Geo + 25 Charms found",
wiki: "Category:Charms#Notches"
},
colosseumBronzeCompleted: {
name: "Charm Notch #6",
spoiler: "Colosseum of Fools: Trial of the Warrior",
wiki: "Category:Charms#Notches"
},
notchFogCanyon: {
name: "Charm Notch #7",
spoiler: "Fog Canyon: explosive eggs room",
wiki: "Category:Charms#Notches"
},
gotGrimmNotch: {
name: "Charm Notch #8",
spoiler: "Dirtmouth: Troupe Leader Grimm",
wiki: "Category:Charms#Notches"
}
}
},
/* ################ Game Statistics ################### */ /* ################ Game Statistics ################### */
statistics: { statistics: {
h2: "Game Statistics", h2: "Game Statistics",
@ -6030,46 +6079,6 @@ var HK = {
activated: 0, activated: 0,
discoveredTotal: 0 discoveredTotal: 0
}, },
notchShroomOgres: {
name: "Charm Notch #1",
spoiler: "Fungal Wastes: Shroom Ogres room",
wiki: "Category:Charms#Notches"
},
salubraNotch1: {
name: "Charm Notch #2",
spoiler: "Salubra: 120 Geo + 5 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch2: {
name: "Charm Notch #3",
spoiler: "Salubra: 500 Geo + 10 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch3: {
name: "Charm Notch #4",
spoiler: "Salubra: 900 Geo + 18 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch4: {
name: "Charm Notch #5",
spoiler: "Salubra: 1400 Geo + 25 Charms found",
wiki: "Category:Charms#Notches"
},
colosseumBronzeCompleted: {
name: "Charm Notch #6",
spoiler: "Colosseum of Fools: Trial of the Warrior",
wiki: "Category:Charms#Notches"
},
notchFogCanyon: {
name: "Charm Notch #7",
spoiler: "Fog Canyon: explosive eggs room",
wiki: "Category:Charms#Notches"
},
gotGrimmNotch: {
name: "Charm Notch #8",
spoiler: "Dirtmouth: Troupe Leader Grimm",
wiki: "Category:Charms#Notches"
},
hasQuill: { hasQuill: {
name: "Quill", name: "Quill",
spoiler: "120 Geo: Iselda's Shop, updates map with explored areas", spoiler: "120 Geo: Iselda's Shop, updates map with explored areas",

File diff suppressed because one or more lines are too long

View file

@ -2679,6 +2679,56 @@ const HK = {
}, },
}, },
/* ###################################### Collectibles: Charm Notches ############################################## */
charmNotches: {
h2: "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.`,
entries: {
notchShroomOgres: {
name: "Charm Notch #1",
spoiler: "Fungal Wastes: Shroom Ogres room",
wiki: "Category:Charms#Notches"
},
salubraNotch1: {
name: "Charm Notch #2",
spoiler: "Salubra: 120 Geo + 5 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch2: {
name: "Charm Notch #3",
spoiler: "Salubra: 500 Geo + 10 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch3: {
name: "Charm Notch #4",
spoiler: "Salubra: 900 Geo + 18 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch4: {
name: "Charm Notch #5",
spoiler: "Salubra: 1400 Geo + 25 Charms found",
wiki: "Category:Charms#Notches"
},
colosseumBronzeCompleted: {
name: "Charm Notch #6",
spoiler: "Colosseum of Fools: Trial of the Warrior",
wiki: "Category:Charms#Notches"
},
notchFogCanyon: {
name: "Charm Notch #7",
spoiler: "Fog Canyon: explosive eggs room",
wiki: "Category:Charms#Notches"
},
gotGrimmNotch: {
name: "Charm Notch #8",
spoiler: "Dirtmouth: Troupe Leader Grimm",
wiki: "Category:Charms#Notches"
},
},
},
/* ################ Game Statistics ################### */ /* ################ Game Statistics ################### */
statistics: { statistics: {
@ -2816,46 +2866,6 @@ const HK = {
activated: 0, activated: 0,
discoveredTotal: 0 discoveredTotal: 0
}, },
notchShroomOgres: {
name: "Charm Notch #1",
spoiler: "Fungal Wastes: Shroom Ogres room",
wiki: "Category:Charms#Notches"
},
salubraNotch1: {
name: "Charm Notch #2",
spoiler: "Salubra: 120 Geo + 5 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch2: {
name: "Charm Notch #3",
spoiler: "Salubra: 500 Geo + 10 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch3: {
name: "Charm Notch #4",
spoiler: "Salubra: 900 Geo + 18 Charms found",
wiki: "Category:Charms#Notches"
},
salubraNotch4: {
name: "Charm Notch #5",
spoiler: "Salubra: 1400 Geo + 25 Charms found",
wiki: "Category:Charms#Notches"
},
colosseumBronzeCompleted: {
name: "Charm Notch #6",
spoiler: "Colosseum of Fools: Trial of the Warrior",
wiki: "Category:Charms#Notches"
},
notchFogCanyon: {
name: "Charm Notch #7",
spoiler: "Fog Canyon: explosive eggs room",
wiki: "Category:Charms#Notches"
},
gotGrimmNotch: {
name: "Charm Notch #8",
spoiler: "Dirtmouth: Troupe Leader Grimm",
wiki: "Category:Charms#Notches"
},
hasQuill: { hasQuill: {
name: "Quill", name: "Quill",
spoiler: "120 Geo: Iselda's Shop, updates map with explored areas", spoiler: "120 Geo: Iselda's Shop, updates map with explored areas",