From e819e460e5098e412b2f7cb713425a21b6b72449 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 27 Jun 2018 14:46:26 +0200 Subject: Balancing pass. --- src/shared/struct/sh_weapon.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/shared/struct/sh_weapon.erl') diff --git a/src/shared/struct/sh_weapon.erl b/src/shared/struct/sh_weapon.erl index d0293eb..74c7a42 100644 --- a/src/shared/struct/sh_weapon.erl +++ b/src/shared/struct/sh_weapon.erl @@ -86,8 +86,8 @@ ranges_of_type (melee, short) -> {0, 1}. damage_modifier() ) -> {non_neg_integer(), non_neg_integer()}. -damages_of_type (ranged, heavy) -> {10, 25}; -damages_of_type (ranged, light) -> {5, 20}; +damages_of_type (ranged, heavy) -> {15, 30}; +damages_of_type (ranged, light) -> {10, 25}; damages_of_type (melee, heavy) -> {20, 35}; damages_of_type (melee, light) -> {15, 30}. @@ -138,7 +138,7 @@ from_id (0) -> range_mod = short, damage_type = blunt, damage_mod = light, - coef = 1.0 + coef = 0.3 }; from_id (1) -> #weapon{ -- cgit v1.2.3-70-g09d2