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

Method getSpellRangeFormula

code/src/java/pcgen/core/GameMode.java:571–581  ·  view source on GitHub ↗

Returns the formula used for calculate the range of a spell. @param aRange @return spell range formula

(final String aRange)

Source from the content-addressed store, hash-verified

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.

Callers 1

getSpellRangeMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected