added missing source types

This commit is contained in:
2025-01-19 15:14:27 -06:00
parent 2531041d7c
commit 6ac05d3db2
2 changed files with 3 additions and 15 deletions
+1 -14
View File
@@ -1013,20 +1013,7 @@ public class mbEnums {
TRANSFORM, TRANSFORM,
VAMPDRAIN, VAMPDRAIN,
WEAPON, WEAPON,
Wizardry, Wizardry;
//added for parser failings
HealthRecoverRate,
ManaRecoverRate,
StaminaRecoverRate,
MeleeDamageModifier,
PowerDamageModifier,
Attr,
Resistance,
Health,
Mana,
Stamina,
Skill,
Spell;
public static SourceType GetSourceType(String modName) { public static SourceType GetSourceType(String modName) {
try { try {
+2 -1
View File
@@ -299,8 +299,9 @@ public class PowersParser {
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id); Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
} }
}catch(Exception e){ }catch(Exception e){
Logger.info(loggerString + " ERROR: " + e); Logger.error(loggerString + " ERROR: " + e);
} }
Logger.error("POWER PARSE COMPLETED");
} }
// Parse power conditions // Parse power conditions