add equipment description
This commit is contained in:
parent
3986d42f94
commit
714cca91ec
5 changed files with 7 additions and 5 deletions
|
|
@ -2830,7 +2830,7 @@ var HK = {
|
|||
bosses: {
|
||||
h2: "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 (to a total of 14%). Note: There are many other bosses in the game (see below).",
|
||||
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).",
|
||||
percent: 0,
|
||||
maxPercent: 14,
|
||||
entries: {
|
||||
|
|
@ -3153,6 +3153,7 @@ var HK = {
|
|||
equipment: {
|
||||
h2: "Equipment",
|
||||
id: "hk-equipment",
|
||||
description: "Also known as Abilities. Each piece of equipment collected provides +2% to Game Completion Percentage.",
|
||||
percent: 0,
|
||||
maxPercent: 14,
|
||||
entries: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -251,7 +251,7 @@ h6 {
|
|||
.section-description {
|
||||
text-align: center;
|
||||
font-size: 0.8rem;
|
||||
margin: 1.3rem;
|
||||
margin: 0 1.3rem 1.3rem 1.3rem;
|
||||
color: rgba(129, 221, 224, 0.85);
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -157,7 +157,7 @@ const HK = {
|
|||
bosses: {
|
||||
h2: "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 (to a total of 14%). Note: There are many other bosses in the game (see below).",
|
||||
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).",
|
||||
percent: 0,
|
||||
maxPercent: 14,
|
||||
entries: {
|
||||
|
|
@ -444,6 +444,7 @@ const HK = {
|
|||
equipment: {
|
||||
h2: "Equipment",
|
||||
id: "hk-equipment",
|
||||
description: "Also known as Abilities. Each piece of equipment collected provides +2% to Game Completion Percentage.",
|
||||
percent: 0,
|
||||
maxPercent: 14,
|
||||
entries: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue