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.
Make character features paid
If you want to make character features like hair, face, etc. paid, you can configure it in Config.CharFeaturesPrices
By default, everything costs 0, thus making it free.
These prices still respect EverythingEverywhereIsFree and shop modifiers, so when everything in shop/all shops is supposed to be free, these prices will be ignored.
To make for example makeup cost 1000 dollars (or your server currency), you would change it like this:
Last updated