Start refactoring attack logic into weapon
This commit is contained in:
parent
5a19f29e3b
commit
feac5f79bd
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue