|
|
@ -60,6 +60,8 @@ public class PowersParser { |
|
|
|
|
|
|
|
|
|
|
|
int endPos = 0; |
|
|
|
int endPos = 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Separate out any conditions from the power data
|
|
|
|
|
|
|
|
|
|
|
|
Matcher matcher = CONDITION_REGEX.matcher(powerData); |
|
|
|
Matcher matcher = CONDITION_REGEX.matcher(powerData); |
|
|
|
|
|
|
|
|
|
|
|
while (matcher.find()) { |
|
|
|
while (matcher.find()) { |
|
|
|