add description to charms
This commit is contained in:
parent
0bcbd30e8f
commit
3986d42f94
6 changed files with 15 additions and 11 deletions
|
|
@ -2826,11 +2826,11 @@ var HK = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ################ Bosses ################### */
|
/* ################### Bosses ################### */
|
||||||
bosses: {
|
bosses: {
|
||||||
h2: "Bosses",
|
h2: "Bosses",
|
||||||
id: "hk-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,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
@ -2916,10 +2916,11 @@ var HK = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ################ Charms ################### */
|
/* #################### Charms ################### */
|
||||||
charms: {
|
charms: {
|
||||||
h2: "Charms",
|
h2: "Charms",
|
||||||
id: "hk-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,
|
percent: 0,
|
||||||
maxPercent: 36,
|
maxPercent: 36,
|
||||||
// reference: https://radiance.host/apidocs/Charms.html
|
// reference: https://radiance.host/apidocs/Charms.html
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -249,9 +249,10 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-description {
|
.section-description {
|
||||||
|
text-align: center;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
margin: 1.3rem;
|
margin: 1.3rem;
|
||||||
color: rgba(231, 251, 255, 1.0);
|
color: rgba(129, 221, 224, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-location-input {
|
#save-location-input {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -142,9 +142,10 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-description {
|
.section-description {
|
||||||
|
text-align: center;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
margin: 1.3rem;
|
margin: 0 1.3rem 1.3rem 1.3rem;
|
||||||
color: rgba(231, 251, 255, 1.0);
|
color: rgba(129, 221, 224, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-location-input {
|
#save-location-input {
|
||||||
|
|
|
||||||
|
|
@ -152,12 +152,12 @@ const HK = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ################ Bosses ################### */
|
/* ################### Bosses ################### */
|
||||||
|
|
||||||
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 (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,
|
percent: 0,
|
||||||
maxPercent: 14,
|
maxPercent: 14,
|
||||||
entries: {
|
entries: {
|
||||||
|
|
@ -242,11 +242,12 @@ const HK = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
/* ################ Charms ################### */
|
/* #################### Charms ################### */
|
||||||
|
|
||||||
charms: {
|
charms: {
|
||||||
h2: "Charms",
|
h2: "Charms",
|
||||||
id: "hk-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,
|
percent: 0,
|
||||||
maxPercent: 36,
|
maxPercent: 36,
|
||||||
// reference: https://radiance.host/apidocs/Charms.html
|
// reference: https://radiance.host/apidocs/Charms.html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue