Buff Zombie Infection (#25954)

* Infection chance

* Infection Damage
This commit is contained in:
liltenhead
2024-03-12 11:44:08 -07:00
committed by GitHub
parent ad99564b3e
commit 56ac86a5c1
2 changed files with 3 additions and 4 deletions

View File

@@ -16,8 +16,7 @@ public sealed partial class PendingZombieComponent : Component
{
DamageDict = new ()
{
{ "Blunt", 0.25 },
{ "Poison", 0.1 },
{ "Poison", 0.3 },
}
};