mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Jedi - Added Strike Action Cost Reduction
This commit is contained in:
@@ -7,6 +7,10 @@ def setup(core, actor, target, command):
|
||||
if actor.getSkillMod('expertise_critical_line_fs_dm'):
|
||||
command.setCriticalChance(command.getCriticalChance() + actor.getSkillMod('expertise_critical_line_fs_dm').getBase())
|
||||
|
||||
if actor.getSkillMod('expertise_action_line_fs_dm'):
|
||||
command.setActionCost(command.getActionCost() - ((command.getActionCost() * actor.getSkillMod('expertise_action_line_fs_dm').getBase())/100))
|
||||
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
Reference in New Issue
Block a user