mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -1801,7 +1801,7 @@ $lang = array(
|
||||
'block' => "Блок: %s",
|
||||
'charges' => "%d |4заряд:заряда:зарядов;",
|
||||
'locked' => "Заперто",
|
||||
'ratingString' => '<!--rtg%%%1$d-->%2$.2F%% на <!--lvl-->%3$d ур.',
|
||||
'ratingString' => '<!--rtg%%%1$d-->%2$s на <!--lvl-->%3$d ур.',
|
||||
'heroic' => "Героический",
|
||||
'startQuest' => "Этот предмет позволяет получить задание.",
|
||||
'bagSlotString' => '%2$s (%1$d |4ячейка:ячейки:ячеек;)',
|
||||
|
||||
Reference in New Issue
Block a user