Fixed some debuffs and buffs

- added all entertainer debuffs and buffs
- fixed  some movement related buffs
This commit is contained in:
xbang21
2014-03-14 21:35:53 -04:00
parent 3dde43e97a
commit d581cc94cb
57 changed files with 383 additions and 85 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import sys
def setup(core, actor, buff):
core.skillModService.addSkillMod(actor, 'movement', 0)
core.skillModService.deductSkillMod(actor, 'movement', 10)
return
def removeBuff(core, actor, buff):
core.skillModService.deductSkillMod(actor, 'movement', 10)
core.skillModService.addSkillMod(actor, 'movement', 10)
return