diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-25 12:46:55 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-25 12:46:55 +0100 |
commit | 23550f8120ebb41b1732d63d6d09c21bdb314c1a (patch) | |
tree | 671fc42497488769a7d747b25bed37aa5aaeed88 /build/content/brains.txt | |
parent | dad432566a5c74f86dc4ba874e631115e0f469d1 (diff) |
component representation revolution! Vive la révolution
Diffstat (limited to 'build/content/brains.txt')
-rw-r--r-- | build/content/brains.txt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/build/content/brains.txt b/build/content/brains.txt index 87d8d10..3201898 100644 --- a/build/content/brains.txt +++ b/build/content/brains.txt @@ -1,50 +1,50 @@ [ { "name": "search and destroy", - "upkeep": [ + "base_upkeep": [ 1.0, - 1.0, - 1.0 + 0.75, + 0.5 ] }, { "name": "follower", - "upkeep": [ - 1.0, + "base_upkeep": [ 1.0, - 1.0 + 0.75, + 0.5 ] }, { - "name": "defensive", - "upkeep": [ - 1.0, + "name": "friendly fire", + "base_upkeep": [ 1.0, - 1.0 + 0.75, + 0.5 ] }, { "name": "kamikaze", - "upkeep": [ + "base_upkeep": [ 1.0, - 1.0, - 1.0 + 0.75, + 0.5 ] }, { "name": "run and gun", - "upkeep": [ - 1.0, + "base_upkeep": [ 1.0, - 1.0 + 0.75, + 0.5 ] }, { "name": "flank", - "upkeep": [ - 1.0, + "base_upkeep": [ 1.0, - 1.0 + 0.75, + 0.5 ] } ]
\ No newline at end of file |