{
	"features": {
		// The highest possible price percent discount a villager can give on it's default trade price (100 = vanilla, 0 = none)
		"max_discount": 100,
		// The highest possible price percent raise a villager can give on it's default trade price (100 = vanilla, 0 = none)
		"max_raise": 100,
		// Chance for a villager to convert to a villager-zombie (-1 = vanilla behaviour, 100 = 100%)
		"conversion_chance": -1,
		// Whether villagers trades will change, when their workstation is replaced (true = vanilla)
		"trade_cycling": true,
		// Whether villagers need to restock their trades (false = vanilla)
		"infinite_trades": false
	}
}