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

Method getEpicToken

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

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

(PlayerCharacter pc)

Source from the content-addressed store, hash-verified

123 * @return epic ATTACK token
124 */
125 public static int getEpicToken(PlayerCharacter pc)
126 {
127 return (int) pc.getBonusDueToType("COMBAT", "TOHIT", "EPIC");
128 }
129
130 /**
131 * Get the misc ATTACK token

Callers 1

getSubTokenMethod · 0.95

Calls 1

getBonusDueToTypeMethod · 0.45

Tested by

no test coverage detected