➕Add shop

If you want to add tattoo shops, nothing could be simpler, you just have to add the coordinates in vector3

Shared.Tattoos = {
	Pos = {
		vector3(1324.09, -1652.65, 52.28),
		vector3(322.14, 181.93, 103.59),
		vector3(-1152.93, -1426.12, 4.95),
		vector3(-3171.24, 1075.52, 20.83),
		vector3(1864.33, 3747.86, 33.03),
		vector3(-294.02, 6199.74, 31.49),
	}
}

If you want to change the price of the tattoos, this happens in the JSON file, the price is multiplied by a multiplier found in web/build/locales/traduction.json

Last updated