PowerActionEntry parsing work.

This commit is contained in:
2024-08-20 12:05:03 -04:00
parent 890f3523f3
commit afd73082f3
2 changed files with 10 additions and 0 deletions
@@ -21,6 +21,7 @@ public class PowerActionEntry {
// Additional variables after header go here.
public ArrayList<Integer> bodyparts = new ArrayList<>();
public ArrayList<Integer> femaleBodyParts = new ArrayList<>();
public boolean shouldShowWeapons = false;
public boolean shouldShowArmor = false;
public boolean bladeTrails = false;