Radtown Event

VAULT+ RUST PLUGIN Radtown Event 1.1.0

Upgrade or register to download
Official page:

О мероприятии Рэдтауна​


Этот плагин добавляет элемент высокого риска и высокой награды к недавно представленному памятнику Рэдтауна. Это динамичное событие порождает опасный транспортный контейнер, наполненный ценной добычей, но окруженный опасным радиоактивным материалом. Задача двоякая: игроки не только должны управлять интенсивными уровнями радиации, но они также должны защищать контейнер от неустанных ударных дронов, которые стремятся его уничтожить.



Новое с версией 1.1.0: Дроны теперь могут нацеливаться на игроков с настраиваемым шансом



Основные характеристики:

  • Ценная добыча: контейнер содержит редкие и мощные ресурсы, что делает его очень желанным призом.
  • Множественные волны атак дронов: атака дронов в муль
  • Интенсивное излучение: высокий уровень радиации требует тщательного планирования и защитного снаряжения для безопасного приближения.
  • Защита дронов: Когда игроки пытаются забрать добычу, дроны, управляемые ИИ, будут атаковать контейнер. Игроки должны защищать его до тех пор, пока ящик не откроется.
  • Катастрофический взрыв: если игроки не смогут защитить контейнер или потратят слишком много времени, это вызовет мощный взрыв, опустошающий территорию и убивающий всех близлежащих игроков.


Параметры конфигурации:

  • Количество волн дрона, количество дронов на волну
  • Здоровье и повреждение дрона
  • Здоровье контейнера
  • Краткая добыча
  • и гораздо больше...


Этот плагин улучшает памятник Рэдтауну с помощью интенсивного игрового процесса на время, вознаграждая тех, кто может пережить как окружающую среду, так и дроны—, но наказывая неудачу взрывными последствиями!

Разрешения:

radtownevent.admin - требуется для запуска команд администратора

Команды:

старт Рэдтауна - Начните мероприятие
остановка Рэдтауна - Остановите мероприятие


Разработчик Api:
Code:
void OnRadtownEventContainerDelivered() // Called when the container has been delivered and the event is ready to start
void OnRadtownEventStart()              // Called when the locked crate inside the container has been hacked
void OnRadtownEventWin(ulong steamId)   // Called when the event was successfully completed by a player
void OnRadtownEventEnd(bool success)    // Called when the event is over. Success is false when the container exploded

Конфигурация:

{
"Custom chat prefix": null,
"Use Notify instead of chat messages": false,
"Notify notification type": 0,
"Time between events (minutes)": 60,
"Crate hack time (seconds; drone waves will spawn until the crate is fully hacked)": 600,
"Container health": 8000,
"Container position": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Container rotation": {
"x": 0.0,
"y": 30.0,
"z": 0.0
},
"Time before despawn after event has been completed (seconds)": 300,
"Time before despawn if event is not started (minutes)": 30,
"Make event zone visible": false,
"Radiation duration after the event failed in seconds (this also affects the fog duration)": 60,
"Radiation amount per second after the event failed": 100,
"Drone damage scale factor (damage increases by this multiplier every time a drone deals damage)": 1.3,
"Drone wave configuration": [
{
"Wave number": 1,
"Preparation time before drones spawn (seconds)": 5,
"Maximum number of concurrent drones": 3,
"Explosive drone configuration": {
"Number of attack drones to spawn (0 to disable)": 20,
"Drone health": 100,
"Damage per shell": 40,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.0
},
"Kamikaze drone configuration": {
"Number of kamikaze drones to spawn (0 to disable)": 0,
"Drone health": 100,
"Damage on explosion": 60,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.3
}
},
{
"Wave number": 2,
"Preparation time before drones spawn (seconds)": 20,
"Maximum number of concurrent drones": 4,
"Explosive drone configuration": {
"Number of attack drones to spawn (0 to disable)": 20,
"Drone health": 150,
"Damage per shell": 50,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.2
},
"Kamikaze drone configuration": {
"Number of kamikaze drones to spawn (0 to disable)": 30,
"Drone health": 150,
"Damage on explosion": 60,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.4
}
},
{
"Wave number": 3,
"Preparation time before drones spawn (seconds)": 20,
"Maximum number of concurrent drones": 5,
"Explosive drone configuration": {
"Number of attack drones to spawn (0 to disable)": 40,
"Drone health": 200,
"Damage per shell": 40,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.3
},
"Kamikaze drone configuration": {
"Number of kamikaze drones to spawn (0 to disable)": 40,
"Drone health": 200,
"Damage on explosion": 60,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.5
}
},
{
"Wave number": 4,
"Preparation time before drones spawn (seconds)": 20,
"Maximum number of concurrent drones": 8,
"Explosive drone configuration": {
"Number of attack drones to spawn (0 to disable)": 40,
"Drone health": 250,
"Damage per shell": 70,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.4
},
"Kamikaze drone configuration": {
"Number of kamikaze drones to spawn (0 to disable)": 40,
"Drone health": 250,
"Damage on explosion": 80,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.6
}
},
{
"Wave number": 5,
"Preparation time before drones spawn (seconds)": 20,
"Maximum number of concurrent drones": 8,
"Explosive drone configuration": {
"Number of attack drones to spawn (0 to disable)": 40,
"Drone health": 250,
"Damage per shell": 70,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.5
},
"Kamikaze drone configuration": {
"Number of kamikaze drones to spawn (0 to disable)": 40,
"Drone health": 250,
"Damage on explosion": 80,
"Player targeting chance (1 = always target players, 0 = never target players)": 0.7
}
}
],
"Locked crate loot table": {
"Enabled": false,
"Minimum items": 4,
"Maximum items": 8,
"Item list": [
{
"Short name": "scrap",
"Min amount": 12,
"Max amount": 48,
"Chance (1 = 100%)": 1.0,
"Skin id": 0,
"Custom name": ""
}
]
},
"Chance for drone to drop loot box (%)": 100.0,
"Drone loot table": {
"Enabled": true,
"Minimum items": 1,
"Maximum items": 4,
"Item list": [
{
"Short name": "gunpowder",
"Min amount": 10,
"Max amount": 30,
"Chance (1 = 100%)": 0.2,
"Skin id": 0,
"Custom name": ""
},
{
"Short name": "sulfur",
"Min amount": 10,
"Max amount": 30,
"Chance (1 = 100%)": 0.4,
"Skin id": 0,
"Custom name": ""
},
{
"Short name": "charcoal",
"Min amount": 20,
"Max amount": 60,
"Chance (1 = 100%)": 0.7,
"Skin id": 0,
"Custom name": ""
},
{
"Short name": "metal.fragments",
"Min amount": 10,
"Max amount": 60,
"Chance (1 = 100%)": 0.5,
"Skin id": 0,
"Custom name": ""
},
{
"Short name": "explosives",
"Min amount": 1,
"Max amount": 2,
"Chance (1 = 100%)": 0.08,
"Skin id": 0,
"Custom name": ""
}
]
},
"Disable map marker": false
}


NEW: Halloween Update

The Halloween update adds pumpkin drones and spooky decorations to the container

screen_1.png.4fa2a418e6d86212c2bcd338ed979c40.png


screen_3.png.e43ef2bb602353b04fe783c92188bf07.png
rad_night.png.4b83dc1f43b15e8886c707fd6955d42c.png
Author
Inkub
First release
Last update

Ratings

5.00 star(s) 1 ratings

More downloads from Inkub

Latest Reviews

great event for in between ... thanks for the upload
Back
Top