mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Commando Clicky Now Has a Buff Effect
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
object.setAttachment('radial_filename', 'object/usable')
|
||||
object.setStfFilename('static_item_n')
|
||||
object.setStfName('item_commando_clicky_01_02')
|
||||
object.setDetailFilename('static_item_d')
|
||||
object.setDetailName('item_commando_clicky_01_02')
|
||||
object.setStringAttribute('class_required', 'Commando')
|
||||
return
|
||||
|
||||
def use(core, actor, object):
|
||||
core.buffService.addBuffToCreature(actor, 'roadmapCommandoClicky', actor)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user