VisEntities
Complete weather system involving meteors, tides, tornadoes, and sandstorms

Supported Games
GameServerKingsGameServerKings

Ragnarok adds a new meteorite event.

Permissions

- ragnarok.admin - for chat commands start|stop|timer
- ragnarok.hud - to see HUD when event is on

Commands

/ragna - display in chat Ragnarok status (true/false)
/ragna_start  - for constant event
/ragna_stop
/ragna_timer

How-To

  1. set configuration file in folder /oxide/config/
  2. add permissions to players
  3. as admin, start event by /ragna_start or /ragna_timer
  4. stop event with /ragna_stop

If Ragnarok is started on timer, you can use /ragna_stop at anytime.

Configuration

{
  "Cluster": {
    "Maximum number of Meteors (5 by default)": "5",
    "Meteor Launch Frequency in seconds (2 by default)": "2"
  },
  "Cluster Size": {
    "Maximum range of cluster (5 by default)": "2",
    "Minimum range of cluster (1 by default)": "-2"
  },
  "Launch Angle": {
    "Maximum (0.5 by default)": "0.5",
    "Minimum (0.25 by default)": "0.25"
  },
  "Launch Height": {
    "Maximum (250 by default)": "250",
    "Minimum (100 by default)": "100"
  },
  "Launch Velocity": {
    "Maximum (75 by default)": "75",
    "Minimum (25 by default)": "25"
  },
  "Meteo Settings": {
    "Cloud value (in percent)": "80",
    "Fog value (in percent)": "80"
  },
  "Resources Loot": {
    "Percent chance of the Meteor dropping (0.05 by default)": "0.05",
    "Percent chance of the Meteor spawning node (1 by default)": "1"
  },
  "Timer Settings": {
    "Ragnarok will be there for (5 by default) minutes": "1",
    "Repeat Ragnarok every (15 by default) minutes": "2"
  }
}

Future Plans

  • add lang support
  • auto start on timer true/false in config
  • permission.god to avoid damages from Ragnarok to player
  • no weather effect

Credits

  • Rewritten from scratch and maintained to present by VisEntities
  • Previous maintenance and contributions by Default and BuzZ
  • Originally created by Drefetr et Shmitt, up to version 0.7.10

No license