mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Delete set_bonus_spy_utility_b_2.py
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, buff):
|
||||
return
|
||||
|
||||
def add(core, actor, buff):
|
||||
core.skillModService.addSkillMod(actor, 'expertise_strikethrough_chance', 2)
|
||||
core.skillModService.addSkillMod(actor, 'expertise_action_all', 10)
|
||||
return
|
||||
|
||||
def remove(core, actor, buff):
|
||||
core.skillModService.deductSkillMod(actor, 'expertise_strikethrough_chance', 2)
|
||||
core.skillModService.deductSkillMod(actor, 'expertise_action_all', 10)
|
||||
return
|
||||
Reference in New Issue
Block a user