Massive Moss Charger essentials
This commit is contained in:
parent
5edf09789d
commit
05c5487c39
4 changed files with 13 additions and 1 deletions
|
|
@ -95,6 +95,8 @@ If you like the tool and wish it developed further with more functions and easie
|
|||
|
||||
* Upcoming:
|
||||
|
||||
— Massive Moss Charger
|
||||
|
||||
— Interactables Not Activated, Activated and Discovered Total.
|
||||
|
||||
— Polyfills for most browsers
|
||||
|
|
|
|||
|
|
@ -3450,6 +3450,11 @@ var HK = {
|
|||
spoiler: "Pale King, White Palace",
|
||||
wiki: "Kingsoul#How_to_Acquire"
|
||||
},
|
||||
killedMegaMossCharger: {
|
||||
name: "P#1 Massive Moss Charger",
|
||||
spoiler: "Greenpath, near Fog Canyon",
|
||||
wiki: "Massive_Moss_Charger"
|
||||
},
|
||||
nightmareLanternLit: {
|
||||
name: "Nightmare Lantern Lit",
|
||||
spoiler: "Howling Cliffs, corpse of a large bug",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -979,6 +979,11 @@ const HK = {
|
|||
name: "Nightmare Lantern Lit",
|
||||
spoiler: "Howling Cliffs, corpse of a large bug",
|
||||
wiki: "Howling_Cliffs#Nightmare_Lantern_Chamber"
|
||||
},
|
||||
killedMegaMossCharger: {
|
||||
name: "P#1 Massive Moss Charger",
|
||||
spoiler: "Greenpath, near Fog Canyon",
|
||||
wiki: "Massive_Moss_Charger"
|
||||
}
|
||||
},
|
||||
GRUBS_LIST: ["Crossroads_35", "Crossroads_03", "Crossroads_05", "Crossroads_48", "Crossroads_31", "Fungus1_06", "Fungus1_07", "Fungus1_21", "Fungus1_28", "Fungus2_18", "Ruins1_05", "Mines_04", "Mines_03", "Mines_31", "Mines_19", "Ruins1_32", "RestingGrounds_10", "Ruins_House_01", "Mines_35", "Mines_16", "Waterways_04", "Waterways_13", "Abyss_19", "Abyss_17", "Mines_24", "Fungus1_13", "Fungus3_47", "Fungus3_10", "Fungus3_48", "Fungus3_22", "Ruins2_07", "Ruins2_11", "Ruins2_11", "Ruins2_11", "Deepnest_East_11", "Deepnest_East_14", "Fungus2_20", "Ruins2_03", "Deepnest_36", "Deepnest_03", "Deepnest_31", "Deepnest_39", "Deepnest_Spider_Town", "Waterways_14", "Hive_03", "Hive_04"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue