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)
| 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: |