|
|
|
@ -179,9 +179,9 @@ public class PowerActionParser {
@@ -179,9 +179,9 @@ public class PowerActionParser {
|
|
|
|
|
case "Track": |
|
|
|
|
trackEntry = new TrackEntry(); |
|
|
|
|
trackEntry.action_id = headerIterator.next(); |
|
|
|
|
trackEntry.unknown1 = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
trackEntry.unknown2 = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
trackEntry.type = headerIterator.next(); |
|
|
|
|
trackEntry.trackPlayer = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
trackEntry.trackCorpse = Boolean.parseBoolean(headerIterator.next()); |
|
|
|
|
trackEntry.filter = headerIterator.next(); |
|
|
|
|
trackEntry.min = Integer.parseInt(headerIterator.next()); |
|
|
|
|
trackEntry.max = Integer.parseInt(headerIterator.next()); |
|
|
|
|
powerAction.trackEntry = trackEntry; |
|
|
|
|