More poweraction parsing work.
This commit is contained in:
@@ -227,6 +227,8 @@ public class PowerActionParser {
|
|||||||
case "TARGETBECOMESPET":
|
case "TARGETBECOMESPET":
|
||||||
powerActionEntry.targetBecomesPet = Boolean.parseBoolean(lineValues[1].trim());
|
powerActionEntry.targetBecomesPet = Boolean.parseBoolean(lineValues[1].trim());
|
||||||
break;
|
break;
|
||||||
|
case "APPLYEFFECTOTHER":
|
||||||
|
case "APPLYEFFECTSELF":
|
||||||
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
||||||
case "WEAROFFEFFECTSELF":
|
case "WEAROFFEFFECTSELF":
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user