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