Skip to content

Commit

Permalink
review changes от вигерса
Browse files Browse the repository at this point in the history
Signed-off-by: JDtrimble <[email protected]>
  • Loading branch information
pxc1984 committed Jul 29, 2024
1 parent a0831d6 commit 3e99681
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Content.Shared/Zombies/ZombieComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed partial class ZombieComponent : Component
public float MinZombieInfectionChance = 0.6f; // Sunrise-Edit

[ViewVariables(VVAccess.ReadWrite)]
public float ZombieMovementSpeedBuff = 0.6f; // Sunrise-Edit
public float ZombieMovementSpeedBuff = 1f; // Sunrise-Edit

/// <summary>
/// The skin color of the zombie
Expand Down Expand Up @@ -100,9 +100,9 @@ public sealed partial class ZombieComponent : Component
{
DamageDict = new ()
{
{ "Blunt", -1.5 }, // Sunrise-Edit
{ "Slash", -1.5 }, // Sunrise-Edit
{ "Piercing", -1.5 }, // Sunrise-Edit
{ "Blunt", -0.5 }, // Sunrise-Edit
{ "Slash", -0.5 }, // Sunrise-Edit
{ "Piercing", -0.5 }, // Sunrise-Edit
{ "Heat", -0.02 },
{ "Shock", -0.02 }
}
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
- type: damageModifierSet
id: Zombie #Blunt resistant and immune to biological threats, but can be hacked apart and burned
coefficients:
Blunt: 0.1
Piercing: 0.1
Cold: 0.1
Blunt: 0.2 # Sunrise-edit
Piercing: 0.2 # Surnise-edit
Cold: 0.2 # Sunrise-edit
Heat: 1.25
Poison: 0.0
Radiation: 0.0
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Voice/auto_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id: ZombieGroan
emote: Scream
interval: 5.0
chance: 0.8 # Sunrise-Edit
chance: 0.5 # Sunrise-Edit если ставить меньше, то от спама звуками голова болит
withChat: false
# Cluwne
- type: autoEmote
Expand Down

0 comments on commit 3e99681

Please sign in to comment.