mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
(Added) Correct Mustafarian Injector Template for RLS. Set details in server template so it can be used for mustafar quest as well
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['bject/tangible/gcw/crafting_quest/shared_gcw_bacta_injectors.iff'] # this is wrong needs correct iff still
|
||||
return ['object/tangible/loot/mustafar/shared_old_republic_tech_02.iff']
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
object.setAttachment('radial_filename', 'object/usable')
|
||||
object.setStfFilename('static_item_n')
|
||||
object.setStfName('item_tow_proc_generic_03_01')
|
||||
object.setDetailFilename('static_item_d')
|
||||
object.setDetailName('item_tow_proc_generic_03_01')
|
||||
return
|
||||
|
||||
def use(core, actor, object):
|
||||
core.buffService.addBuffToCreature(actor, 'towPoisonResistAbsorb_3', actor)
|
||||
return
|
||||
Reference in New Issue
Block a user