Radiation grenades, Yep - cause rust isn't hard enough already.
These nades cannot be crafted but can be found in most lootboxes (config setting).
This plugin turns a normal flashbang grenade into a dirty 'nade.
When the flashbang explodes it will create a radiation zone at that location which
will last for 12 seconds (settable in configs).
This plugin only has one permission at the moment
hgradnades.create
Any user/admin with this permission will be able to use the chat command.
/giveradnade [playerId/playerName] [amount]
Give 'amount' radiation grenades to 'playerId/playerName'
/giveradnade
Give yourself 1 radiation grenade
[PluginReference] private Plugin HGRadNades; // In your plugin var rad = HGRadNades?.Call("HGRadNades_CreateItem", 1) as Item;
IMPORTANT: This plugin has its own loot injection ability which will try to add nades into various creates UNLESS, it detects you are using
an already existing loot injection plugin such as BetterLoot, or AlphaLoot forexample in which case my plugin will give way to them.
Turns out having more than one plugin trying to manage loot injection can often cause all sorts of issues.
So, if you are using BetterLoot, or AlphaLoot or any other loot injecting plugin then all you need to do is add a flashbang with the skinId of
3554459200 to its loot pool and done, the radnades will spawn automatically from there.
[TO BE ADDED SOON]