diff options
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 |