tgiann-inventory

Step 1.

circle-info
  1. tgiann-inventory/items/items.lua - (Inside ItemsData Table)

gg_atmbag = { name = 'gg_atmbag', label = 'Small Money Bag', weight = 1000, type = 'item', image = 'gg_atmbag.png', unique = true, useable = true, shouldClose = true, description = 'A compact bag used to store small amounts of cash.' },
gg_bankbag = { name = 'gg_bankbag', label = 'Large Money Bag', weight = 3000, type = 'item', image = 'gg_bankbag.png', unique = true, useable = true, shouldClose = true, description = 'A heavy-duty bag designed to carry large sums of money.' },
gg_privatecrate = { name = 'gg_privatecrate', label = 'Large Locked Crate', weight = 5000, type = 'item', image = 'gg_privatecrate.png', unique = true, useable = true, shouldClose = true, description = 'A secured crate used for transporting valuable goods.' },
gg_thermite = { name = 'gg_thermite', label = 'Thermite Charge', weight = 5000, type = 'item', image = 'gg_thermite.png', unique = true, useable = true, shouldClose = true, description = 'An industrial-grade charge used to breach reinforced locks.' },

Step 2.

circle-info
  1. Add Images from gg_boosting/!SETUP/IMAGES into inventory_images/images (Tgianns Image Folder)

Last updated