Skip to content

Lusty94/lusty94_yoga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lusty94_Yoga

Support

Features

  • Useable yoga mat item that players can use to perform yoga
  • Toggle effects such as adding health, adding armour and removing stress and their values via the config file
  • Edit how long it takes to perform yoga via the config file
  • Lots of other toggleable / customisable options via the config file

Installation

  • Make sure to download all dependencies and ensure they start BEFORE this script
  • If adding the yoga mat to your own store then make sure to set shop = enabled to false in config
  • Add items below to your items.lua
  • Add all images inside [images] folder to your inventory/images folder

QB_CORE ITEMS


    --yoga
    yogamat = {name = 'yogamat', label = 'Yoga Mat', weight = 200, type = 'item', image = 'yogamat.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = ''},

OX_INVENTORY ITEMS


    ["yogamat"] = {
		label = "Yoga Mat",
		weight = 200,
		stack = true,
		close = true,
		description = "",
		client = {
			image = "yogamat.png",
		}
	},

About

Simple yoga script for qb-core that gives player benefits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages