Removed Stats for Scout Trooper Helmet Considering It's a Crafted Armor Piece

This commit is contained in:
Iosnowore Kun
2014-08-07 23:06:45 -04:00
parent 72fba9b5bc
commit 298fd1694e
@@ -1,12 +1,4 @@
import sys
def setup(core, object):
object.setStringAttribute('faction_required', 'Imperial')
object.setStringAttribute('armor_category', 'Reconnaissance')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 4608)
object.setIntAttribute('cat_armor_standard_protection.energy', 6608)
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