Stats/CombatRatings

* define magic numbers from combat ratings
 * move forgotten rating base values from Util to Stats
 * fix localized rating strings for item and spell tooltips (expected float, got string)
 * some cleanup in item/spell types to make it more clear when an internal stat is being handled, not an itemMod or combatRating
This commit is contained in:
Sarjuuk
2024-06-18 15:31:52 +02:00
parent e164023b8a
commit 7e0be11323
11 changed files with 280 additions and 224 deletions

View File

@@ -1801,7 +1801,7 @@ $lang = array(
'block' => "Блок: %s",
'charges' => "%d |4заряд:заряда:зарядов;",
'locked' => "Заперто",
'ratingString' => '<!--rtg%%%1$d-->%2$.2F%%&nbsp;на&nbsp;<!--lvl-->%3$d&nbsp;ур.',
'ratingString' => '<!--rtg%%%1$d-->%2$s&nbsp;на&nbsp;<!--lvl-->%3$d&nbsp;ур.',
'heroic' => "Героический",
'startQuest' => "Этот предмет позволяет получить задание.",
'bagSlotString' => '%2$s (%1$d |4ячейка:ячейки:ячеек;)',