Checks if the stat is a non ability. @return true, if is non ability
(PCStat stat)
| 3239 | * @return true, if is non ability |
| 3240 | */ |
| 3241 | public boolean isNonAbility(PCStat stat) |
| 3242 | { |
| 3243 | return nonAbilityFacet.isNonAbility(id, stat); |
| 3244 | } |
| 3245 | |
| 3246 | public int getOffHandLightBonus() |
| 3247 | { |
no outgoing calls