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 Block", // SHIELD_BLOCK_TEMPLATE
|
||||
'charges' => "%d |4Charge:Charges;", // ITEM_SPELL_CHARGES
|
||||
'locked' => "Locked", // LOCKED
|
||||
'ratingString' => '<!--rtg%%%1$d-->%2$.2F%% @ L<!--lvl-->%3$d',
|
||||
'ratingString' => '<!--rtg%%%1$d-->%2$s @ L<!--lvl-->%3$d',
|
||||
'heroic' => "Heroic", // ITEM_HEROIC
|
||||
'startQuest' => "This Item Begins a Quest", // ITEM_STARTS_QUEST
|
||||
'bagSlotString' => "%d Slot %s", // CONTAINER_SLOTS
|
||||
|
||||
Reference in New Issue
Block a user