Battle royale-style storm/gas cloud?
Hi Been away from the game for a while..

wondering if there is mod that has a battle royal style cloud that kills you over time when you are in it.

thanks in advance
ZoneManager can make a zone with radiation in it, but I dunno about a reverse-type zone that incrementally shrinks like Fortnight and stuff.

The part of "slowly kill people outside of $radius from $point" is simple enough to do (just check distance and do damage)... if you then manage to efficiently represent the "ring" on the map for all players (with map markers etc.) that would still be doable. 

I doubt a shiny visual representation in form of a cloud or fire or anything spanning the entire map would be efficient to do on a large map though.... 

If it was Zones, it could use the basic ZoneManger sphere images, or even the higher quality Zone Spheres. The DDraw would need to be constant on players that were within a certain distance of the zone's incrementally decreasing zone circumference. The zone showing on the map is a great idea, too.

There are a few devs that could do this pretty easily, but the main dude for ZoneManager is so talented I bet he's really busy.