add items to database

This commit is contained in:
ReznoRMichael 2022-01-18 20:19:34 +01:00
parent b9630f713e
commit b8e2971902
3 changed files with 43 additions and 1 deletions

View file

@ -6414,6 +6414,20 @@ var HK = {
id: "Shiny Item", id: "Shiny Item",
sceneName: "Fungus1_22", sceneName: "Fungus1_22",
wiki: "Wanderer%27s_Journal" wiki: "Wanderer%27s_Journal"
},
wanderersJournal3: {
name: "Wanderer's Journal #3",
spoiler: "Fungal Wastes: Below Shrumal Ogres",
id: "Shiny Item",
sceneName: "Fungus2_04",
wiki: "Wanderer%27s_Journal"
},
wanderersJournal4: {
name: "Wanderer's Journal #4",
spoiler: "Fungal Wastes: Room Above Mantis Village",
id: "Shiny Item",
sceneName: "Fungus2_17",
wiki: "Wanderer%27s_Journal"
} }
} }
}, },
@ -6444,6 +6458,13 @@ var HK = {
id: "Shiny Item", id: "Shiny Item",
sceneName: "Fungus1_10", sceneName: "Fungus1_10",
wiki: "Hallownest_Seal" wiki: "Hallownest_Seal"
},
hallownestSeal4: {
name: "Hallownest Seal #4",
spoiler: "Fungal Wastes: Right of Queen's Station",
id: "Shiny Item",
sceneName: "Fungus2_03",
wiki: "Hallownest_Seal"
} }
} }
}, },
@ -6499,6 +6520,13 @@ var HK = {
id: "hk-rancid-eggs", id: "hk-rancid-eggs",
description: "Rancid Eggs Description.", description: "Rancid Eggs Description.",
entries: { entries: {
rancidEgg1: {
name: "Rancid Egg #1",
spoiler: "Fungal Wastes: Fungal Core Upper Room",
id: "Shiny Item",
sceneName: "Fungus2_29",
wiki: "Rancid_Egg"
},
rancidEgg21: { rancidEgg21: {
name: "Rancid Egg #21", name: "Rancid Egg #21",
spoiler: "Royal Waterways: Tuk's free Egg", spoiler: "Royal Waterways: Tuk's free Egg",

File diff suppressed because one or more lines are too long

View file

@ -3249,6 +3249,13 @@ const HK = {
sceneName: "Fungus2_03", sceneName: "Fungus2_03",
wiki: "Hallownest_Seal" wiki: "Hallownest_Seal"
}, },
hallownestSeal5: {
name: "Hallownest Seal #5",
spoiler: "City of Tears: Open Air Rafters",
id: "Shiny Item",
sceneName: "Ruins1_03",
wiki: "Hallownest_Seal"
},
}, },
}, },
@ -3313,6 +3320,13 @@ const HK = {
sceneName: "Fungus2_29", sceneName: "Fungus2_29",
wiki: "Rancid_Egg" wiki: "Rancid_Egg"
}, },
rancidEgg2: {
name: "Rancid Egg #2",
spoiler: "City of Tears: Room Above Lemm",
id: "Shiny Item",
sceneName: "Ruins1_05",
wiki: "Rancid_Egg"
},
rancidEgg21: { rancidEgg21: {
name: "Rancid Egg #21", name: "Rancid Egg #21",
spoiler: "Royal Waterways: Tuk's free Egg", spoiler: "Royal Waterways: Tuk's free Egg",