diff --git a/shared.lua b/shared.lua index f158ccc..dd2854e 100644 --- a/shared.lua +++ b/shared.lua @@ -268,7 +268,20 @@ QBShared.Items = { ["wine"] = {["name"] = "wine", ["label"] = "Wine", ["weight"] = 300, ["type"] = "item", ["image"] = "wine.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Some good wine to drink on a fine evening."}, ["grapejuice"] = {["name"] = "grapejuice", ["label"] = "Grape Juice", ["weight"] = 200, ["type"] = "item", ["image"] = "grapejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Grape juice is said to be healthy.."}, ["cocaleaf"] = {["name"] = "cocaleaf", ["label"] = "Cocaine Leaf", ["weight"] = 200, ["type"] = "item", ["image"] = "cocaineleaf.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Make that white girl"}, -} + ["fish"] = {["name"] = "fish", ["label"] = "Fish", ["weight"] = 1100, ["type"] = "item", ["image"] = "fish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["killerwhalemeat"] = {["name"] = "killerwhalemeat", ["label"] = "killerwhalemeat", ["weight"] = 1100, ["type"] = "item", ["image"] = "killerwhalemeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["stingraymeat"] = {["name"] = "stingraymeat", ["label"] = "stingraymeat", ["weight"] = 1111, ["type"] = "item", ["image"] = "stingraymeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["tigersharkmeat"] = {["name"] = "tigersharkmeat", ["label"] = "tigersharkmeat", ["weight"] = 1111, ["type"] = "item", ["image"] = "tigersharkmeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["catfish"] = {["name"] = "catfish", ["label"] = "catfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "catfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["salmon"] = {["name"] = "salmon", ["label"] = "salmon", ["weight"] = 1111, ["type"] = "item", ["image"] = "salmon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["largemouthbass"] = {["name"] = "largemouthbass", ["label"] = "largemouthbass", ["weight"] = 1111, ["type"] = "item", ["image"] = "largemouthbass.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["goldfish"] = {["name"] = "goldfish", ["label"] = "goldfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "goldfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["redfish"] = {["name"] = "redfish", ["label"] = "redfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "redfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["bluefish"] = {["name"] = "bluefish", ["label"] = "bluefish", ["weight"] = 1111, ["type"] = "item", ["image"] = "bluefish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["stripedbass"] = {["name"] = "stripedbass", ["label"] = "stripedbass", ["weight"] = 1111, ["type"] = "item", ["image"] = "stripedbass.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."}, + ["fishingrod"] = {["name"] = "fishingrod", ["label"] = "Fishing Rod", ["weight"] = 5000, ["type"] = "item", ["image"] = "fishingrod.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A fishing rod for adventures with friends!!"}, + ["fishingbait"] = {["name"] = "fishingbait", ["label"] = "Fish Bait", ["weight"] = 400, ["type"] = "item", ["image"] = "fishbait.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A fish bait"}, + } -- // HASH WEAPON ITEMS, NEED SOMETIMES TO GET INFO FOR CLIENT