Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testbaseAttackBonusAndgetNumAttacks
Method · 0.95
resolve
Method · 0.80
Calls
3
baseAttackBonus
Method · 0.95
min
Method · 0.45
max
Method · 0.45
Tested by
1
testbaseAttackBonusAndgetNumAttacks
Method · 0.76