From 5d3443ae742b5e8b6910f607ace50e265ac1431b Mon Sep 17 00:00:00 2001 From: MrOkiDoki <0mrokidoki@gmail.com> Date: Thu, 30 Nov 2023 08:36:00 +0300 Subject: [PATCH] Default modifications fixed. --- BattleBitAPI/Server/Internal/PlayerModifications.cs | 6 +++--- CommunityServerAPI.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BattleBitAPI/Server/Internal/PlayerModifications.cs b/BattleBitAPI/Server/Internal/PlayerModifications.cs index 5ef72a1..730ca12 100644 --- a/BattleBitAPI/Server/Internal/PlayerModifications.cs +++ b/BattleBitAPI/Server/Internal/PlayerModifications.cs @@ -380,7 +380,7 @@ namespace BattleBitAPI.Server public bool CanSuicide = true; public float MinDamageToStartBleeding = 10f; public float MinHpToStartBleeding = 40f; - public float HPperBandage = 40f; + public float HPperBandage = 50f; public bool StaminaEnabled = false; public bool HitMarkersEnabled = true; public bool FriendlyHUDEnabled = true; @@ -482,11 +482,11 @@ namespace BattleBitAPI.Server this.CanSpectate = true; this.IsTextChatMuted = false; this.IsVoiceChatMuted = false; - this.RespawnTime = 10f; + this.RespawnTime = 5f; this.CanSuicide = true; this.MinDamageToStartBleeding = 10f; this.MinHpToStartBleeding = 40f; - this.HPperBandage = 40f; + this.HPperBandage = 50f; this.StaminaEnabled = false; this.HitMarkersEnabled = true; this.FriendlyHUDEnabled = true; diff --git a/CommunityServerAPI.csproj b/CommunityServerAPI.csproj index b3efdf4..adaa72b 100644 --- a/CommunityServerAPI.csproj +++ b/CommunityServerAPI.csproj @@ -18,7 +18,7 @@ https://github.com/MrOkiDoki/BattleBit-Community-Server-API https://github.com/MrOkiDoki/BattleBit-Community-Server-API BattleBit - 1.0.8 + 1.0.8.1