mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Removed Stats for Scout Trooper Helmet Considering It's a Crafted Armor Piece
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user