MCPcopy Create free account
hub / github.com/PCGen/pcgen / getNumAttacks

Method getNumAttacks

code/src/java/pcgen/core/PlayerCharacter.java:5769–5772  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5767 */
5768
5769 public int getNumAttacks()
5770 {
5771 return Math.min(Math.max((int) Math.ceil((double) baseAttackBonus() / 5), 1), 4);
5772 }
5773
5774 /**
5775 * Returns a bonus.

Callers 2

resolveMethod · 0.80

Calls 3

baseAttackBonusMethod · 0.95
minMethod · 0.45
maxMethod · 0.45

Tested by 1