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/templates/default.txt | |
parent | d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (diff) |
augs, armor and brain stats tweak, scroll stats view
Diffstat (limited to 'build/content/templates/default.txt')
-rw-r--r-- | build/content/templates/default.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |