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