{
"Event Options": {
"Broadcast the box co-ordinates to chat": false,
"Minimum players required online to trigger the event": 1,
"NPC Options": { // Add from this line here
"Amount of NPCs to spawn": 3,
"Kits that NPCs can spawn with (chosen at random)": [],
"Spawn NPCs at the box location": true,
"The attack distance of a NPC": 40.0,
"The health of a NPC": 200.0,
"The maximum distance a NPC can wander from the box": 50.0
}, // To this line here
"Show a smoke signal on the box location": true,
"UI Options": {
"Enabled the UI display": true,
"Position - X Dimensions": 0.275,
"Position - X Start": 0.625,
"Position - Y Dimensions": 0.05,
"Position - Y Start": 0.93,
"UI background color (hex)": "#4C4C4C",
"UI transparency (0.0 - 1.0)": 0.7,
"URL of the icon to be used in the UI": "http://www.chaoscode.io/oxide/Images/treasureicon.png"
},
"Use a spawn file for box spawn points": "",
"Use RandomSpawns for box spawn points": true,
"ZoneManager Options": {
"Create a temporary zone around the box when it spawns": true,
"Flags to be applied to the temporary zone": [
"notp",
"true",
"notrade",
"true",
"radius",
"75"
],
"The amount of time the zone will remain active after the event is over (seconds)": 300
}
},
"Event Timers": {
"Amount of time before the box unlocks (seconds)": 180,
"Amount of time the box will remain on the map (seconds)": 300,
"Maximum time between events (seconds)": 1200,
"Minimum time between events (seconds)": 600
},
"Loot Options": {
"Container skin ID": 0,
"Loot list": [
{
"Item shortname": "metal.refined",
"Maximum amount of item": 100,
"Minimum amount of item": 10
},
{
"Item shortname": "explosive.timed",
"Maximum amount of item": 2,
"Minimum amount of item": 1
},
{
"Item shortname": "grenade.f1",
"Maximum amount of item": 3,
"Minimum amount of item": 1
},
{
"Item shortname": "supply.signal",
"Maximum amount of item": 1,
"Minimum amount of item": 1
},
{
"Item shortname": "cctv.camera",
"Maximum amount of item": 1,
"Minimum amount of item": 1
},
{
"Item shortname": "targeting.computer",
"Maximum amount of item": 1,
"Minimum amount of item": 1
},
{
"Item shortname": "ammo.rifle",
"Maximum amount of item": 60,
"Minimum amount of item": 20
},
{
"Item shortname": "ammo.pistol",
"Maximum amount of item": 60,
"Minimum amount of item": 20
}
],
"Maximum amount of items to spawn": 4,
"Minimum amount of items to spawn": 1
},
"Map Options": {
"Ingame map integration": {
"Broadcast information about the marker to chat": true,
"Marker color (hex)": "#ce422b",
"Marker transparency (0.0 - 1.0)": 0.25,
"Maximum amount to offset the marker position from the box position": 25.0,
"Show a radius marker on the map": true,
"The radius of the marker": 50.0
},
"LustyMap intergration": {
"Show a icon on LustyMap": false,
"URL of the icon to be used": "http://www.chaoscode.io/oxide/Images/treasureicon.png"
}
}
}