I've been trying to figure this out all day but how can I reliable split the next line in following order.
Passive: Marks enemies who are isolated from nearby allies. Active: Deals 70/100/130/160/190 (+) physical damage. If the target is isolated, the amount is increased to 100/145/190/235/280 (+). Evolved Enlarged Claws: Increases damage to isolated enemies by 12/12/12/12/12% of their missing health (max 200/200/200/200/200 vs. monsters). Increases the range of Taste Their Fear and Kha'Zix's basic attacks by 50/50/50/50/50.
Array
(
[0] => Array
(
[0] => Passive
[1] => Marks enemies who are isolated from nearby allies.
)
[1] => Array
(
[0] => Active
[1] => Deals 70/100/130/160/190 (+) physical damage. If the target is isolated, the amount is increased to 100/145/190/235/280 (+).
)
[2] => Array
(
[0] => Evolved Enlarged Claws
[1] => Increases damage to isolated enemies by 12/12/12/12/12% of their missing health (max 200/200/200/200/200 vs. monsters). Increases the range of Taste Their Fear and Kha'Zix's basic attacks by 50/50/50/50/50.
)
)
I can't get past the mid sentence periods.