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

Method equipBonusTo

code/src/java/pcgen/core/analysis/BonusCalc.java:156–159  ·  view source on GitHub ↗
(Equipment po, final String aType, final String aName, final PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

154 }
155
156 public static double equipBonusTo(Equipment po, final String aType, final String aName, final PlayerCharacter aPC)
157 {
158 return bonusTo(po, aType, aName, po, po.getBonusList(po), aPC);
159 }
160
161 /**
162 * calcBonus adds together all the bonuses for aType of aName.

Callers 1

bonusToMethod · 0.95

Calls 2

bonusToMethod · 0.95
getBonusListMethod · 0.45

Tested by

no test coverage detected