From 4842b67ab590250d95ad4be5fe61380a09b1e8ea Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Mon, 22 Feb 2021 19:51:09 +0100 Subject: view levels and maxrange strat --- build/content/templates/default.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'build/content/templates/default.txt') 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 -- cgit v1.2.3-54-g00ecf