add spoiler-span to boss description
This commit is contained in:
parent
0f436e5480
commit
7f2dbb6161
3 changed files with 3 additions and 3 deletions
|
|
@ -2901,7 +2901,7 @@ var HK = {
|
||||||
bosses: {
|
bosses: {
|
||||||
h2: "Bosses",
|
h2: "Bosses",
|
||||||
id: "hk-bosses",
|
id: "hk-bosses",
|
||||||
description: "Bosses in this section are part of the Game Completion Percentage set by the game developers. Each boss from this list equals +1% Completion. Note: There are many other bosses in the game, some don't count towards % (see below). P1-4 means increasing difficulty as well as which <span class='blurred'>Pantheon</span> it unlocks.",
|
description: "Bosses in this section are part of the Game Completion Percentage set by the game developers. Each boss from this list equals +1% Completion. Note: There are many other bosses in the game, some don't count towards % (see below). P1-4 means increasing difficulty as well as which <span class='spoiler-span blurred'>Pantheon</span> it unlocks.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -165,7 +165,7 @@ const HK = {
|
||||||
bosses: {
|
bosses: {
|
||||||
h2: "Bosses",
|
h2: "Bosses",
|
||||||
id: "hk-bosses",
|
id: "hk-bosses",
|
||||||
description: "Bosses in this section are part of the Game Completion Percentage set by the game developers. Each boss from this list equals +1% Completion. Note: There are many other bosses in the game, some don't count towards % (see below). P1-4 means increasing difficulty as well as which <span class='blurred'>Pantheon</span> it unlocks.",
|
description: "Bosses in this section are part of the Game Completion Percentage set by the game developers. Each boss from this list equals +1% Completion. Note: There are many other bosses in the game, some don't count towards % (see below). P1-4 means increasing difficulty as well as which <span class='spoiler-span blurred'>Pantheon</span> it unlocks.",
|
||||||
percent: 0,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue