mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spells/Tooltips
* allow spells to scale up to its maxLevel instead of max player level (e.g. spell 42891)
This commit is contained in:
@@ -735,8 +735,8 @@ class SpellList extends BaseType
|
||||
return [
|
||||
$min + $maxBase,
|
||||
$max + $maxBase,
|
||||
$rppl ? '<!--ppl'.$baseLvl.':'.$level.':'.$min.':'.($rppl * 100 * $nTicks).'-->' : null,
|
||||
$rppl ? '<!--ppl'.$baseLvl.':'.$level.':'.$max.':'.($rppl * 100 * $nTicks).'-->' : null
|
||||
$rppl ? '<!--ppl'.$baseLvl.':'.($maxLvl ?: $level).':'.$min.':'.($rppl * 100 * $nTicks).'-->' : null,
|
||||
$rppl ? '<!--ppl'.$baseLvl.':'.($maxLvl ?: $level).':'.$max.':'.($rppl * 100 * $nTicks).'-->' : null
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user