Spaces:
Runtime error
Runtime error
File size: 465 Bytes
dace851 1467c05 dace851 1cc60af |
1 2 3 4 5 6 7 8 9 10 11 12 |
from schools.bing_xin_jue.skills import SKILLS
from schools.bing_xin_jue.buffs import BUFFS
from schools.bing_xin_jue.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
from schools.bing_xin_jue.recipes import RECIPE_GAINS, RECIPES
from schools.bing_xin_jue.gains import GAINS
from schools.bing_xin_jue.attribute import BingXinJue
def prepare(self, player_id):
self.buffs[player_id][(409, 21)] = 10
self.buffs[player_id][(17969, 1)] = 1
|