CBD Lootrooms Raiding Addon

Мод CBD Lootrooms Raiding Addon для DayZ. Сейчас на 3 серверах RiseOfServers.

Lootrooms Raiding Addon

Works extremely well with RaG Basebuilding
C4 fully compatible with BaseBuildingPlus with settings for all tier levels
Hacking Tablet fully compatible with BaseBuildingPlus with settings for all tier levels
Add any codelocked object for C4 and hacking tablet and all can be control seamlessly with raid schedule

With this addon, players can:

🛠 Use different tools, each with their own role:
• Bolt Cutters
• Hacksaws
• Hacking Tablet (battery based raiding requires 2 batteries and they get damaged base on your json setting)
• Axes
• Sledgehammers
• C4 explosives

Everything is controlled via one easy to edit .json file. no coding needed.

Core Features

⚙ Fully Configurable Raid Settings
All raid times, damage values and enable/disable options are set in a JSON config:

• Set how long each tool takes to raid (per tool, per target type)
• Set how much damage each tool takes per successful raid
• Enable or disable any tool you don’t want on your server
• Control whether locks are deleted after a successful raid
• Logging setting to enable webhooks so raid information is sent to a Discord channel you choose
• Optional raid schedule with discord embeds with your schedule information, raiding Allowed and Blocked

Json settings

{
"General": {
"LockDeleteAfterRaid": 1,
"RaidScheduleEnabled": 0,
"RaidSchedules": [
{
"DayOfWeek": "Friday",
"RaidingStartTime": "19:00",
"RaidingEndTime": "00:00"
},
{
"DayOfWeek": "Saturday",
"RaidingStartTime": "00:00",// all day
"RaidingEndTime": "00:00"// all day
},
{
"DayOfWeek": "Sunday",
"RaidingStartTime": "00:00",
"RaidingEndTime": "20:00"
}
]
},
"BoltCutters": {
"Damage": 50,
"RaidTimeMinutes": 10.0,
"Enabled": 1 //combo locks only makes no sense to use this on a codelock!
},
"Hacksaws": {
"Damage": 50,
"RaidTimeMinutes": 10.0,
"Enabled": 1//combo locks only makes no sense to use this on a codelock!
},
"HackingTabletDevice": {
"BatteryDamage": 100,
"GateRaidTimeMinutes": 1.0,
"TentRaidTimeMinutes": 10.0,
"EnabledGates": 1,
"EnabledTents": 1,
"HackTimeMinutesBBPTier1": 3.0,
"HackTimeMinutesBBPTier2": 6.0,
"HackTimeMinutesBBPTier3": 9.0,
"BatteryDamageBBPTier1": 20,
"BatteryDamageBBPTier2": 35,
"BatteryDamageBBPTier3": 50,
"CustomCodelockedObjects": [
{
"CodelockedObjectClassname": "Paragon_BigSafe_Black",
"BatteryDamage": 20,// 5 uses until batteries are fully drained showing as ruined
"RaidTimeMinutes": 1.0
},
{
"CodelockedObjectClassname": "Paragon_BigSafe_Grey",
"BatteryDamage": 100,// 1 use then fully drained
"RaidTimeMinutes": 1.0
},
{
"CodelockedObjectClassname": "mmg_equipment_locker_green",
"BatteryDamage": 100,
"RaidTimeMinutes": 1.0
},
{
"CodelockedObjectClassname": "mmg_solo_locker_medic",
"BatteryDamage": 50,// 2 uses
"RaidTimeMinutes": 2.0
}
]
},
"Axes": {
"Damage": 100,
"GateRaidTimeMinutes": 1.0,
"TentRaidTimeMinutes": 1.0,
"ComboRaidTimeMinutes": 1.0,
"EnabledGates": 1,
"EnabledTents": 1,
"EnabledCombo": 1
},
"Sledge": {
"Damage": 100,
"GateRaidTimeMinutes": 1.0,
"TentRaidTimeMinutes": 1.0,
"ComboRaidTimeMinutes": 1.0,
"EnabledGates": 1,
"EnabledTents": 1,
"EnabledCombo": 1
},
"C4": {
"RemoveDoorOnFinalExplodedC4": 0,
"TickSoundActive": 1,
"DisarmTimeSeconds": 3.0,
"ChargesRequiredCombo": 3,
"RaidTimeMinutesCombo": 2.0,
"EnabledCombo": 1,
"ChargesRequiredTent": 2,
"RaidTimeMinutesTent": 2.0,
"EnabledTent": 1,
"ChargesRequiredGate": 3,
"RaidTimeMinutesGate": 1.0,
"EnabledGate": 1,
"RaidTimeMinutesBBPTier1": 3.0,
"RaidTimeMinutesBBPTier2": 4.0,
"RaidTimeMinutesBBPTier3": 6.0,
"ChargesRequiredBBPTier1": 2,
"ChargesRequiredBBPTier2": 3,
"ChargesRequiredBBPTier3": 4,
"CustomCodelockedObjects": [
{
"CodelockedObjectClassname": "Paragon_BigSafe_Black",
"RaidTimeMinutes": 1.0,
"ChargesRequired": 2,
"RemoveObjectOnFinalExplode": 0,
"ChanceOfObjectRemoval": 25
},
{
"CodelockedObjectClassname": "mmg_solo_locker_medic",
"RaidTimeMinutes": 1.0,
"ChargesRequired": 1,
"RemoveObjectOnFinalExplode": 1,
"ChanceOfObjectRemoval": 25
}
]
},
"MapBuildings": {
"EnableC4": 1,
"EnableTablet": 1,
"TabletRaidTimeMinutes": 1,
"TabletBatteryDamage": 50,
"C4RaidTimeMinutes": 3,
"C4ChargesRequired": 2
}
}


Server owners can tweak everything to match their server’s difficulty and meta.

🧨 Raiding Tools Overview

Bolt Cutters
• Used on: combination locks
• Simple mechanical raiding option

Hacksaws
• Used on: combination locks
• Low tech cutting option

Hacking Tablet
• Used on: Codelocks
• Can be used on all BBP tiers
• Consumes battery instead of normal tool durability
• Great for “tech raider” playstyle

Axes
• Used on: Codelocks, combination locks
• Higher damage tool, good for aggressive raiding

Sledgehammer
• Used on: Codelocks, combination locks
• Heavy raiding tool, high impact and high durability damage

C4
• Can be crafted 4 items (Clay Block, Screen, Detonator and Gas) in 3 stages
• Used on: Codelocks, combination locks
• Can be used on all BBP tiers
• Uses configurable charges per target type
• Optional tick sound and disarm time

This system is designed to be clear, consistent and admin friendly.

Get Involved and Support Us!

Join our community on Discord to get updates, support, and share your experiences:
https://discord.gg/quCQ4RKG3Q

If you enjoy the mod and want to support the ongoing development of CBD Mods, consider donating to us on Ko-Fi:
https://ko-fi.com/cbdmods

TYPES INCLUDED YOU MAY WANT TO ADJUST WHERE THE ITEMS SPAWN

As with all my mods strictly no repacking


Copyright 2025
This item is not authorised for posting on Steam, except under the Steam account https://steamcommunity.com/profiles/76561199095164638/myworkshopfiles/?appid=221100

Источник: Steam Workshop

Серверы с этим модом