{
  // Mod configuration for HoodsEnergyDrinks
  // ======================================
  // Any true/false, integers, or floats can be changed and will be set on SPT server restart.

  // Determines whether energy and hydration gains will apply instantly like most foods in Tarkov instead of 30 seconds.
  //   - default is false, I made it this way as the SPT Realism mod applies this to all foods and I like this change.
  "instant_energy_and_hydration": true,
  // enabling alternative buffs will force all energy drinks to have the same price and buffs.
  // - This option offers a quick way to make the energy drinks more like regular Tarkov energy drinks and less overpowering.
  "use_alternate_buffs": false,
  // if use_alternate_buffs is true energy drinks will use alternate trader price
  "alternate_trader_price": 20000,
  // if use_alternate_buffs is true energy drinks will use alternate flea market price
  "alternate_flea_price": 25000,
  // if use_alternate_buffs is true energy drinks will use alternate handbook price
  "alternate_handbook_price": 20000,

  "drinks": {
    "monster_blue": {
      // Setting to enable or disable the energy drink
      "enable": true,
      // Toggles whether the energy drink will provide a buff
      "buff_effect_enable": true,
      // Toggles if therapist will sell the energy driny
      "sold_by_trader": true,
      // Determines if energy drink is banned from being bought and sold on the flea-market
      "flea_banned": false,
      // Determines the price Therapist sells the drink for
      "trader_price": 20000,
      // Determines the flea-market price of the drink
      "flea_price": 30000,
      // Determines how much the energy can be sold for when quick selling to a trader like Therapist
      "handbook_price": 20000,
      // Determines how many energy drinks can be bought from Therapist per restock timer
      "trader_stock": 2,
      // Determines what loyalty level Therapist sells the energy drink at
      "loyalty_level": 1,
      // Determines the spawn weights for the energy drink in specified static loot containers.
      // Each number in loot_multipliers is used as a coefficient and multiplied by the hot rod energy drink spawn weight for each loot container or loose loot location to determine the energy drinks spawn rate.
      //
      // Formula: energy drink spawn weight = hot rod spawn weight * loot_multiplier
      //
      // Example:
      //   - duffle_bag: 1.0
      //       - In this case the blue monster will have the same spawn chance as a hot rod energy drink
      // Example:
      //   - duffle_bag: 0.5
      //       - In this case the blue monster will have half the spawn chance as a hot rod energy drink
      // Example:
      //   - duffle_bag: 0.0
      //       - In this case the blue monster will never spawn in a duffle bag
      //
      // Note: I've made the multipliers for every drink very small as there are 30 energy drinks added to the loot pool
      //       and all the multiplers added together make up a little over the same spawn chance as a normal hot rod energy drink
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      // Determines the spawn weight for the energy drink in loose loot spawn locations. i.e. like food loot that spawns on shelfs and tables
      // This uses the same principle as the above loot_multipliers.
      "loose_loot_multiplier": 0.08
    },
    "monster_white": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 20000,
      "flea_price": 30000,
      "handbook_price": 20000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "monster_green": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 25000,
      "flea_price": 35000,
      "handbook_price": 25000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "monster_strawberry": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 30000,
      "flea_price": 40000,
      "handbook_price": 30000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "monster_orange_creamsicle": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 35000,
      "flea_price": 45000,
      "handbook_price": 35000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "monster_guava": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 45000,
      "flea_price": 60000,
      "handbook_price": 45000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "monster_strawberry_shot": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 60000,
      "flea_price": 65000,
      "handbook_price": 60000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "monster_punch": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 60000,
      "flea_price": 70000,
      "handbook_price": 60000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "monster_pacific_punch": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 100000,
      "flea_price": 120000,
      "handbook_price": 100000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "monster_doctor": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 140000,
      "flea_price": 180000,
      "handbook_price": 140000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "monster_lemonade": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 240000,
      "flea_price": 250000,
      "handbook_price": 240000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "ghost_blue_raspberry": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 25000,
      "flea_price": 35000,
      "handbook_price": 25000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "ghost_grape": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 35000,
      "flea_price": 45000,
      "handbook_price": 35000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "ghost_7up": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 35000,
      "flea_price": 40000,
      "handbook_price": 35000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "ghost_strawbango": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 70000,
      "flea_price": 75000,
      "handbook_price": 70000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "ghost_peaches": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 60000,
      "flea_price": 65000,
      "handbook_price": 60000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "ghost_swedish_fish": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 120000,
      "flea_price": 130000,
      "handbook_price": 120000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "ghost_raspberry_cream": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 130000,
      "flea_price": 140000,
      "handbook_price": 130000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "starbucks": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 25000,
      "flea_price": 30000,
      "handbook_price": 25000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "bang_purple_haze": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 30000,
      "flea_price": 35000,
      "handbook_price": 30000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "bang": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 25000,
      "flea_price": 35000,
      "handbook_price": 25000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "rockstar_sugar_free": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 45000,
      "flea_price": 55000,
      "handbook_price": 45000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "stalker": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 30000,
      "flea_price": 35000,
      "handbook_price": 30000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "nos": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 35000,
      "flea_price": 45000,
      "handbook_price": 35000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "stalker_green": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 45000,
      "flea_price": 55000,
      "handbook_price": 45000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "rockstar": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 65000,
      "flea_price": 70000,
      "handbook_price": 65000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "c4_skittles": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 85000,
      "flea_price": 90000,
      "handbook_price": 85000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "c4_jolly_rancher": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 1300000,
      "flea_price": 140000,
      "handbook_price": 1300000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "c4_starburst": {
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 1300000,
      "flea_price": 140000,
      "handbook_price": 130000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "arizona_green_tea": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": true,
      "flea_banned": false,
      "trader_price": 10000,
      "flea_price": 20000,
      "handbook_price": 10000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "arizona_watermelon": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 10000,
      "flea_price": 20000,
      "handbook_price": 10000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "arizona_mucho_mango": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 10000,
      "flea_price": 20000,
      "handbook_price": 10000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "rip_it_power": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 40000,
      "flea_price": 45000,
      "handbook_price": 40000,
      "trader_stock": 2,
      "loyalty_level": 2,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    },
    "rip_it_gforce": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 55000,
      "flea_price": 60000,
      "handbook_price": 55000,
      "trader_stock": 2,
      "loyalty_level": 3,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.02,
        "dead_scav": 0.02,
        "jacket": 0.02,
        "ration_supply_crate": 0.02,
        "ground_cache": 0.02
      },
      "loose_loot_multiplier": 0.02
    },
    "rip_it_tribute": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": true,
      "trader_price": 115000,
      "flea_price": 120000,
      "handbook_price": 115000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.007,
        "dead_scav": 0.007,
        "jacket": 0.007,
        "ration_supply_crate": 0.007,
        "ground_cache": 0.007
      },
      "loose_loot_multiplier": 0.007
    },
    "stalker_orange": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 30000,
      "flea_price": 35000,
      "handbook_price": 30000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "arizona_arnold_palmer": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 15000,
      "flea_price": 20000,
      "handbook_price": 15000,
      "trader_stock": 2,
      "loyalty_level": 1,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.08,
        "dead_scav": 0.08,
        "jacket": 0.08,
        "ration_supply_crate": 0.08,
        "ground_cache": 0.08
      },
      "loose_loot_multiplier": 0.08
    },
    "ghost_bubblicious": {
      // Settings for each energy drink can be changed from true, false or numbers.
      "enable": true,
      "buff_effect_enable": true,
      "sold_by_trader": false,
      "flea_banned": false,
      "trader_price": 45000,
      "flea_price": 50000,
      "handbook_price": 45000,
      "trader_stock": 2,
      "loyalty_level": 4,
      "loot_multipliers": {
        // Read the Loot/spawn rates note above to understand what these numbers mean.
        "duffle_bag": 0.05,
        "dead_scav": 0.05,
        "jacket": 0.05,
        "ration_supply_crate": 0.05,
        "ground_cache": 0.05
      },
      "loose_loot_multiplier": 0.05
    }
  }
}
