Dragon Heart Studios
  • Dragon Heart Studios Documentation
  • 🌉DHS-Bridge
  • ⚙️Compatibility
  • 📜Scripts
    • 🎣DHS-Fishing
      • Installation
      • Configuration
      • Integration
    • 🕑DHS-ZWatch
      • Installation
      • Configuration
    • 💰DHS-PettyCrime
      • Installation
      • Configuration
      • Integration
    • 🪓DHS-LumberJack
      • Installation
      • Configuration
      • Integration
    • 🏵️DHS-Peyote
      • Installation
    • 🚗DHS-Boosting
      • Installation
      • Configuration
      • Integration
    • 🦌DHS-Hunting
      • Installation
      • Configuration
      • Integration
    • 👮DHS-PrisonSim
      • Installation
      • Configuration
        • Clothing Config
        • Convoy Config
        • Door Lock Config
        • Entity Sets Config
        • Items Config
        • Jobs Config
        • Locations Config
        • Mugshot Config
        • Object Placer Config
        • Pathfinding Config
        • Peds Config
        • Prison Schedules Config
        • Props Config
        • Solitary Config
      • Integration
      • Exports and Commands
  • 🐝DHS-BrewsAndWines
    • Installation
    • Configuration
      • Beehive Config
      • Clothing Config
      • Delivery Config
      • Mead Config
      • Object Placer Config
      • Peds Config
      • Security Config
      • Wine Config
    • Integration
    • Mead and Wine Brewing
Powered by GitBook
On this page
  1. DHS-BrewsAndWines
  2. Configuration

Security Config

SecurityConfig = {}

SecurityConfig.SecurityTabletPrice = 10000 -- Price Of The Security Tablet

SecurityConfig.SecurityPricing = { -- How Much Money You Need To Pay To Upgrade The Security Level Of The Beehive/Barrel
    ["Beehives"] = {
        ["low"] = 10000,
        ["medium"] = 20000,
        ["high"] = 30000
    },
    ["Barrels"] = {
        ["low"] = 10000,
        ["medium"] = 20000,
        ["high"] = 30000
    },
    ["Wine Barrels"] = {
        ["low"] = 10000,
        ["medium"] = 20000,
        ["high"] = 30000
    }
}

SecurityConfig.ItemsConfig = {
    ['low'] = 'lockpick',
    ['medium'] = 'lockpick',
    ['high'] = 'lockpick'
}

SecurityConfig.SecurityGuardSettings = {
    securityGuardModel = 'mp_s_m_armoured_01', -- Model Of The Security Guard
    securityGuardWeapon = 'WEAPON_NIGHTSTICK', -- Weapon The Security Guard Will Use
    securityGuardCooldown = 2, --How Many Minutes Before The Security Guard Can Spawn Again
}
PreviousPeds ConfigNextWine Config

Last updated 15 days ago

🐝