Spawn reinforcements for bradley when destroyed at configured monuments.
Supported Games
Permissions
bradleyguards.useAllows setup fo events.
Depends On
NpcSpawn v2.5.5
Commands
/bguard <monument-name> enable <true|false>Enable or Disable a specific event./bguard <monument-name> display <new-display-name>Change events display name max 11./bguard <monument-name> amount <number>Change number of guards to spawn at the event./bguard <monument-name> loadoutPut items in your wear and belt containers to set up a guard's loadout./bguard <monument-name> debugDisplay event information ex: event bounds and spawn positions.
Configuration
{
"command name - (default: bguard)": "bguard",
"auto unlock crates when guards are eliminated - (default: true)": true,
"auto extinguish crates when guards are eliminated - (default: true)": true,
"amount of crates bradley should spawn when destroyed - (default: 4)": 5,
"amount of health bradley should spawn with - (default: 1000)": 1000.0,
"amount of time debug messages will display for in seconds - (default: 30)": 30.0,
"toast notification settings": {
"enabled - (default: false)": false,
"style - (default: Blue_Normal - options: Blue_Normal, Red_Normal, Server_Event)": "Blue_Normal"
},
"chat notification settings": {
"enabled - (default: true)": true,
"enable prefix - (default: true)": true,
"chat icon (steam64) - (default: 0)": 0
},
"gui announcement notification settings - (https://umod.org/plugins/gui-announcements)": {
"enabled - (default: false)": false,
"text color - (default: white)": "white",
"background color - (default: purple)": "purple"
},
"current version number - (WARNING!!! do not change this value)": {
"Major": 1,
"Minor": 7,
"Patch": 4
}
}
Data
{
"BradleyEventEntries": {
"assets/bundled/prefabs/autospawn/monument/xlarge/launch_site_1.prefab": {
"display name": "Launch Site",
"enabled": true,
"bounds center": {
"x": 100.0,
"y": 0.0,
"z": 0.0
},
"bounds size": {
"x": 580.0,
"y": 280.0,
"z": 300.0
},
"landing position": {
"x": 152.3,
"y": 3.0,
"z": 0.0
},
"landing rotation": {
"x": 0.0,
"y": 180.0,
"z": 0.0
},
"chinook position": {
"x": -195.0,
"y": 150.0,
"z": 25.0
},
"guard spawn amount": 10,
"guard spawn profile": {
"Name": "Launch Site Guard",
"Kit": "",
"Health": 250.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.35,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"Speed": 8.5,
"AreaMask": 1,
"AgentTypeID": -1372625422,
"MemoryDuration": 30.0,
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
]
}
},
"assets/bundled/prefabs/autospawn/monument/large/airfield_1.prefab": {
"display name": "Airfield Guard",
"enabled": false,
"bounds center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"bounds size": {
"x": 340.0,
"y": 260.0,
"z": 300.0
},
"landing position": {
"x": 0.0,
"y": 0.0,
"z": -28.0
},
"landing rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"chinook position": {
"x": -195.0,
"y": 150.0,
"z": 25.0
},
"guard spawn amount": 10,
"guard spawn profile": {
"Name": "Guarded Crate",
"Kit": "",
"Health": 250.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.35,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"Speed": 8.5,
"AreaMask": 1,
"AgentTypeID": -1372625422,
"MemoryDuration": 30.0,
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
]
}
}
}
}
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

