From 1c5dc30f3bd906b6d6c3bededc9c321ada11c0f6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Sun, 24 Sep 2017 15:16:35 -0500 Subject: [PATCH] add karma levels in default array --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 3fd3b36c..85e9213f 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -119,12 +119,11 @@ class CfgEpochClient {{"HitPoints","getPlayerHitPointDamage","HitLegs"},"topRight","x\addons\a3_epoch_code\Data\UI\broken_ca.paa"} }; defineCommunityStats[] = { - // EPOCH_total + varName, starting value, {min,max or custom values array} - {"Karma",0,{-50000,50000}}, + // EPOCH_total + varName, starting value, {min,max or custom values} {"Murders",0,{}}, {"Deaths",0,{}}, - {"Suicides",0,{}}, - {"Revives",0,{}}, + {"Suicides",0,{0,99999},500}, // min, max, "Suicide King" status + {"Revives",0,{0,99999},500}, // min, max, "Medic" status {"TraderMissions",0,{}}, {"AIKills",0,{}}, {"AntagonistKills",0,{}},