forked from MagicBane/Server
PowerAction work started.
This commit is contained in:
@@ -190,8 +190,7 @@ public class PowersParser {
|
||||
break;
|
||||
case "CURVE":
|
||||
arguments = lineValues[1].trim().split("\\s+");
|
||||
powerEntry.slopeType = arguments[0];
|
||||
powerEntry.curve = mbEnums.CompoundCurveType.valueOf(arguments[1]);
|
||||
powerEntry.curves.put(arguments[0], mbEnums.CompoundCurveType.valueOf(arguments[1]));
|
||||
break;
|
||||
case "EQPREREQ":
|
||||
EquipmentPreReq equipmentPreReq = new EquipmentPreReq();
|
||||
|
||||
Reference in New Issue
Block a user