add description to charms

This commit is contained in:
ReznoRMichael 2021-07-12 23:21:21 +02:00
parent 0bcbd30e8f
commit 3986d42f94
6 changed files with 15 additions and 11 deletions

View file

@ -2826,11 +2826,11 @@ var HK = {
}
},
/* ################ Bosses ################### */
/* ################### Bosses ################### */
bosses: {
h2: "Bosses",
id: "hk-bosses",
description: "Bosses in this section are part of the Completion Percentage set by the game developers. Each boss from this list equals 1% Completion (to a total of 14%).",
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).",
percent: 0,
maxPercent: 14,
entries: {
@ -2916,10 +2916,11 @@ var HK = {
}
},
/* ################ Charms ################### */
/* #################### Charms ################### */
charms: {
h2: "Charms",
id: "hk-charms",
description: "Each Charm found in the game equals +1% to Game Completion Percentage. Note: 4 new Charms were added to the game in version 1.2.1.0. They are part of the Grimm Troupe Content Pack section below.",
percent: 0,
maxPercent: 36,
// reference: https://radiance.host/apidocs/Charms.html

File diff suppressed because one or more lines are too long

View file

@ -249,9 +249,10 @@ h6 {
}
.section-description {
text-align: center;
font-size: 0.8rem;
margin: 1.3rem;
color: rgba(231, 251, 255, 1.0);
color: rgba(129, 221, 224, 0.85);
}
#save-location-input {

File diff suppressed because one or more lines are too long

View file

@ -142,9 +142,10 @@ h6 {
}
.section-description {
text-align: center;
font-size: 0.8rem;
margin: 1.3rem;
color: rgba(231, 251, 255, 1.0);
margin: 0 1.3rem 1.3rem 1.3rem;
color: rgba(129, 221, 224, 0.85);
}
#save-location-input {

View file

@ -152,12 +152,12 @@ const HK = {
},
},
/* ################ Bosses ################### */
/* ################### Bosses ################### */
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%).",
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).",
percent: 0,
maxPercent: 14,
entries: {
@ -242,11 +242,12 @@ const HK = {
},
},
/* ################ Charms ################### */
/* #################### Charms ################### */
charms: {
h2: "Charms",
id: "hk-charms",
description: "Each Charm found in the game equals +1% to Game Completion Percentage. Note: 4 new Charms were added to the game in version 1.2.1.0. They are part of the Grimm Troupe Content Pack section below.",
percent: 0,
maxPercent: 36,
// reference: https://radiance.host/apidocs/Charms.html