Hi!
I am using the rust command
halloween.murdererpopulation 25​

at day and

halloween.scarecrowpopulation 10

at night.

Since 2-3 Updates all the (assets/prefabs/npc/murderer/murderer.prefab) murderer(zombies) are just naked, only wearing a sash.

I would like to have a plugin with following features, (including a priority list if some are too hard/complex to implement)

Priorties:
1. Give them a proper outift back. (All the same, or 2-3 presets of outfits)
2. Changing their loot table.
3. Same for scientists(i know they are like 10 types of scientists :( )
4. Same for scarecrows
5. The ability to spawn some of them at monuments (like the plugin "RadtownAnimals" but this does not work anymore). I just want to have a config like (with or without animal support):
"Airfield": {
      "Enable spawning at this monument": true,
      "Amount of animals to spawn at this monument": {
        "Bears": 2,
        "Boars": 3,
        "Chickens": 0,
        "Horses": 0,
        "Murderers": 4,
        "Scientists": 2,
        "Stags": 0,
        "Wolfs": 3
      }
    }​

-
-
8. Give them real names instead of numbers (like the plugin "ScientistNames". I already use this plugin but would prefer to have 1 bigger plugin to modify NPCs)