From a988df656b4d37dfa2472a4cde390185cfcea8b5 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Tue, 2 Mar 2021 18:26:39 +0100 Subject: test foundation and functional reimplementation of cost function --- build/Arena.exe | Bin 166687 -> 170795 bytes build/army/all maul.txt | Bin 0 -> 25656 bytes build/army/hidden/__test0.txt | Bin 0 -> 25656 bytes build/army/hidden/__test1.txt | Bin 0 -> 25656 bytes build/army/new army 0.txt | Bin 25656 -> 25656 bytes build/army/new army.txt | Bin 25656 -> 25656 bytes build/content/cost.txt | 22 ++++++++++++++++++++++ build/content/templates/default.txt | 4 ++-- 8 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 build/army/all maul.txt create mode 100644 build/army/hidden/__test0.txt create mode 100644 build/army/hidden/__test1.txt create mode 100644 build/content/cost.txt (limited to 'build') diff --git a/build/Arena.exe b/build/Arena.exe index f4fdba2..11218e1 100644 Binary files a/build/Arena.exe and b/build/Arena.exe differ diff --git a/build/army/all maul.txt b/build/army/all maul.txt new file mode 100644 index 0000000..0b6234b Binary files /dev/null and b/build/army/all maul.txt differ diff --git a/build/army/hidden/__test0.txt b/build/army/hidden/__test0.txt new file mode 100644 index 0000000..81ce791 Binary files /dev/null and b/build/army/hidden/__test0.txt differ diff --git a/build/army/hidden/__test1.txt b/build/army/hidden/__test1.txt new file mode 100644 index 0000000..3dbd37e Binary files /dev/null and b/build/army/hidden/__test1.txt differ diff --git a/build/army/new army 0.txt b/build/army/new army 0.txt index bfa71b8..a58719b 100644 Binary files a/build/army/new army 0.txt and b/build/army/new army 0.txt differ diff --git a/build/army/new army.txt b/build/army/new army.txt index 81ce791..2e7e5da 100644 Binary files a/build/army/new army.txt and b/build/army/new army.txt differ diff --git a/build/content/cost.txt b/build/content/cost.txt new file mode 100644 index 0000000..877a473 --- /dev/null +++ b/build/content/cost.txt @@ -0,0 +1,22 @@ +{ + "base_weight": [ + 10.0, + 7.5, + 5.0 + ], + "base_weapon_cooldown": [ + 1.0, + 0.75, + 0.5 + ], + "base_weapon_damage_pierce": [ + 10.0, + 12.5, + 15.0 + ], + "base_weapon_range": [ + 4.0, + 5.0, + 6.0 + ] +} \ No newline at end of file diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index b70d031..d6d526a 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -4,7 +4,7 @@ "chassis": "0", "brain": "0", "battery": "0", - "weapons": [ -1, -1, -1, -1, -1, -1, -1, -1 ], + "weapons": [ 0, -1, -1, -1, -1, -1, -1, -1 ], "armor": [ -1, -1, -1, -1, -1, -1, -1, -1 ], "augs": [ 4, -1, -1, -1, -1, -1, -1, -1 ], "levels": [ 0, 2, 1, 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 ] @@ -17,7 +17,7 @@ "weapons": [ 0, 0, -1, -1, -1, -1, -1, -1 ], "armor": [ 10, 0, 0, 0, -1, -1, -1, -1 ], "augs": [ 0, 0, -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 ] + "levels": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "name": "well done", -- cgit v1.2.3-54-g00ecf