Giter Club home page Giter Club logo

qb-rosepicking's Introduction

qb-rosepicking

This resource is originally from slvidu. I made some updates for my own server. This is provided as is, no support given.

Updates:

  • Edited ymap slightly
  • Better animations
  • Locale updates for better english
  • Usable items (hold the flowers, bouquets)
  • Tweaked rewards to be in line with average server economy (configurable)
  • Tweaked how bouquet making is done - need a certain amount now. Makes a bit more sense within roleplay.

Requirements

QBCore Framework - QBCORE GITHUB PolyZone - PolyZone GITHUB qb-target - QB Target github

Add the [images] in to your inventory

Insert into @qb-core - Shared.lua

-- qb rose picking 
["flower"] 		 	 	 		 = {["name"] = "flower", 					["label"] = "Rose", 					["weight"] = 25, 		["type"] = "item", 		["image"] = "flower.png", 						["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A freshly picked rose. Smells beautiful!", created = nil,  decay = 0.12500000001 }, -- 3 hours
["flower_paper"] 		 	 	 = {["name"] = "flower_paper", 				["label"] = "Rose Paper", 				["weight"] = 10, 		["type"] = "item", 		["image"] = "flower_paper.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Flower paper used to wrap roses"},
["flower_bulck"] 		 	 	 = {["name"] = "flower_bulck", 				["label"] = "Bouquet of Roses", 		["weight"] = 50, 		["type"] = "item", 		["image"] = "flower_bulck.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Beautiful and fragrant fresh bouquet of roses", created = nil,  decay = 3.0 }, -- 3 days
["flower_box"] 		 	 	 	 = {["name"] = "flower_box", 				["label"] = "Rose Box", 				["weight"] = 70, 		["type"] = "item", 		["image"] = "flower_box.png", 				    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A box of roses ready for sale", created = nil,  decay = 0.12500000001 }, -- 3 hours
["emp_flower_box"] 		 	 	 = {["name"] = "emp_flower_box", 			["label"] = "Empty Rose Box", 			["weight"] = 70, 		["type"] = "item", 		["image"] = "flower_emp_box.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "An empty box, used to package roses for sale"},
["emp_bucket"] 		 	 	 	 = {["name"] = "emp_bucket", 				["label"] = "Rose Bucket", 			    ["weight"] = 70, 		["type"] = "item", 		["image"] = "emp_bucket.png", 				    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A bucket used to store roses when gathering"},

qb-rosepicking's People

Contributors

thatmadcap avatar awithaaa avatar

Stargazers

Simon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.