All Excavators Bucket Capacity x5
=================================

A simple Captain of Industry balance mod that increases the bucket/cargo capacity of all vanilla excavators and digging vehicles by 5x.

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

- Small excavator: `6 -> 30`
- Excavator / hydrogen Excavator: `20 -> 100`
- Mega excavator / hydrogen Mega excavator: `60 -> 300`
- Amphibious excavator / hydrogen Amphibious excavator: `16 -> 80`
- No new products, machines, recipes, research, UI, or Unity assets are added.

Detected Targets
================

- `ExcavatorT1` - `Small excavator` - `6`
- `ExcavatorT2` - `Excavator` - `20`
- `ExcavatorT2H` - `Excavator` - `20`
- `ExcavatorT3` - `Mega excavator` - `60`
- `ExcavatorT3H` - `Mega excavator` - `60`
- `ExcavatorAmphibious` - `Amphibious excavator` - `16`
- `ExcavatorAmphibiousH` - `Amphibious excavator` - `16`

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

- The mod updates all existing vanilla `ExcavatorProto` instances through `PrototypesDb.All<ExcavatorProto>()`.
- `ExcavatorProto.Capacity` is readonly in the current API, so the mod uses reflection to update existing vanilla protos.
- Capacity multiplier remains `x5`.

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

Example `config.json`:

```json
{
  "excavator_capacity_multiplier": {
    "default": 5,
    "min": 1,
    "is_integer": true,
    "description": "Multiplier applied to the bucket or cargo capacity of all vanilla excavators."
  }
}
```

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\AllExcavatorsBucketCapacityX5\manifest.json
   Mods\AllExcavatorsBucketCapacityX5\AllExcavatorsBucketCapacityX5.dll
   Mods\AllExcavatorsBucketCapacityX5\readme.txt

Logs
====

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