charms description

This commit is contained in:
ReznoRMichael 2022-01-11 17:12:12 +01:00
parent 2adbebdbf6
commit e8cab084d0
3 changed files with 4 additions and 3 deletions

View file

@ -3416,7 +3416,7 @@ var HK = {
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.", description: "Each Charm found in the game provides 1% Game Completion.<br>\n Note: 4 new Charms were added to the game in <a href=\"https://steamcommunity.com/app/367520/discussions/0/1480982338946444782/\" target=\"_blank\" title=\"See the official Patch Notes.\">patch version 1.2.1.0</a> (October 26th, 2017). 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

View file

@ -269,7 +269,8 @@ const HK = {
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.", description: `Each Charm found in the game provides 1% Game Completion.<br>
Note: 4 new Charms were added to the game in <a href="https://steamcommunity.com/app/367520/discussions/0/1480982338946444782/" target="_blank" title="See the official Patch Notes.">patch version 1.2.1.0</a> (October 26th, 2017). 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