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

Method getDamage

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

Gets the damage attribute of the Equipment object @param aPC The PC that has the Equipment @return The damage value

(final PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

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 {

Callers 3

testResizeItemMethod · 0.95
getUDamForEffLevelMethod · 0.95
getAltDamageMethod · 0.95

Calls 12

isWeaponMethod · 0.95
isDoubleMethod · 0.95
getEquipmentHeadMethod · 0.95
getWeaponInfoMethod · 0.95
sizeIntMethod · 0.95
bonusToMethod · 0.95
getContextMethod · 0.95
adjustDamageMethod · 0.95
getMethod · 0.65
getReferenceContextMethod · 0.65

Tested by 1

testResizeItemMethod · 0.76