More powerAction work
This commit is contained in:
@@ -271,6 +271,9 @@ public class PowerActionParser {
|
||||
case "DAMAGETYPE":
|
||||
powerActionEntry.damageType = mbEnums.DamageType.valueOf(lineValues[1].trim().toUpperCase());
|
||||
break;
|
||||
case "ROOTFSMID":
|
||||
powerActionEntry.rootFsmID = mbEnums.MobBehaviourType.valueOf(lineValues[1].trim());
|
||||
break;
|
||||
case "APPLYEFFECTOTHER":
|
||||
case "APPLYEFFECTSELF":
|
||||
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
||||
|
||||
@@ -44,5 +44,6 @@ public class PowerActionEntry {
|
||||
public boolean targetBecomesPet = false;
|
||||
public boolean destroyOldPet = false;
|
||||
public mbEnums.ItemFlags itemFlag;
|
||||
public mbEnums.MobBehaviourType rootFsmID;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user