Gets the damage attribute of the Equipment object @param aPC The PC that has the Equipment @return The damage value
(final PlayerCharacter aPC)
| 5124 | * @return The damage value |
| 5125 | */ |
| 5126 | public String getDamage(final PlayerCharacter aPC) |
| 5127 | { |
| 5128 | return getDamage(aPC, true); |
| 5129 | } |
| 5130 | |
| 5131 | private String getDamage(PlayerCharacter apc, boolean bPrimary) |
| 5132 | { |