Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setUp
Method · 0.95
setUp
Method · 0.95
testNonMagic
Method · 0.95
testMagic
Method · 0.95
prepareEquipmentSet
Method · 0.95
testSkillPrereq
Method · 0.95
testVarBonus
Method · 0.95
testWpnLoop
Method · 0.95
testEqtypeLoop
Method · 0.95
testForNoMoreItems
Method · 0.95
testBonusStacking
Method · 0.95
testStatMods
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
15
setUp
Method · 0.76
setUp
Method · 0.76
testNonMagic
Method · 0.76
testMagic
Method · 0.76
prepareEquipmentSet
Method · 0.76
testSkillPrereq
Method · 0.76
testVarBonus
Method · 0.76
testWpnLoop
Method · 0.76
testEqtypeLoop
Method · 0.76
testForNoMoreItems
Method · 0.76
testBonusStacking
Method · 0.76
testStatMods
Method · 0.76