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