diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-24 18:01:08 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-24 18:01:08 +0100 |
commit | dad432566a5c74f86dc4ba874e631115e0f469d1 (patch) | |
tree | 0e282e874ef48658d87e82041afe7bba1db3704a /build/content/templates/default.txt | |
parent | 0b338bbd007048551526ab4fa4130d53b414e650 (diff) |
level selector and fx fic
Diffstat (limited to 'build/content/templates/default.txt')
-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 b5bff58..a57fce5 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -71,13 +71,13 @@ }, { "name": "1000 tank boi", - "chassis": "11", + "chassis": "5", "brain": "0", "battery": "0", "weapons": [ 18, 16, -1, -1, -1, -1, -1, -1 ], "armor": [ 0, 0, 0, -1, -1, -1, -1, -1 ], - "augs": [ 8, 8, -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 ] + "augs": [ 8, 8, -1, -1, 2, -1, -1, -1 ], + "levels": [ 2, 0, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "1000 melee bot friendo", @@ -98,5 +98,15 @@ "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 ] + }, + { + "name": "dongo", + "chassis": "13", + "brain": "0", + "battery": "0", + "weapons": [ 0, 2, -1, -1, -1, -1, -1, -1 ], + "armor": [ 1, 0, 1, -1, 3, -1, -1, -1 ], + "augs": [ 1, -1, 2, -1, 0, -1, -1, -1 ], + "levels": [ 0, 1, 2, 2, 2, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 2, 0, 0, 0, 2, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ]
\ No newline at end of file |