mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Added expertise_dodge skillmod Added combat_critical_hit_reduction skillmod Moved commands to combat commands (seen by client) Added Officer Insipred action 5PC configuration to CommandService.
10 lines
127 B
Python
10 lines
127 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
return
|
|
|
|
def add(core, actor, buff):
|
|
return
|
|
|
|
def remove(core, actor, buff):
|
|
return |