From d1af4269c4130d11d77f61f1a2ac8f3e249f72f2 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Fri, 5 Mar 2021 16:54:26 +0100 Subject: unit generator in hud, minor fix in movement, % in view and cost weights --- build/content/augments.txt | 32 ++++++++++++++++---------------- build/content/gf.bmp | Bin 37978 -> 37978 bytes build/content/templates/default.txt | 16 +++++++++++++--- 3 files changed, 29 insertions(+), 19 deletions(-) (limited to 'build/content') diff --git a/build/content/augments.txt b/build/content/augments.txt index 77417fe..192a6dd 100644 --- a/build/content/augments.txt +++ b/build/content/augments.txt @@ -6,7 +6,7 @@ 12.5, 15.0 ], - "base_weapon_damage_emp": [ + "perc_weapon_damage_emp": [ 5.0, 6.25, 7.5 @@ -19,7 +19,7 @@ 12.5, 15.0 ], - "base_weapon_damage_fusion": [ + "perc_weapon_damage_fusion": [ 4.0, 5.0, 6.0 @@ -32,7 +32,7 @@ 37.5, 45.0 ], - "base_armor_explosive": [ + "perc_armor_explosive": [ 8.0, 10.0, 12.0 @@ -81,7 +81,7 @@ 1.25, 1.5 ], - "base_aoe": [ + "base_effect_aoe": [ 2.0, 2.0, 2.0 @@ -94,10 +94,10 @@ 0.0, 0.0 ], - "perc_range": [ - 1.0, - 1.25, - 1.5 + "perc_weapon_range": [ + 10.0, + 12.5, + 15.0 ] }, { @@ -108,9 +108,9 @@ 7.5 ], "perc_weapon_cooldown": [ - -0.1, - -0.125, - -0.15000000000000002 + -10, + -12.5, + -15 ] }, { @@ -120,7 +120,7 @@ 12.5, 15.0 ], - "base_weapon_damage_laser": [ + "perc_weapon_damage_laser": [ 8.0, 10.0, 12.0 @@ -138,7 +138,7 @@ 3.75, 4.5 ], - "base_weapon_damage_laser": [ + "perc_weapon_damage_laser": [ 3.0, 3.75, 4.5 @@ -151,12 +151,12 @@ 37.5, 45.0 ], - "base_weapon_damage_laser": [ + "perc_weapon_damage_laser": [ 3.0, 3.75, 4.5 ], - "base_weapon_damage_fusion": [ + "perc_weapon_damage_fusion": [ 5.0, 6.25, 7.5 @@ -169,7 +169,7 @@ 6.25, 7.5 ], - "base_weapon_damage_explosive": [ + "perc_weapon_damage_explosive": [ 5.0, 6.25, 7.5 diff --git a/build/content/gf.bmp b/build/content/gf.bmp index b2f7aa5..0c3424e 100644 Binary files a/build/content/gf.bmp and b/build/content/gf.bmp differ diff --git a/build/content/templates/default.txt b/build/content/templates/default.txt index aba99e1..1806a9c 100644 --- a/build/content/templates/default.txt +++ b/build/content/templates/default.txt @@ -1,6 +1,6 @@ [ { - "name": "pussy destoryer", + "name": "lmao 1", "chassis": "14", "brain": "5", "battery": "1", @@ -10,7 +10,7 @@ "levels": [ 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { - "name": "withname", + "name": "boa 2", "chassis": "0", "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": "pussy destoryer", + "name": "ridge", "chassis": "0", "brain": "5", "battery": "1", @@ -28,5 +28,15 @@ "armor": [ 0, 0, 0, 0, 0, 0, -1, -1 ], "augs": [ 15, 15, 15, 15, 15, 15, -1, -1 ], "levels": [ 0, 0, 0, 2, 2, 2, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] + }, + { + "name": "min", + "chassis": "0", + "brain": "0", + "battery": "0", + "weapons": [ 0, -1, -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 ] } ] \ No newline at end of file -- cgit v1.2.3-54-g00ecf