add Lifeblood description
This commit is contained in:
parent
40fefc0371
commit
c1a6e2d615
3 changed files with 5 additions and 3 deletions
|
|
@ -3622,7 +3622,7 @@ var HK = {
|
||||||
grimmTroupe: {
|
grimmTroupe: {
|
||||||
h2: "Grimm Troupe Content Pack",
|
h2: "Grimm Troupe Content Pack",
|
||||||
id: "hk-grimmtroupe",
|
id: "hk-grimmtroupe",
|
||||||
description: "The first Content Pack. Released October 26th, 2017 (1.2.1.0 game update). It added additional +6% to max Game Completion Percentage. Note: It requires making a choice, but no matter what you will choose, you will still get the same +1%.",
|
description: "The first Content Pack. Released October 26th, 2017 (1.2.1.0 Game Update). It added additional +6% to max Game Completion Percentage. Note: It requires making a choice, but no matter what you will choose, you will still get the same +1%.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 6,
|
maxPercent: 6,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
@ -3687,6 +3687,7 @@ var HK = {
|
||||||
lifeblood: {
|
lifeblood: {
|
||||||
h2: "Lifeblood Content Pack",
|
h2: "Lifeblood Content Pack",
|
||||||
id: "hk-lifeblood",
|
id: "hk-lifeblood",
|
||||||
|
description: "The second Content Pack. Released April 20th, 2018 (1.3.1.5 Game Update). Among many quality changes, it added one new boss, which increased the max Game Completion Percentage by +1%.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 1,
|
maxPercent: 1,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -918,7 +918,7 @@ const HK = {
|
||||||
grimmTroupe: {
|
grimmTroupe: {
|
||||||
h2: "Grimm Troupe Content Pack",
|
h2: "Grimm Troupe Content Pack",
|
||||||
id: "hk-grimmtroupe",
|
id: "hk-grimmtroupe",
|
||||||
description: "The first Content Pack. Released October 26th, 2017 (1.2.1.0 game update). It added additional +6% to max Game Completion Percentage. Note: It requires making a choice, but no matter what you will choose, you will still get the same +1%.",
|
description: "The first Content Pack. Released October 26th, 2017 (1.2.1.0 Game Update). It added additional +6% to max Game Completion Percentage. Note: It requires making a choice, but no matter what you will choose, you will still get the same +1%.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 6,
|
maxPercent: 6,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
@ -984,6 +984,7 @@ const HK = {
|
||||||
lifeblood: {
|
lifeblood: {
|
||||||
h2: "Lifeblood Content Pack",
|
h2: "Lifeblood Content Pack",
|
||||||
id: "hk-lifeblood",
|
id: "hk-lifeblood",
|
||||||
|
description: "The second Content Pack. Released April 20th, 2018 (1.3.1.5 Game Update). Among many quality changes, it added one new boss, which increased the max Game Completion Percentage by +1%.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 1,
|
maxPercent: 1,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue