More poweraction parsing work.
This commit is contained in:
@@ -246,6 +246,9 @@ public class PowerActionParser {
|
||||
case "DESTROYOLDPET":
|
||||
powerActionEntry.destroyOldPet = Boolean.parseBoolean(lineValues[1].trim());
|
||||
break;
|
||||
case "DAMAGETYPE":
|
||||
powerActionEntry.damageType = mbEnums.DamageType.valueOf(lineValues[1].trim());
|
||||
break;
|
||||
case "APPLYEFFECTOTHER":
|
||||
case "APPLYEFFECTSELF":
|
||||
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
||||
|
||||
Reference in New Issue
Block a user