

Adds 1 scrap and 1 enemy skin. The Smol Zombies plushie has over 11 variants with each one having a unique appearence and voice lines. Some variants have special interactions and behaviours.
Who needs this mod installed for it to work? Everyone!
This mod was commissioned by Twitch streamer
ZombiesAteMyChannel 
This mod adds 1 scrap and 1 enemy skin.
Smol Zombies has 11 different variants, with each one having a unique appearance and voice lines.
You have to unlock these variants by doing actions with/to them.
Some variants can change, while others get locked in.
Smol Zombies will always spawn in the facility as the variant sad.
The default variant is happy.
Some variants might have some special interactions and behaviors.
Can you collect them all?
Masked enemies can sometimes spawn as masked zombies.
Skin chance is configurable in the config settings.
[!NOTE] This enemy skin doesn't use EnemySkinRegistry or DawnLib entity replacements yet TwT
namespace com.github.zehsteam.ZombiesPlush;
public static class Api
{
/// <summary>
/// If enabled, will force any spawned Masked to become Masked Zombies.
/// This will get reset automatically when the day ends.
/// </summary>
public static bool ForceMaskedZombiesSpawns { get; set; }
/// <summary>
/// This must only be called on the Host/Server.
/// </summary>
/// <returns>True if successful.</returns>
public static bool SetMaskedZombiesOnServer(MaskedPlayerEnemy maskedPlayerEnemy);
}
Report bugs, suggest features, or provide feedback: