About Junkpile NPC
Brings back the Junkpile scientists and the possibility to add Scarecrows.
Video : Spawned junkpiles in to see the spawns in action (cfg was set to 10% which is/was the vanilla rate)
Features :
- Complete configuration options.
- Support for kits or out of the box NPC's.
- Simple setup.
- No permissions needed the config sets up the randomization for their spawns and uses the vanilla spawned junkpiles (land types).
- No language files.
- No loot options.
Configuration :
example pre generated config below use "kit1","kit2" like in all my plugins for multiple kits
{ "Scarecrow Settings": { "Spawn chance (0-100)": 100, "Min NPC Spawn Amount": 2, "Max NPC Spawn Amount": 4, "Max Roam Distance": 15, "Scarecrow Normal": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Scarecrow Chainsaw": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Scarecrow Jackhammer": { "Prefix (Title)": "Scarecrow", "Health (HP)": 250 }, "Life Duration (minutes)": 15.0, "Damage multiplier": 1.0, "Use kit (clothing)": true, "Kit ID": [] }, "Scientist Settings": { "Spawn chance (0-100)": 100, "Min NPC Spawn Amount": 1, "Max NPC Spawn Amount": 3, "Max Roam Distance": 15, "Prefix (Title)": "Scientist", "Health (HP)": 250, "Life Duration (minutes)": 15.0, "Damage multiplier": 1.5, "Use kit (clothing)": true, "Kit ID": [ "npc-heavy1" ] } }