From b9c82dbb4d28c97004b57e74dc175a7499224f63 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 6 Jan 2024 23:33:57 +0000 Subject: [PATCH] Include plate mod chance % for generation --- project/assets/database/bots/types/arenafighter.json | 4 ++++ project/assets/database/bots/types/arenafighterevent.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/project/assets/database/bots/types/arenafighter.json b/project/assets/database/bots/types/arenafighter.json index 50c4522f..ca4c869d 100644 --- a/project/assets/database/bots/types/arenafighter.json +++ b/project/assets/database/bots/types/arenafighter.json @@ -53,6 +53,10 @@ "TacticalVest": 100 }, "mods": { + "front_plate": 100, + "back_plate": 100, + "left_side_plate": 25, + "rightside_plate": 25, "mod_charge": 100, "mod_equipment": 0, "mod_equipment_000": 11, diff --git a/project/assets/database/bots/types/arenafighterevent.json b/project/assets/database/bots/types/arenafighterevent.json index f5d11dbf..7419413c 100644 --- a/project/assets/database/bots/types/arenafighterevent.json +++ b/project/assets/database/bots/types/arenafighterevent.json @@ -53,6 +53,10 @@ "TacticalVest": 100 }, "mods": { + "front_plate": 100, + "back_plate": 100, + "left_side_plate": 25, + "rightside_plate": 25, "mod_charge": 100, "mod_equipment": 0, "mod_equipment_000": 9,