forked from MagicBane/Server
More PowerEntry work.
This commit is contained in:
@@ -189,6 +189,9 @@ public class PowersParser {
|
||||
equipmentPreReq.skill = arguments[1].trim();
|
||||
equipmentPreReq.level = Integer.parseInt(arguments[2].trim());
|
||||
break;
|
||||
case "CANCASTWHILEMOVING":
|
||||
powerEntry.canCastWhileMoving = Boolean.parseBoolean(lineValues[1].trim());
|
||||
break;
|
||||
case "SOUNDS": // Values not parsed
|
||||
case "APPLYEFFECTOTHER":
|
||||
case "FIZZLEOTHER":
|
||||
|
||||
@@ -46,4 +46,5 @@ public class PowerEntry {
|
||||
public String slopeType;
|
||||
public mbEnums.CompoundCurveType curve;
|
||||
public String category;
|
||||
public boolean canCastWhileMoving = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user