diff options
Diffstat (limited to 'build/content')
-rw-r--r-- | build/content/armor.txt | 34 | ||||
-rw-r--r-- | build/content/brains.txt | 30 | ||||
-rw-r--r-- | build/content/templates/default.txt | 10 |
3 files changed, 67 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 diff --git a/build/content/brains.txt b/build/content/brains.txt index 3201898..d300e32 100644 --- a/build/content/brains.txt +++ b/build/content/brains.txt @@ -5,6 +5,11 @@ 1.0, 0.75, 0.5 + ], + "base_slot_weapon": [ + 1, + 1, + 1 ] }, { @@ -13,6 +18,16 @@ 1.0, 0.75, 0.5 + ], + "base_slot_weapon": [ + -1, + -1, + -1 + ], + "base_slot_armor": [ + 1, + 1, + 1 ] }, { @@ -21,6 +36,11 @@ 1.0, 0.75, 0.5 + ], + "base_slot_armor": [ + 2, + 2, + 2 ] }, { @@ -37,6 +57,11 @@ 1.0, 0.75, 0.5 + ], + "base_slot_aug": [ + 1, + 1, + 1 ] }, { @@ -45,6 +70,11 @@ 1.0, 0.75, 0.5 + ], + "base_slot_aug": [ + 2, + 2, + 2 ] } ]
\ No newline at end of file diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index 1806a9c..d70c887 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -38,5 +38,15 @@ "armor": [ -1, -1, -1, -1, -1, -1, -1, -1 ], "augs": [ -1, -1, -1, -1, -1, -1, -1, -1 ], "levels": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] + }, + { + "name": "fortissimo", + "chassis": "14", + "brain": "0", + "battery": "5", + "weapons": [ 28, 13, 14, 2, -1, -1, -1, -1 ], + "armor": [ 0, 2, 6, 3, 7, 10, -1, -1 ], + "augs": [ 1, 6, 15, 8, 7, 11, -1, -1 ], + "levels": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ]
\ No newline at end of file |