add World Sense ability
This commit is contained in:
parent
a4e9d59b1e
commit
b540bccf87
3 changed files with 11 additions and 1 deletions
|
|
@ -4258,6 +4258,11 @@ var HK = {
|
||||||
h2: "Game Statistics",
|
h2: "Game Statistics",
|
||||||
id: "hk-statistics",
|
id: "hk-statistics",
|
||||||
entries: {
|
entries: {
|
||||||
|
unlockedCompletionRate: {
|
||||||
|
name: "World Sense Ability",
|
||||||
|
spoiler: "Temple of the Black Egg: Lore Tablet",
|
||||||
|
wiki: "World_Sense"
|
||||||
|
},
|
||||||
journalEntriesCompleted: {
|
journalEntriesCompleted: {
|
||||||
name: "Creatures Encountered",
|
name: "Creatures Encountered",
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1538,6 +1538,11 @@ const HK = {
|
||||||
h2: "Game Statistics",
|
h2: "Game Statistics",
|
||||||
id: "hk-statistics",
|
id: "hk-statistics",
|
||||||
entries: {
|
entries: {
|
||||||
|
unlockedCompletionRate: {
|
||||||
|
name: "World Sense Ability",
|
||||||
|
spoiler: "Temple of the Black Egg: Lore Tablet",
|
||||||
|
wiki: "World_Sense"
|
||||||
|
},
|
||||||
journalEntriesCompleted: {
|
journalEntriesCompleted: {
|
||||||
name: "Creatures Encountered",
|
name: "Creatures Encountered",
|
||||||
spoiler: "Hunter's Journal (164 max)",
|
spoiler: "Hunter's Journal (164 max)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue