recalculate all the move rates and modifiers
()
| 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) |