More effectmod parser work.
This commit is contained in:
@@ -133,6 +133,8 @@ public class EffectsParser {
|
|||||||
effectModifier.max = Integer.parseInt(modValues.get(2).trim());
|
effectModifier.max = Integer.parseInt(modValues.get(2).trim());
|
||||||
break;
|
break;
|
||||||
case Health:
|
case Health:
|
||||||
|
case Mana:
|
||||||
|
case Stamina:
|
||||||
effectModifier.min = Integer.parseInt(modValues.get(1).trim());
|
effectModifier.min = Integer.parseInt(modValues.get(1).trim());
|
||||||
effectModifier.max = Integer.parseInt(modValues.get(2).trim());
|
effectModifier.max = Integer.parseInt(modValues.get(2).trim());
|
||||||
effectModifier.scale = Float.parseFloat(modValues.get(3).trim());
|
effectModifier.scale = Float.parseFloat(modValues.get(3).trim());
|
||||||
|
|||||||
Reference in New Issue
Block a user