Items

Installation guide for stevo_prison

["prison_rope"] = {
    label = "Long Rope",
    weight = 250,
    stack = false
},

["prison_buns"] = {
    label = "Honey Buns",
    weight = 50,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'burger',
		usetime = 2500
	},
},

["prison_noodles"] = {
    label = "Instant Noodles",
    weight = 30,
	client = {
		status = { hunger = 200000 },
		anim = 'eating',
		prop = 'burger',
		usetime = 2500
	},
},

Last updated