MCPcopy Create free account
hub / github.com/PCGen/pcgen / getAltDamage

Method getAltDamage

code/src/java/pcgen/core/Equipment.java:5189–5192  ·  view source on GitHub ↗

Returns the alternate damage for this item. @param aPC The PC that has the Equipment @return the alternate damage for this item.

(final PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

5187 * @return the alternate damage for this item.
5188 */
5189 public String getAltDamage(final PlayerCharacter aPC)
5190 {
5191 return getDamage(aPC, false);
5192 }
5193
5194 /**
5195 * Gets the bonusToDamage attribute of the Equipment object

Callers 7

getExpandedWeaponsMethod · 0.95
getAltDamageTokenMethod · 0.80
getAltDamageTokenMethod · 0.80
getAltDamageTokenMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
getDamageMethod · 0.80
getAltDamageTokenMethod · 0.80

Calls 1

getDamageMethod · 0.95

Tested by

no test coverage detected