mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Added BH heroic jewelry sets for Bounty Hunter with their buffs. Added 5-piece bonus to each sets necklace for testing purposes.
7 lines
94 B
Python
7 lines
94 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
return
|
|
|
|
def removeBuff(core, actor, buff):
|
|
return |