]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Low-Key Zombie Rebalance (#27060)
authorBellwether <157836624+BellwetherLogic@users.noreply.github.com>
Thu, 18 Apr 2024 01:06:33 +0000 (18:06 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 01:06:33 +0000 (21:06 -0400)
initial soft zombie rebalance - lower infection chance, damage, and chance of outbreak

Co-authored-by: Bellwether <null>
Content.Server/Zombies/PendingZombieComponent.cs
Content.Shared/Zombies/ZombieComponent.cs
Resources/Prototypes/GameRules/events.yml

index a49b424c53fce9677f565cf913d3925cc6857daa..10b62c05dc7da9eaba73d36939e5892df802aee0 100644 (file)
@@ -16,7 +16,7 @@ public sealed partial class PendingZombieComponent : Component
     {
         DamageDict = new ()
         {
-            { "Poison", 0.3 },
+            { "Poison", 0.2 },
         }
     };
 
index be3fdbdd01a569328e41ee9d2f928569749c4f75..3673a2c51d58858d62d4020a005ada38eae95cbc 100644 (file)
@@ -27,7 +27,7 @@ public sealed partial class ZombieComponent : Component, IAntagStatusIconCompone
     /// being invincible by bundling up.
     /// </summary>
     [ViewVariables(VVAccess.ReadWrite)]
-    public float MinZombieInfectionChance = 0.50f;
+    public float MinZombieInfectionChance = 0.25f;
 
     [ViewVariables(VVAccess.ReadWrite)]
     public float ZombieMovementSpeedDebuff = 0.70f;
index d3084e43b665405ecd41f4390bb9b827646a5805..32cfd69cb02d66f15d4af823b93db58ad39f0303 100644 (file)
   - type: StationEvent
     earliestStart: 50
     minimumPlayers: 15
-    weight: 5
+    weight: 3
     duration: 1
   - type: ZombieRule
     minStartDelay: 0 #let them know immediately