diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-05 18:00:29 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-05 18:00:29 +0100 |
commit | e3350de3a2d90922c2b16e5b5e819f259adb3588 (patch) | |
tree | c254fe461107335543539030341abb894a150dd7 /build/content/armor.txt | |
parent | d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (diff) |
augs, armor and brain stats tweak, scroll stats view
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 |