🐂ox_inventory

Add this to ox_inventory/data/items.lua

["merryweather_strike_carrier"] = {
    label = "Merryweather Strike Carrier",
    weight = 2000,
    stack = false,
    close = true,
    description = "Tactical carrier from Merryweather Security, designed for mercenary operations.",
},

["pegasus_vanguard_carrier"] = {
    label = "Pegasus Vanguard Carrier",
    weight = 1500,
    stack = false,
    close = true,
    description = "A high-end tactical carrier from Pegasus for elite protection.",
},

["fib_specops_carrier"] = {
    label = "FIB SpecOps Carrier",
    weight = 2500,
    stack = false,
    close = true,
    description = "Special operations carrier for the FIB, offering high protection for covert missions.",
},

["noose_enforcer_carrier"] = {
    label = "NOOSE Enforcer Carrier",
    weight = 3000,
    stack = false,
    close = true,
    description = "Heavy-duty carrier designed for NOOSE enforcement teams.",
},

["armstrong_blackops_carrier"] = {
    label = "Armstrong BlackOps Carrier",
    weight = 3500,
    stack = false,
    close = true,
    description = "Elite carrier from Armstrong Security, used by black ops mercenaries.",
},

["pegasus_light_repair_plate"] = {
    label = "Pegasus Light Repair Plate",
    weight = 500,
    stack = false,
    close = true,
    description = "A basic repair plate for light armor, typically used for quick fixes.",
},

["merryweather_standard_repair_plate"] = {
    label = "Merryweather Standard Repair Plate",
    weight = 700,
    stack = false,
    close = true,
    description = "A mid-tier repair plate with good durability, favored by Merryweather contractors.",
},

["armstrong_elite_repair_plate"] = {
    label = "Armstrong Elite Repair Plate",
    weight = 1500,
    stack = false,
    close = true,
    description = "Elite repair plate for extreme conditions, favored by Armstrong Security black ops.",
},

["fib_tactical_repair_plate"] = {
    label = "FIB Tactical Repair Plate",
    weight = 900,
    stack = false,
    close = true,
    description = "A tactical repair plate used by the FIB for covert operations.",
},

["noose_heavy_repair_plate"] = {
    label = "NOOSE Heavy Repair Plate",
    weight = 1200,
    stack = false,
    close = true,
    description = "A heavy, reinforced repair plate used by NOOSE forces for high-risk operations.",
},

Last updated