diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-06 13:06:09 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-06 13:06:09 +0100 |
commit | b08d3b7b1b06fd2e9dd09eef248a10d33b8d1742 (patch) | |
tree | 2ccf6805d2048a5e88f4a941a5a35e19be26eaf9 /build | |
parent | e3350de3a2d90922c2b16e5b5e819f259adb3588 (diff) |
gst interpolations, particle systems, timing and gui fix
Diffstat (limited to 'build')
-rw-r--r-- | build/Arena.exe | bin | 179757 -> 183626 bytes | |||
-rw-r--r-- | build/army/3000 hvy mg.txt | bin | 0 -> 25656 bytes | |||
-rw-r--r-- | build/army/mins.txt | bin | 25656 -> 25656 bytes | |||
-rw-r--r-- | build/army/new army 0.txt | bin | 25656 -> 25656 bytes | |||
-rw-r--r-- | build/army/new army.txt | bin | 25656 -> 25656 bytes | |||
-rw-r--r-- | build/content/templates/default.txt | 42 |
6 files changed, 36 insertions, 6 deletions
diff --git a/build/Arena.exe b/build/Arena.exe Binary files differindex fc850b2..00ecf39 100644 --- a/build/Arena.exe +++ b/build/Arena.exe diff --git a/build/army/3000 hvy mg.txt b/build/army/3000 hvy mg.txt Binary files differnew file mode 100644 index 0000000..a6ee9b3 --- /dev/null +++ b/build/army/3000 hvy mg.txt diff --git a/build/army/mins.txt b/build/army/mins.txt Binary files differindex 7ff2597..8308a2d 100644 --- a/build/army/mins.txt +++ b/build/army/mins.txt diff --git a/build/army/new army 0.txt b/build/army/new army 0.txt Binary files differindex 65658ce..ff5ec8c 100644 --- a/build/army/new army 0.txt +++ b/build/army/new army 0.txt diff --git a/build/army/new army.txt b/build/army/new army.txt Binary files differindex 5d02299..a658fff 100644 --- a/build/army/new army.txt +++ b/build/army/new army.txt diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index d70c887..110057a 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -40,13 +40,43 @@ "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": "fortissimo", + "name": "ndouble hvy railgun", "chassis": "14", - "brain": "0", - "battery": "5", - "weapons": [ 28, 13, 14, 2, -1, -1, -1, -1 ], - "armor": [ 0, 2, 6, 3, 7, 10, -1, -1 ], - "augs": [ 1, 6, 15, 8, 7, 11, -1, -1 ], + "brain": "4", + "battery": "4", + "weapons": [ 27, 27, -1, -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, 0 ] + }, + { + "name": "nameless", + "chassis": "14", + "brain": "1", + "battery": "0", + "weapons": [ 16, 37, -1, -1, -1, -1, -1, -1 ], + "armor": [ 5, 8, 4, 8, 8, 10, 7, -1 ], + "augs": [ 4, 0, 13, 11, 9, 2, -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": "gatling", + "chassis": "5", + "brain": "5", + "battery": "0", + "weapons": [ 0, 0, -1, -1, -1, -1, -1, -1 ], + "armor": [ -1, -1, -1, -1, -1, -1, -1, -1 ], + "augs": [ 7, 7, 7, 7, 7, 7, 7, 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": "idiot", + "chassis": "14", + "brain": "4", + "battery": "1", + "weapons": [ 36, 22, 21, -1, -1, -1, -1, -1 ], + "armor": [ 4, 7, 5, 6, 2, 4, -1, -1 ], + "augs": [ 4, 8, 7, 15, 10, 7, 13, -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 |