mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Fixed GCW rank commands not being rewarded,
Fixed GCW rank armor stats.
This commit is contained in:
@@ -10,10 +10,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Rebel')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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
|
||||
@@ -10,10 +10,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Rebel')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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
|
||||
@@ -10,10 +10,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Rebel')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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
|
||||
-6
@@ -11,10 +11,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Imperial')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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
|
||||
-6
@@ -11,10 +11,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Imperial')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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
|
||||
-6
@@ -11,10 +11,4 @@ def setup(core, object):
|
||||
object.setIntAttribute('no_trade', 1)
|
||||
object.setStringAttribute('faction_restriction', 'Imperial')
|
||||
object.setStringAttribute('armor_category', '@obj_attr_n:armor_assault')
|
||||
object.setIntAttribute('cat_armor_standard_protection.kinetic', 6608)
|
||||
object.setIntAttribute('cat_armor_standard_protection.energy', 4608)
|
||||
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