made arcane egg to max 4 again
This commit is contained in:
parent
7e43a84aad
commit
3f6a86a423
4 changed files with 6 additions and 3 deletions
|
|
@ -116,6 +116,9 @@ If you like the tool and wish it developed further with more functions and easie
|
||||||
✅ change: Moved Creatures Encountered and Hunter Notes Completed to Game Statistics (not all 164 entries are required for the achievements)
|
✅ change: Moved Creatures Encountered and Hunter Notes Completed to Game Statistics (not all 164 entries are required for the achievements)
|
||||||
✅ addition: Journal: Flukemunga (needed for Keen Hunter/True Hunter achievements)
|
✅ addition: Journal: Flukemunga (needed for Keen Hunter/True Hunter achievements)
|
||||||
|
|
||||||
|
— **Game Statistics** changes/additions:
|
||||||
|
✅ addition: Lifeblood Core Room Arcane Egg (the only missable relic in the game)
|
||||||
|
|
||||||
* v1.4.1 2021-03-16:
|
* v1.4.1 2021-03-16:
|
||||||
|
|
||||||
— **Game Completion Essentials** additions:
|
— **Game Completion Essentials** additions:
|
||||||
|
|
|
||||||
|
|
@ -4360,7 +4360,7 @@ var HK = {
|
||||||
nameHeld: "trinket4",
|
nameHeld: "trinket4",
|
||||||
nameSold: "soldTrinket4",
|
nameSold: "soldTrinket4",
|
||||||
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
|
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
|
||||||
max: 3,
|
max: 4,
|
||||||
wiki: "Arcane_Egg"
|
wiki: "Arcane_Egg"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1615,7 +1615,7 @@ const HK = {
|
||||||
nameHeld: "trinket4",
|
nameHeld: "trinket4",
|
||||||
nameSold: "soldTrinket4",
|
nameSold: "soldTrinket4",
|
||||||
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
|
spoiler: "Arcane Egg (4 Eggs max, 1 missable)",
|
||||||
max: 3,
|
max: 4,
|
||||||
wiki: "Arcane_Egg"
|
wiki: "Arcane_Egg"
|
||||||
},
|
},
|
||||||
/* "id": "Shiny Item (1)",
|
/* "id": "Shiny Item (1)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue