diff --git a/src/main/java/ninja/thefirearchmage/games/fourtykcalculator/WeaponAttackResolution.java b/src/main/java/ninja/thefirearchmage/games/fourtykcalculator/WeaponAttackResolution.java new file mode 100644 index 0000000..e746ed5 --- /dev/null +++ b/src/main/java/ninja/thefirearchmage/games/fourtykcalculator/WeaponAttackResolution.java @@ -0,0 +1,11 @@ +package ninja.thefirearchmage.games.fourtykcalculator; + +public class WeaponAttackResolution { + private double normalWounds; + private double mortalWounds; + private double hits; + private double woundsFromLethalHits; + private double woundsFromRerolls; + private double hitsFromRerolls; + +}