(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:
Zing
2014-06-04 17:40:42 +02:00
committed by CharonInferar
parent a53d2d64d4
commit a4cc8b2884
2 changed files with 10 additions and 1 deletions
@@ -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