Get the total bonus from Stats, Size, Age, Alignment, Classes, companions, Equipment, Feats, Templates, Domains, Races, etc This value is taken from an already populated HashMap for speed @param bonusType Type of bonus ("COMBAT" or "SKILL") @param bonusName Name of bonus ("AC" or "Hide"); @return t
(final String bonusType, final String bonusName)
| 3586 | * @return total bonus to |
| 3587 | */ |
| 3588 | public double getTotalBonusTo(final String bonusType, final String bonusName) |
| 3589 | { |
| 3590 | return bonusManager.getTotalBonusTo(bonusType, bonusName); |
| 3591 | } |
| 3592 | |
| 3593 | public int getTotalLevels() |
| 3594 | { |
no outgoing calls