mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Fixed some debuffs and buffs
- added all entertainer debuffs and buffs - fixed some movement related buffs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user