diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 14:52:31 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-02-22 14:52:31 +0100 |
commit | 02c89fceeb915e31b36dd4acb4218ccd913b2ce8 (patch) | |
tree | 005c263cbbe49f299d02b5dd8ccdf7d0157ad19e /build/content/templates/default.txt | |
parent | d1dc6ddc035193ab6e2570f58b7e3a79fc335bce (diff) |
rename ingame template and army
Diffstat (limited to 'build/content/templates/default.txt')
-rw-r--r-- | build/content/templates/default.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index 9b68936..dece5bd 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -1,6 +1,6 @@ [ { - "name": "tank", + "name": "medium rare", "chassis": "0", "brain": "0", "battery": "0", @@ -10,7 +10,7 @@ "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": "tank2", + "name": "raw", "chassis": "5", "brain": "0", "battery": "0", @@ -20,7 +20,7 @@ "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": "nameless", + "name": "well done", "chassis": "9", "brain": "2", "battery": "2", |