Price config
You can change pricing of clothes in bulk by changing the configs/config_price.lua
file.
Global price multiplier
Config.GlobalPriceMultiplier
Multiplies all prices by this value
Default:
1.0
Multiplier per shop type
If you want to make only certain shop more expensive, you can set a multiplier for each shop type.
Make everything free in every shop
If you want to make everything free in every shop, you can set Config.EverythingEverywhereIsFree
to true
.
If you want only some shops to be free, check the Shop configs page.
Last updated