mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
Jedi - Fixed Stance Saber Block
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import sys
|
||||
|
||||
def add(core, actor, skillMod, value):
|
||||
core.skillModService.addSkillMod(actor, 'display_only_parry', skillMod.getBase() * 100)
|
||||
return
|
||||
|
||||
def deduct(core, actor, skillMod, value):
|
||||
core.skillModService.deductSkillMod(actor, 'display_only_parry', skillMod.getBase() * 100)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user