|
|
|
@ -139,7 +139,7 @@ public class PowerActionParser {
@@ -139,7 +139,7 @@ public class PowerActionParser {
|
|
|
|
|
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next()); |
|
|
|
|
powerActionEntry.statTransfer = statTransfer; |
|
|
|
|
break; |
|
|
|
|
case "CHARM": |
|
|
|
|
case "Charm": |
|
|
|
|
effectDescription = new EffectDescription(); |
|
|
|
|
effectDescription.effect_id = headerIterator.next(); |
|
|
|
|
effectDescription.level = Integer.parseInt(headerIterator.next()); |
|
|
|
|