diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 18:26:39 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 18:26:39 +0100 |
commit | a988df656b4d37dfa2472a4cde390185cfcea8b5 (patch) | |
tree | 262b48644a5aff086b6ead687d0f2297bf946c2b /build | |
parent | 7932daa7e308b1c92ab97dde00fcc0ed790895a6 (diff) |
test foundation and functional reimplementation of cost function
Diffstat (limited to 'build')
-rw-r--r-- | build/Arena.exe | bin | 166687 -> 170795 bytes | |||
-rw-r--r-- | build/army/all maul.txt | bin | 0 -> 25656 bytes | |||
-rw-r--r-- | build/army/hidden/__test0.txt | bin | 0 -> 25656 bytes | |||
-rw-r--r-- | build/army/hidden/__test1.txt | bin | 0 -> 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/cost.txt | 22 | ||||
-rw-r--r-- | build/content/templates/default.txt | 4 |
8 files changed, 24 insertions, 2 deletions
diff --git a/build/Arena.exe b/build/Arena.exe Binary files differindex f4fdba2..11218e1 100644 --- a/build/Arena.exe +++ b/build/Arena.exe diff --git a/build/army/all maul.txt b/build/army/all maul.txt Binary files differnew file mode 100644 index 0000000..0b6234b --- /dev/null +++ b/build/army/all maul.txt diff --git a/build/army/hidden/__test0.txt b/build/army/hidden/__test0.txt Binary files differnew file mode 100644 index 0000000..81ce791 --- /dev/null +++ b/build/army/hidden/__test0.txt diff --git a/build/army/hidden/__test1.txt b/build/army/hidden/__test1.txt Binary files differnew file mode 100644 index 0000000..3dbd37e --- /dev/null +++ b/build/army/hidden/__test1.txt diff --git a/build/army/new army 0.txt b/build/army/new army 0.txt Binary files differindex bfa71b8..a58719b 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 81ce791..2e7e5da 100644 --- a/build/army/new army.txt +++ b/build/army/new army.txt 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", |