PowerAction parsing work.

This commit is contained in:
2024-08-20 15:24:17 -04:00
parent 2e1efce858
commit c42d438a7c
+3
View File
@@ -85,6 +85,9 @@ public class PowerActionParser {
powerActionEntry.effect_id = headerIterator.next();
break;
case "CreateMob":
powerActionEntry.arg1 = Integer.parseInt(headerIterator.next());
powerActionEntry.arg2 = Integer.parseInt(headerIterator.next());
break;
case "DamageOverTime":
powerActionEntry.effect_id = headerIterator.next();
powerActionEntry.arg1 = Integer.parseInt(headerIterator.next());