Get the epic ATTACK token @param pc @return epic ATTACK token
(PlayerCharacter pc)
| 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 |
no test coverage detected