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;
[TO BE ADDED SOON]