mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells/Misc
* limit chance/ppm precision on spell procs chances * do not apply a spells EffectXBonusMultiplier for physical spells
This commit is contained in:
@@ -1661,8 +1661,8 @@ $lang = array(
|
||||
|
||||
'currentArea' => '<current area>',
|
||||
'discovered' => "Learned via discovery",
|
||||
'ppm' => "(%s procs per minute)",
|
||||
'procChance' => "Proc chance: ",
|
||||
'ppm' => "(%.1f procs per minute)",
|
||||
'procChance' => "Proc chance: %.4g%%",
|
||||
'starter' => "Starter spell",
|
||||
'trainingCost' => "Training cost: ",
|
||||
'channeled' => "Channeled", // SPELL_CAST_CHANNELED
|
||||
|
||||
Reference in New Issue
Block a user