From 63a54113cb94ce465a8b2e5840d25eebb083592a Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 14 Nov 2024 18:01:03 +0000 Subject: [PATCH] Updated PMC `experience` values --- project/assets/database/bots/types/bear.json | 22 +++++++++++++++-- project/assets/database/bots/types/usec.json | 26 +++++++++++++++++--- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/project/assets/database/bots/types/bear.json b/project/assets/database/bots/types/bear.json index 37049cd0..26152107 100644 --- a/project/assets/database/bots/types/bear.json +++ b/project/assets/database/bots/types/bear.json @@ -2219,16 +2219,34 @@ } }, "experience": { - "aggressorBonus": 0.02, + "aggressorBonus": { + "easy": 0.02, + "hard": 0.03, + "normal": 0.02 + }, "level": { "max": 79, "min": 1 }, "reward": { + "easy": { + "max": 800, + "min": 150 + }, + "hard": { + "max": 1400, + "min": 450 + }, + "normal": { "max": 1000, "min": 250 + } + }, + "standingForKill": { + "easy": 0.02, + "hard": 0.03, + "normal": 0.02 }, - "standingForKill": 0.02, "useSimpleAnimator": false }, "firstName": [ diff --git a/project/assets/database/bots/types/usec.json b/project/assets/database/bots/types/usec.json index caf71805..84bd600e 100644 --- a/project/assets/database/bots/types/usec.json +++ b/project/assets/database/bots/types/usec.json @@ -2208,16 +2208,34 @@ } }, "experience": { - "aggressorBonus": 0.02, + "aggressorBonus": { + "hard": 0.03, + "normal": 0.02, + "easy": 0.02 + }, "level": { "max": 79, "min": 1 }, "reward": { - "max": 1000, - "min": 250 + "hard": { + "max": 1400, + "min": 450 + }, + "normal": { + "max": 1000, + "min": 250 + }, + "easy": { + "max": 800, + "min": 150 + } + }, + "standingForKill": { + "hard": 0.03, + "normal": 0.02, + "easy": 0.02 }, - "standingForKill": 0.02, "useSimpleAnimator": false }, "firstName": [