diff --git a/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_boots_02_01.py b/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_boots_02_01.py index e1b06456..9062ccca 100644 --- a/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_boots_02_01.py +++ b/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_boots_02_01.py @@ -8,10 +8,4 @@ def setup(core, object): object.setIntAttribute('cat_stat_mod_bonus.@stat_n:constitution_modified', 3) object.setStringAttribute('class_required', 'Medic') object.setStringAttribute('armor_category', '@obj_attr_n:armor_reconnaissance') - object.setIntAttribute('cat_armor_standard_protection.kinetic', 640) - object.setIntAttribute('cat_armor_standard_protection.energy', 2640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 1640) return \ No newline at end of file diff --git a/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_gloves_02_01.py b/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_gloves_02_01.py index db5e62b0..0030a3f4 100644 --- a/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_gloves_02_01.py +++ b/scripts/object/tangible/wearables/armor/tantel/armor_medic_roadmap_gloves_02_01.py @@ -8,10 +8,4 @@ def setup(core, object): object.setIntAttribute('cat_stat_mod_bonus.@stat_n:constitution_modified', 3) object.setStringAttribute('class_required', 'Medic') object.setStringAttribute('armor_category', '@obj_attr_n:armor_reconnaissance') - object.setIntAttribute('cat_armor_standard_protection.kinetic', 640) - object.setIntAttribute('cat_armor_standard_protection.energy', 2640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 1640) return \ No newline at end of file diff --git a/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_boots_02_01.py b/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_boots_02_01.py index d0358652..061183b7 100644 --- a/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_boots_02_01.py +++ b/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_boots_02_01.py @@ -8,10 +8,4 @@ def setup(core, object): object.setIntAttribute('cat_stat_mod_bonus.@stat_n:constitution_modified', 3) object.setStringAttribute('class_required', 'Smuggler') object.setStringAttribute('armor_category', '@obj_attr_n:armor_reconnaissance') - object.setIntAttribute('cat_armor_standard_protection.kinetic', 640) - object.setIntAttribute('cat_armor_standard_protection.energy', 2640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 1640) return \ No newline at end of file diff --git a/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_gloves_02_01.py b/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_gloves_02_01.py index 6e7a2cf2..f9d19a1b 100644 --- a/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_gloves_02_01.py +++ b/scripts/object/tangible/wearables/armor/tantel/armor_smuggler_roadmap_gloves_02_01.py @@ -8,10 +8,4 @@ def setup(core, object): object.setIntAttribute('cat_stat_mod_bonus.@stat_n:constitution_modified', 3) object.setStringAttribute('class_required', 'Smuggler') object.setStringAttribute('armor_category', '@obj_attr_n:armor_reconnaissance') - object.setIntAttribute('cat_armor_standard_protection.kinetic', 640) - object.setIntAttribute('cat_armor_standard_protection.energy', 2640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 1640) - object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 1640) return \ No newline at end of file