reorganized spells by name, and added directory for features for each class"

This commit is contained in:
Ben Cook
2018-12-20 09:09:38 -05:00
parent 0ed7262fc8
commit b93b1ac6d7
52 changed files with 5768 additions and 5458 deletions
+7
View File
@@ -0,0 +1,7 @@
from .spells import Spell, create_spell
from .spells_a_d import *
from .spells_e_i import *
from .spells_j_m import *
from .spells_n_r import *
from .spells_s_u import *
from .spells_v_z import *