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

Method addEquipSet

code/src/java/pcgen/core/PlayerCharacter.java:2232–2236  ·  view source on GitHub ↗
(final EquipSet set)

Source from the content-addressed store, hash-verified

2230 }
2231
2232 public void addEquipSet(final EquipSet set)
2233 {
2234 equipSetFacet.add(id, set);
2235 //setDirty(true);
2236 }
2237
2238 /**
2239 * Add an item of equipment to the character.

Callers 15

setUpMethod · 0.95
setUpMethod · 0.95
testNonMagicMethod · 0.95
testMagicMethod · 0.95
prepareEquipmentSetMethod · 0.95
testSkillPrereqMethod · 0.95
testVarBonusMethod · 0.95
testWpnLoopMethod · 0.95
testEqtypeLoopMethod · 0.95
testForNoMoreItemsMethod · 0.95
testBonusStackingMethod · 0.95
testStatModsMethod · 0.95

Calls 1

addMethod · 0.65

Tested by 15

setUpMethod · 0.76
setUpMethod · 0.76
testNonMagicMethod · 0.76
testMagicMethod · 0.76
prepareEquipmentSetMethod · 0.76
testSkillPrereqMethod · 0.76
testVarBonusMethod · 0.76
testWpnLoopMethod · 0.76
testEqtypeLoopMethod · 0.76
testForNoMoreItemsMethod · 0.76
testBonusStackingMethod · 0.76
testStatModsMethod · 0.76