diff options
Diffstat (limited to 'build/content/armor.txt')
-rw-r--r-- | build/content/armor.txt | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/build/content/armor.txt b/build/content/armor.txt index c4f5486..2fa9126 100644 --- a/build/content/armor.txt +++ b/build/content/armor.txt @@ -24,6 +24,11 @@ 12.0, 8.0 ], + "base_hp": [ + 50.0, + 75.0, + 100.0 + ], "base_armor_pierce": [ 7.0, 8.75, @@ -100,9 +105,9 @@ { "name": "energy shields", "base_weight": [ - 5.0, - 3.75, - 2.5 + 2.0, + 3.0, + 4.5 ], "base_armor_pierce": [ 3.0, @@ -128,7 +133,12 @@ 3.0, 3.75, 4.5 - ] + ], + "base_upkeep": [ + 2.0, + 3.0, + 4.0 + ], }, { "name": "composite armor", @@ -182,6 +192,11 @@ 8.0, 10.0, 12.0 + ], + "perc_speed": [ + -10, + -12.5, + -15 ] }, { @@ -192,9 +207,14 @@ 10.0 ], "base_armor_explosive": [ - 25.0, - 31.25, - 37.5 + 10.0, + 12.5, + 15.0 + ], + "perc_armor_explosive": [ + 5.0, + 7.5, + 10.0 ] } ]
\ No newline at end of file |