From fcb1e2c2f326726fd7fe99102a6ec533e0dc2d44 Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 15 Nov 2023 09:25:03 +0000 Subject: [PATCH] Adjust sanitar+sanitarFollower to have more live-accurate generation values --- project/assets/database/bots/types/bosssanitar.json | 12 ++++++------ .../assets/database/bots/types/followersanitar.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/project/assets/database/bots/types/bosssanitar.json b/project/assets/database/bots/types/bosssanitar.json index a9056929..87669e84 100644 --- a/project/assets/database/bots/types/bosssanitar.json +++ b/project/assets/database/bots/types/bosssanitar.json @@ -2117,7 +2117,7 @@ "weights": { "0": 1, "1": 2, - "2": 0 + "2": 2 }, "whitelist": [] }, @@ -2136,7 +2136,7 @@ "weights": { "0": 1, "1": 2, - "2": 1 + "2": 3 }, "whitelist": [] }, @@ -2162,16 +2162,16 @@ }, "specialItems": { "weights": { - "0": 1, - "1": 0 + "0": 0, + "1": 1 }, "whitelist": [] }, "stims": { "weights": { - "0": 2, + "0": 1, "1": 1, - "2": 0 + "2": 2 }, "whitelist": [] }, diff --git a/project/assets/database/bots/types/followersanitar.json b/project/assets/database/bots/types/followersanitar.json index 073d1e52..8c5ec439 100644 --- a/project/assets/database/bots/types/followersanitar.json +++ b/project/assets/database/bots/types/followersanitar.json @@ -2134,7 +2134,7 @@ "weights": { "0": 1, "1": 2, - "2": 0 + "2": 2 }, "whitelist": [] }, @@ -2153,7 +2153,7 @@ "weights": { "0": 1, "1": 2, - "2": 1 + "2": 2 }, "whitelist": [] }, @@ -2186,9 +2186,9 @@ }, "stims": { "weights": { - "0": 2, - "1": 1, - "2": 0 + "0": 1, + "1": 2, + "2": 1 }, "whitelist": [] },