diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-05 16:54:26 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-05 16:54:26 +0100 |
commit | d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 (patch) | |
tree | 05618430db0951262bd22e7bbe77b663c3c0346f /build/content/templates | |
parent | 02e55b0647eb5c631e7d7669a13fd0d47ec26c15 (diff) |
unit generator in hud, minor fix in movement, % in view and cost weights
Diffstat (limited to 'build/content/templates')
-rw-r--r-- | build/content/templates/default.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index aba99e1..1806a9c 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -1,6 +1,6 @@ [ { - "name": "pussy destoryer", + "name": "lmao 1", "chassis": "14", "brain": "5", "battery": "1", @@ -10,7 +10,7 @@ "levels": [ 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { - "name": "withname", + "name": "boa 2", "chassis": "0", "brain": "0", "battery": "0", @@ -20,7 +20,7 @@ "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": "pussy destoryer", + "name": "ridge", "chassis": "0", "brain": "5", "battery": "1", @@ -28,5 +28,15 @@ "armor": [ 0, 0, 0, 0, 0, 0, -1, -1 ], "augs": [ 15, 15, 15, 15, 15, 15, -1, -1 ], "levels": [ 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] + }, + { + "name": "min", + "chassis": "0", + "brain": "0", + "battery": "0", + "weapons": [ 0, -1, -1, -1, -1, -1, -1, -1 ], + "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 ] } ]
\ No newline at end of file |