From 91e035d540f65a2d74758b7f8d51e19058e3f53f Mon Sep 17 00:00:00 2001 From: Aburiu Date: Tue, 9 Jan 2024 08:52:40 +0000 Subject: [PATCH] Added missing Hall of Fame area to BEAR/USEC EoD profiles (!188) * Adds missing Hall of Fame area to new EoD profiles. Should allow the area to be built without an error on EoD profiles. Co-authored-by: Aburiu <44771615+aburiu@users.noreply.github.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/188 Co-authored-by: Aburiu Co-committed-by: Aburiu --- .../assets/database/templates/profiles.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/project/assets/database/templates/profiles.json b/project/assets/database/templates/profiles.json index df0c7b9a..43c268a6 100644 --- a/project/assets/database/templates/profiles.json +++ b/project/assets/database/templates/profiles.json @@ -403,6 +403,15 @@ "passiveBonusesEnabled": true, "slots": [], "type": 15 + }, { + "active": true, + "completeTime": 0, + "constructing": false, + "lastRecipe": "", + "level": 0, + "passiveBonusesEnabled": true, + "slots": [], + "type": 16 }, { "active": true, "completeTime": 0, @@ -4697,6 +4706,15 @@ "passiveBonusesEnabled": true, "slots": [], "type": 15 + }, { + "active": true, + "completeTime": 0, + "constructing": false, + "lastRecipe": "", + "level": 0, + "passiveBonusesEnabled": true, + "slots": [], + "type": 16 }, { "active": true, "completeTime": 0,