|
|
|
@ -58,6 +58,7 @@ public class PowerActionParser {
@@ -58,6 +58,7 @@ public class PowerActionParser {
|
|
|
|
|
PowerActionEntry powerActionEntry = new PowerActionEntry(); |
|
|
|
|
EffectDescription effectDescription; |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
// Remove all lines that contain a # and leading/trailing blank lines
|
|
|
|
|
|
|
|
|
|
powerActionData = powerActionData.replaceAll("(?m)^(\\s*#.*|\\s*)\r?\n?", "").trim(); |
|
|
|
@ -150,6 +151,9 @@ public class PowerActionParser {
@@ -150,6 +151,9 @@ public class PowerActionParser {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
Logger.error(powerActionEntry.action_id + " " + e); |
|
|
|
|
} |
|
|
|
|
return powerActionEntry; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|