📦Installation
1. Add Items to Core
["armourplatelevel2"] = {
["label"] = "Level 2 Kevlar Plate",
["weight"] = 550,
["type"] = "item",
["image"] = "l2plate.webp",
["unique"] = false,
["stackable"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Protects against 9mm and .357 Magnum"
},
["armourplatelevel3a"] = {
["label"] = "Level 3A Kevlar Plate",
["weight"] = 700,
["type"] = "item",
["image"] = "l3aplate.webp",
["unique"] = false,
["stackable"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Protects against 9mm, .357 SIG, .44 Magnum"
},
["armourplatelevel3"] = {
["label"] = "Level 3 Steel Plate",
["weight"] = 3600,
["type"] = "item",
["image"] = "l3plate.webp",
["unique"] = false,
["stackable"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Stops 7.62mm NATO FMJ (e.g., AK-47, AR-10)"
},
["armourplatelevel4"] = {
["label"] = "Level 4 Steel Plate",
["weight"] = 4500,
["type"] = "item",
["image"] = "l4plate.webp",
["unique"] = false,
["stackable"] = false,
["useable"] = true,
["shouldClose"] = true,
["description"] = "Stops .30-06 armor-piercing (AP) rounds"
},2. Add Item Images
3. Run the Resource
4. Use the Items In-Game
Last updated