diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-18 14:14:23 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-18 14:14:23 +0100 |
commit | 5f0fce4191309e9526b7109a0d87c092ce6a4193 (patch) | |
tree | 105257f876551814aa74a0760ec116bd1bf307a5 /build/content/templates/default.txt | |
parent | ead78d51e662057467b79d3a65b20c4ba83cbf07 (diff) |
main
Diffstat (limited to 'build/content/templates/default.txt')
-rw-r--r-- | build/content/templates/default.txt | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt new file mode 100644 index 0000000..7ec433c --- /dev/null +++ b/build/content/templates/default.txt @@ -0,0 +1,72 @@ +[ + { + "name": "tank", + "chassis": "5", + "brain": "1", + "battery": "1", + "weapons": [ 1, 1, 4, -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 ] + }, + { + "name": "tank2", + "chassis": "14", + "brain": "2", + "battery": "2", + "weapons": [ 1, 1, 4, -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 ] + }, + { + "name": "nameless", + "chassis": "14", + "brain": "5", + "battery": "1", + "weapons": [ 36, 12, 10, -1, -1, -1, -1, -1 ], + "armor": [ 10, 7, 10, 4, 3, 4, -1, -1 ], + "augs": [ 3, 4, 3, 2, 1, 3, -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 ] + }, + { + "name": "nameless", + "chassis": "13", + "brain": "1", + "battery": "4", + "weapons": [ 3, 35, -1, -1, -1, -1, -1, -1 ], + "armor": [ 3, 2, 1, 4, 4, -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 ] + }, + { + "name": "nameless", + "chassis": "3", + "brain": "3", + "battery": "3", + "weapons": [ 2, 2, -1, -1, -1, -1, -1, -1 ], + "armor": [ 9, -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 ] + }, + { + "name": "nameless", + "chassis": "11", + "brain": "1", + "battery": "1", + "weapons": [ 0, -1, -1, -1, -1, -1, -1, -1 ], + "armor": [ 9, -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 ] + }, + { + "name": "nameless", + "chassis": "17", + "brain": "0", + "battery": "0", + "weapons": [ -1, -1, -1, -1, -1, -1, -1, -1 ], + "armor": [ -1, -1, -1, -1, -1, -1, -1, -1 ], + "augs": [ 16, -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 ] + } +]
\ No newline at end of file |