diff options
Diffstat (limited to 'build/content/armor.txt')
-rw-r--r-- | build/content/armor.txt | 198 |
1 files changed, 99 insertions, 99 deletions
diff --git a/build/content/armor.txt b/build/content/armor.txt index 5ceaacc..de31e24 100644 --- a/build/content/armor.txt +++ b/build/content/armor.txt @@ -1,200 +1,200 @@ [ { "name": "metal plating", - "weight": [ + "base_weight": [ 10.0, - 10.0, - 10.0 + 7.5, + 5.0 ], - "pierce": [ + "base_pierce": [ 5.0, - 5.0, - 5.0 + 6.25, + 7.5 ], - "spread": [ - 8.0, + "base_spread": [ 8.0, - 8.0 + 10.0, + 12.0 ] }, { "name": "heavy metal plating", - "weight": [ + "base_weight": [ 16.0, - 16.0, - 16.0 + 12.0, + 8.0 ], - "pierce": [ + "base_pierce": [ 7.0, - 7.0, - 7.0 + 8.75, + 10.5 ], - "spread": [ - 10.0, + "base_spread": [ 10.0, - 10.0 + 12.5, + 15.0 ], - "impact": [ - 5.0, + "base_impact": [ 5.0, - 5.0 + 6.25, + 7.5 ] }, { "name": "reflective plating", - "weight": [ + "base_weight": [ 8.0, - 8.0, - 8.0 + 6.0, + 4.0 ], - "laser": [ - 10.0, + "base_laser": [ 10.0, - 10.0 + 12.5, + 15.0 ] }, { "name": "heat resistent plating", - "weight": [ - 10.0, + "base_weight": [ 10.0, - 10.0 + 7.5, + 5.0 ], - "fusion": [ - 8.0, + "base_fusion": [ 8.0, - 8.0 + 10.0, + 12.0 ] }, { "name": "padding", - "weight": [ + "base_weight": [ 4.0, - 4.0, - 4.0 + 3.0, + 2.0 ], - "spread": [ - 5.0, + "base_spread": [ 5.0, - 5.0 + 6.25, + 7.5 ], - "impact": [ - 8.0, + "base_impact": [ 8.0, - 8.0 + 10.0, + 12.0 ] }, { "name": "reactive armor", - "weight": [ - 15.0, + "base_weight": [ 15.0, - 15.0 + 11.25, + 7.5 ], - "explosive": [ - 12.0, + "base_explosive": [ 12.0, - 12.0 + 15.0, + 18.0 ] }, { "name": "energy shields", - "weight": [ - 5.0, + "base_weight": [ 5.0, - 5.0 + 3.75, + 2.5 ], - "pierce": [ - 3.0, + "base_pierce": [ 3.0, - 3.0 + 3.75, + 4.5 ], - "spread": [ + "base_spread": [ 3.0, - 3.0, - 3.0 + 3.75, + 4.5 ], - "fusion": [ - 3.0, + "base_fusion": [ 3.0, - 3.0 + 3.75, + 4.5 ], - "explosive": [ - 3.0, + "base_explosive": [ 3.0, - 3.0 + 3.75, + 4.5 ], - "laser": [ + "base_laser": [ 3.0, - 3.0, - 3.0 + 3.75, + 4.5 ] }, { "name": "composite armor", - "weight": [ - 6.0, + "base_weight": [ 6.0, - 6.0 + 4.5, + 3.0 ], - "pierce": [ - 6.0, + "base_pierce": [ 6.0, - 6.0 + 7.5, + 9.0 ], - "spread": [ - 4.0, + "base_spread": [ 4.0, - 4.0 + 5.0, + 6.0 ], - "impact": [ - 3.0, + "base_impact": [ 3.0, - 3.0 + 3.75, + 4.5 ] }, { "name": "plastic armor", - "weight": [ + "base_weight": [ 2.0, - 2.0, - 2.0 + 1.5, + 1.0 ], - "pierce": [ - 4.0, + "base_pierce": [ 4.0, - 4.0 + 5.0, + 6.0 ] }, { "name": "sloped steel armor", - "weight": [ + "base_weight": [ 9.0, - 9.0, - 9.0 + 6.75, + 4.5 ], - "pierce": [ + "base_pierce": [ 10.0, - 10.0, - 10.0 + 12.5, + 15.0 ], - "spread": [ + "base_spread": [ 8.0, - 8.0, - 8.0 + 10.0, + 12.0 ] }, { "name": "charged armor", - "weight": [ - 20.0, + "base_weight": [ 20.0, - 20.0 + 15.0, + 10.0 ], - "explosive": [ - 25.0, + "base_explosive": [ 25.0, - 25.0 + 31.25, + 37.5 ] } ]
\ No newline at end of file |