|
|
|
@ -136,7 +136,7 @@ public class PowerActionParser {
@@ -136,7 +136,7 @@ public class PowerActionParser {
|
|
|
|
|
statTransfer.fromStatBool = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
statTransfer.toStatBool = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
statTransfer.transfer_action = headerIterator.next(); |
|
|
|
|
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next()); |
|
|
|
|
statTransfer.transfer_ticks = Integer.parseInt(headerIterator.next()); |
|
|
|
|
powerActionEntry.statTransfer = statTransfer; |
|
|
|
|
break; |
|
|
|
|
case "Charm": |
|
|
|
|