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

Method addEqModifiers

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

Add a list equipment modifiers and their associated information eg: Bane|Vermin|Fey.Keen.Vorpal.ABILITYPLUS|CHA=+6 Adds a feature to the EqModifiers attribute of the Equipment object @param aString The feature to be added to the EqModifiers attribute @param bPrimary The fe

(final String aString, final boolean bPrimary)

Source from the content-addressed store, hash-verified

2443 * The feature to be added to the EqModifiers attribute
2444 */
2445 public void addEqModifiers(final String aString, final boolean bPrimary)
2446 {
2447 addEqModifiers(aString, bPrimary, false);
2448 }
2449
2450 /**
2451 * Add a list equipment modifiers and their associated information eg:

Callers 4

loadMethod · 0.95
testMagicMethod · 0.80
testApplyMethod · 0.80

Calls 4

addEqModifierMethod · 0.95
hasMoreTokensMethod · 0.80
nextTokenMethod · 0.80
equalsIgnoreCaseMethod · 0.80

Tested by 2

testMagicMethod · 0.64