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

Method getBaseToken

code/src/java/pcgen/core/analysis/AttackInfo.java:115–118  ·  view source on GitHub ↗

Get the base ATTACK token @param pc @return base ATTACK token

(PlayerCharacter pc)

Source from the content-addressed store, hash-verified

113 * @return base ATTACK token
114 */
115 public static int getBaseToken(PlayerCharacter pc)
116 {
117 return pc.baseAttackBonus();
118 }
119
120 /**
121 * Get the epic ATTACK token

Callers 1

getSubTokenMethod · 0.95

Calls 1

baseAttackBonusMethod · 0.45

Tested by

no test coverage detected