More powerAction work
This commit is contained in:
@@ -107,6 +107,7 @@ public class PowerActionParser {
|
||||
effectDescription = new EffectDescription();
|
||||
effectDescription.level = Integer.parseInt(headerIterator.next());
|
||||
effectDescription.effect_id = headerIterator.next();
|
||||
effectDescription.type = headerIterator.next();
|
||||
powerActionEntry.effects.add(effectDescription);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user