Returns the formula used for calculate the range of a spell. @param aRange @return spell range formula
(final String aRange)
| 569 | * @return spell range formula |
| 570 | */ |
| 571 | String getSpellRangeFormula(final String aRange) |
| 572 | { |
| 573 | String aString = null; |
| 574 | |
| 575 | if (spellRangeMap != null) |
| 576 | { |
| 577 | aString = spellRangeMap.get(aRange); |
| 578 | } |
| 579 | |
| 580 | return aString; |
| 581 | } |
| 582 | |
| 583 | /** |
| 584 | * Set the BAB Attack Bonus cycle. |