From 298fd1694e4278fcb32bf83a6d515dbd8fb5f7bb Mon Sep 17 00:00:00 2001 From: Iosnowore Kun Date: Thu, 7 Aug 2014 23:06:45 -0400 Subject: [PATCH] Removed Stats for Scout Trooper Helmet Considering It's a Crafted Armor Piece --- .../armor/scout_trooper/armor_scout_trooper_helmet.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/object/tangible/wearables/armor/scout_trooper/armor_scout_trooper_helmet.py b/scripts/object/tangible/wearables/armor/scout_trooper/armor_scout_trooper_helmet.py index 08216793..2c2f76b9 100644 --- a/scripts/object/tangible/wearables/armor/scout_trooper/armor_scout_trooper_helmet.py +++ b/scripts/object/tangible/wearables/armor/scout_trooper/armor_scout_trooper_helmet.py @@ -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 \ No newline at end of file