Scripted Infiltrator Armor

This commit is contained in:
Iosnowore Kun
2014-06-06 11:20:18 +02:00
committed by CharonInferar
parent ab2c7a2df8
commit 4fc8eb3e76
10 changed files with 62 additions and 10 deletions
@@ -1,4 +1,5 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,5 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,5 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return
@@ -1,4 +1,11 @@
import sys
def setup(core, object):
return
object.setStringAttribute('armor_category', 'Battle')
object.setIntAttribute('cat_armor_standard_protection.kinetic', 5440)
object.setIntAttribute('cat_armor_standard_protection.energy', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_heat', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_cold', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_acid', 5440)
object.setIntAttribute('cat_armor_special_protection.special_protection_type_electricity', 5440)
return