diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 19:51:09 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 19:51:09 +0100 |
commit | 4842b67ab590250d95ad4be5fe61380a09b1e8ea (patch) | |
tree | abb973efe013b3b0970b2f4434119f2c41644f65 /build/content/templates/default.txt | |
parent | bd372bf19eb79e0bfd3f3d9cb20b4c6a49a8a5ed (diff) |
view levels and maxrange strat
Diffstat (limited to 'build/content/templates/default.txt')
-rw-r--r-- | build/content/templates/default.txt | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index dece5bd..f99915c 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -6,7 +6,7 @@ "battery": "0", "weapons": [ -1, -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 ], + "augs": [ 4, -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 ] }, { @@ -21,12 +21,22 @@ }, { "name": "well done", - "chassis": "9", + "chassis": "10", "brain": "2", "battery": "2", - "weapons": [ 2, 1, -1, -1, -1, -1, -1, -1 ], + "weapons": [ 27, -1, -1, -1, -1, -1, -1, -1 ], "armor": [ 0, 0, -1, -1, -1, -1, -1, -1 ], - "augs": [ 0, 0, 0, -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": "range tester", + "chassis": "12", + "brain": "0", + "battery": "1", + "weapons": [ 1, -1, -1, -1, -1, -1, -1, -1 ], + "armor": [ 0, 0, 0, 0, -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 |