Scripted Battle Worn Stormtrooper Armor

This commit is contained in:
Iosnowore Kun
2014-06-05 19:41:02 -04:00
parent 76968cbc06
commit 42dc134b19
9 changed files with 63 additions and 9 deletions
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,6 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
return
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,6 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
return
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,12 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_faction', 'Imperial')
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5608)
object.setIntAttribute('cat_armor_standard_protection.energy', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5608)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5608)
return
@@ -1,4 +1,6 @@
import sys
def setup(core, object):
return
object.setStringAttribute('required_level', '22')
object.setStringAttribute('required_faction', 'Imperial')
return