- 原地址
- 需要插件(必装)
-
免费 - Npc Spawn · NPC生成
插件本身没有作用,是其他副本插件的依赖。 你可以在原网址手动下载,因为不能保证及时更新。 另外如果你购买了相关插件,清档后发现无法使用且插件没更新,多半只需要更新这款插件即可 支持的插件 飞艇事件 港口活动 水事件 卫星天线事件 电厂事件 垃圾场活动 技能BOSS 更好的NPC 可防御的基地 可防御的家园 水上巡逻 护航 装甲列车 人造卫星 空间 突袭实验室 XD奇努克事件 IQ大铁球事件 IQboss 圣诞节 应用程序编程接口 ScientistNPC...rustsb.com
权限
- bradleyguards.use - 允许设置护卫队。
指令
- /bguard <遗迹路径> enable <true|false> - 启用/禁用特定事件。
- /bguard <遗迹路径> display <新名称> - 更改守卫名称。
- /bguard <遗迹路径> amount <数量> - 更改遗迹生成的NPC数量。
- /bguard <遗迹路径> loadout - 将身上的物品设置为NPC的装备。
配置文件
JSON:
{
"command name": "bguard",
"enable auto unlock crates when guards are eliminated": true,
"enable auto extinguish crates when guards are eliminated": true,
"bradley starting health": 1000.0,
"crate spawn amount": 4,
"message notification settings": {
"enable toast message": false,
"enable chat message": true,
"enable chat prefix": true,
"custom chat message icon (steam64)": 76561199542550973,
"enable gui announcements plugin from umod.org": false,
"gui announcements text color": "White",
"gui announcements background color": "Purple"
}
}
数据文件
JSON:
{
"BradleyEventEntries": {
"assets/bundled/prefabs/autospawn/monument/xlarge/launch_site_1.prefab": {
"display name": "Launch Site",
"enabled": true,
"bounds center": {
"x": 0.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": 90.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",
"WearItems": [
{
"ShortName": "metal.facemask",
"SkinID": 0
},
{
"ShortName": "metal.plate.torso",
"SkinID": 0
},
{
"ShortName": "roadsign.kilt",
"SkinID": 0
},
{
"ShortName": "pants",
"SkinID": 0
},
{
"ShortName": "hoodie",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "rifle.ak",
"SkinID": 0,
"Amount": 1,
"Ammo": "ammo.rifle",
"Mods": []
}
],
"Kit": "",
"Health": 250.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.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,
"HomePosition": "(991.4, 32.4, 493.6)",
"MemoryDuration": 30.0,
"States": [
"RoamState",
"ChaseState",
"CombatState",
"CombatStationaryState"
]
}
},
"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",
"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": []
}
],
"Kit": "",
"Health": 250.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.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,
"HomePosition": "",
"MemoryDuration": 30.0,
"States": [
"RoamState",
"ChaseState",
"CombatState",
"CombatStationaryState"
]
}
}
}
}