|
JScratch
|
Static Public Member Functions | |
| static DNDClass | createClass (String name) |
Static Private Member Functions | |
| static void | setStats (DNDClass cl, int hitDie, boolean isCaster, String spellAttr, String primary, String save1, String save2) |
Factory to generate the base templates for all 13 official D&D classes. Data based on the 5th Edition Player's Handbook and Tasha's Cauldron of Everything.
Definition at line 10 of file DNDClassFactory.java.
|
static |
Definition at line 12 of file DNDClassFactory.java.
|
staticprivate |
Helper to reduce boilerplate code for class definitions.
Definition at line 66 of file DNDClassFactory.java.