Formulator / schools /mo_wen /__init__.py
AngoHF's picture
5.7 commit
c255694
raw
history blame contribute delete
349 Bytes
from schools.mo_wen.skills import SKILLS
from schools.mo_wen.buffs import BUFFS
from schools.mo_wen.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
from schools.mo_wen.recipes import RECIPE_GAINS, RECIPES
from schools.mo_wen.gains import GAINS
from schools.mo_wen.attribute import MoWen
def prepare(self, player_id):
pass