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

Method getBonusStatLevels

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

Levels at which all characters get bonus to stats. @return List

()

Source from the content-addressed store, hash-verified

898 * @return List
899 */
900 List<String> getBonusStatLevels()
901 {
902 return bonusStatLevels;
903 }
904
905 /**
906 * Currency abbreviation.

Callers 1

getBonusStatsForLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected