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

Method adjustMoveRates

code/src/java/pcgen/core/PlayerCharacter.java:4421–4425  ·  view source on GitHub ↗

recalculate all the move rates and modifiers

()

Source from the content-addressed store, hash-verified

4419 * recalculate all the move rates and modifiers
4420 */
4421 public void adjustMoveRates()
4422 {
4423 moveResultFacet.reset(id);
4424 //setDirty(true);
4425 }
4426
4427 public List<Spell> aggregateSpellList(final String school, final String subschool, final String descriptor,
4428 final int minLevel, final int maxLevel)

Callers 10

testAdjustMoveRatesMethod · 0.95
preparePCForOutputMethod · 0.95
cloneMethod · 0.95
applyChoiceMethod · 0.45
removeChoiceMethod · 0.45
removeChoiceMethod · 0.45
removeAbilityMethod · 0.45
finaliseAbilityMethod · 0.45
sanityChecksMethod · 0.45
removeMethod · 0.45

Calls 1

resetMethod · 0.65

Tested by 2

testAdjustMoveRatesMethod · 0.76
removeMethod · 0.36