journal description

This commit is contained in:
ReznoRMichael 2022-01-11 15:44:42 +01:00
parent 29046d9cac
commit a30f2da0a3
6 changed files with 38 additions and 4 deletions

View file

@ -4809,7 +4809,7 @@ var HK = {
huntersJournal: {
h2: "Hunter's Journal (Base)",
id: "hk-journal",
description: "All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.",
description: "All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements.<br>\n <i class=\"icon-ok-squared\"></i>= note completed.<br>\n <i class=\"icon-ok-squared partial\"></i>= entry discovered, but note not completed.<br>\n <i class=\"icon-cancel\"></i>= entry not yet discovered.<br>\n <b>(no.)</b> = amount left to complete note.",
percent: 0,
maxPercent: 146,
entries: {

File diff suppressed because one or more lines are too long

View file

@ -1123,6 +1123,21 @@ input[type="radio"]:focus:not(:focus-visible) + label {
-webkit-text-fill-color: transparent;
}
.t-green {
font-weight: 700;
color: #16c60c;
}
.t-red {
font-weight: 700;
color: #f03a17;
}
.t-gray {
font-weight: 700;
color: rgba(255, 255, 255, 0.18);
}
.test {
color: #59d1da;
}

File diff suppressed because one or more lines are too long

View file

@ -947,6 +947,21 @@ input[type="radio"]:focus:not(:focus-visible) + label {
-webkit-text-fill-color: transparent;
}
.t-green {
font-weight: 700;
color: #16c60c;
}
.t-red {
font-weight: 700;
color: #f03a17;
}
.t-gray {
font-weight: 700;
color: rgba(255, 255, 255, 0.18);
}
.test {
color: #59d1da;
}

View file

@ -1633,7 +1633,11 @@ const HK = {
huntersJournal: {
h2: "Hunter's Journal (Base)",
id: "hk-journal",
description: `All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements. There are more entries than base 146 (below), but they are completely optional. Green = note completed. Gray = entry discovered, but note not completed. Red = entry not yet discovered. (nr) = amount left to complete note.`,
description: `All 146 base Hunter's Journal entries that are required for Hunter's Mark and Keen Hunter/True Hunter achievements.<br>
<i class="icon-ok-squared"></i>= note completed.<br>
<i class="icon-ok-squared partial"></i>= entry discovered, but note not completed.<br>
<i class="icon-cancel"></i>= entry not yet discovered.<br>
<b>(no.)</b> = amount left to complete note.`,
percent: 0,
maxPercent: 146,
entries: {