add spells description
This commit is contained in:
parent
0e77caf70a
commit
c4879e02b5
3 changed files with 3 additions and 1 deletions
|
|
@ -3264,6 +3264,7 @@ var HK = {
|
||||||
spells: {
|
spells: {
|
||||||
h2: "Spells",
|
h2: "Spells",
|
||||||
id: "hk-spells",
|
id: "hk-spells",
|
||||||
|
description: "Skills that consume Soul. Each new spell learned or upgraded provides +1% to Game Completion Percentage.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 6,
|
maxPercent: 6,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -557,6 +557,7 @@ const HK = {
|
||||||
spells: {
|
spells: {
|
||||||
h2: "Spells",
|
h2: "Spells",
|
||||||
id: "hk-spells",
|
id: "hk-spells",
|
||||||
|
description: "Skills that consume Soul. Each new spell learned or upgraded provides +1% to Game Completion Percentage.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 6,
|
maxPercent: 6,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue