From d48476254e4011d4e054d02ce1437313dcb4c8d2 Mon Sep 17 00:00:00 2001 From: FortyTwoFortyTwo Date: Sat, 9 Dec 2023 21:53:58 +0000 Subject: [PATCH] Lower YER 4th damage from 6k to 5k --- addons/sourcemod/configs/vsh/vsh.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/sourcemod/configs/vsh/vsh.cfg b/addons/sourcemod/configs/vsh/vsh.cfg index 59c30af6..53b29243 100644 --- a/addons/sourcemod/configs/vsh/vsh.cfg +++ b/addons/sourcemod/configs/vsh/vsh.cfg @@ -2154,7 +2154,7 @@ "225" //Your Eternal Reward { - "desp" "Your Eternal Reward: {positive}4th and consecutive backstabs deal 6x damage, {negative}first 3 backstabs deal half damage" + "desp" "Your Eternal Reward: {positive}4th and consecutive backstabs deal 5x damage, {negative}first 3 backstabs deal half damage" "attackdamage" { @@ -2187,7 +2187,7 @@ "params" { - "multiply" "6" //6x dmg on +4th backstab + "multiply" "5" //5x dmg on +4th backstab } } }