File size: 397 Bytes
17a347d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from schools.fen_shan_jing.skills import SKILLS
from schools.fen_shan_jing.buffs import BUFFS
from schools.fen_shan_jing.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
from schools.fen_shan_jing.recipes import RECIPE_GAINS, RECIPES
from schools.fen_shan_jing.gains import GAINS
from schools.fen_shan_jing.attribute import FenShanJing


def prepare(self, player_id):
    pass