All Farms Output x10
====================

A simple Captain of Industry balance mod that increases the output of all farm and greenhouse crops by 10x.

What It Changes
===============

- All farm and greenhouse crops output x10.
- No new crops, machines, recipes, research, UI or assets.

Technical Notes
===============

- Uses `PrototypesDb.All<CropProto>()`.
- Uses reflection because `ProductProduced` is readonly.
- Multiplier = `10`.

Configuration
=============

Example `config.json`:

```json
{
  "crop_output_multiplier": {
    "default": 10,
    "min": 1,
    "is_integer": true,
    "description": "Multiplier applied to the output of all farm and greenhouse crops."
  }
}
```

You can change the multiplier without rebuilding the DLL.
After editing `config.json`, restart the game.

Installation
============

1. Locate your Captain of Industry data folder:
   %APPDATA%\Captain of Industry

2. Open or create the `Mods` directory inside it.

3. Copy this mod into its own folder so the final structure looks like:
   Mods\AllFarmsOutputX10\manifest.json
   Mods\AllFarmsOutputX10\AllFarmsOutputX10.dll
   Mods\AllFarmsOutputX10\readme.txt

Logs
====

If something goes wrong, check:
%APPDATA%\Captain of Industry\Logs
