About Train Yard Event
This event spawns a Bradley and Npc's, and two Chinook crates periodically at the Train Yard monument, as configured in the config file. The config file allows setting the number of Chinook crates to spawn (1 or 2), whether the Bradley should move or stay stationary, the health of the Bradley, and the number of crates to spawn upon its destruction.
Permissions:
- TrainYardEvent.admin
ChatCommands:
- /tyestart
- /tyestop
ConsoleCommands:
tyestart
tyestop
Before Install Version 2.0 delete old config file!
Config file:
{
"The event should start every second.:": 7200,
"How many seconds after the event starts should it end.:": 2100,
"Is the countdown timer active for the event? [true/false]": false,
"Use marker and messages /false = silent mode/:": true,
"Spawning of the second locked crate/true=2crate, false=1crate:": true,
"Bradley move:": true,
"Bradley health": 1000.0,
"Number of crate to spawn when the bradley dies": 3,
"Amount of Guards": 8,
"Chat icon (SteamID64)": 0,
"Guards Settings": {
"Name": "Train Guard",
"Health": 150.0,
"Roam Range": 20.0,
"Kit, remember that this decrease the performance": "",
"Chase Range": 100.0,
"Attack Range Multiplier": 2.0,
"Sense Range": 85.0,
"Target Memory Duration [sec.]": 30.0,
"Scale damage": 0.4,
"Aim Cone Scale": 1.0,
"Detect the target only in the NPC's viewing vision cone? [true/false]": false,
"Vision Cone": 135.0,
"Speed": 7.5,
"Disable radio effects? [true/false]": false,
"Is this a stationary NPC? [true/false]": false,
"Remove a corpse after death? (it is recommended to use the true value to improve performance) [true/false]": true,
"Wear items": [
{
"ShortName": "hoodie",
"SkinID (0 - default)": 3067677165
},
{
"ShortName": "shoes.boots",
"SkinID (0 - default)": 2833767826
},
{
"ShortName": "jacket",
"SkinID (0 - default)": 2361147547
},
{
"ShortName": "pants",
"SkinID (0 - default)": 1987863036
},
{
"ShortName": "metal.facemask",
"SkinID (0 - default)": 2363112910
}
],
"Belt items": [
{
"ShortName": "rifle.ak",
"Amount": 1,
"SkinID (0 - default)": 0,
"Mods": [
"weapon.mod.flashlight"
],
"Ammo": ""
},
{
"ShortName": "syringe.medical",
"Amount": 5,
"SkinID (0 - default)": 0,
"Mods": [],
"Ammo": ""
}
]
}
}