> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dealership/configuration/mods.md).

# Vehicle Mods

Edit `rcore_dealership/configs/config.mods.lua` for the price of every option in the in-dealership vehicle configurator.

## 🎨 Pricing Model

Each mod, color, and wheel type maps to two values:

| Field                  | Description                                                                                          |
| ---------------------- | ---------------------------------------------------------------------------------------------------- |
| `price`                | A flat fee added to the purchase.                                                                    |
| `vehiclePriceModifier` | An extra fee as a fraction of the vehicle's base price (e.g. `0.1` = +10%). Set to `0.0` to disable. |

## 🛠️ Configurator

`Config.Mods.Configurator` holds global configurator settings.

| Option                   | Default                            | Description                                       |
| ------------------------ | ---------------------------------- | ------------------------------------------------- |
| `RGB.price`              | `5000`                             | Price for RGB color changes.                      |
| `PlateKeywordsBlacklist` | `{ 'admin', 'roleplay', 'staff' }` | Substrings that are not allowed in custom plates. |

## 🚗 Body Mods

`Config.Mods.Mods` prices body modifications.

| Mod          | Price  | Modifier |
| ------------ | ------ | -------- |
| Spoiler      | `2500` | `0.05`   |
| Front Bumper | `3500` | `0.1`    |
| Rear Bumper  | `3500` | `0.1`    |
| Exhaust      | `2000` | `0.125`  |

## 🌈 Colors

`Config.Mods.Colors` prices paint colors. Over 100 colors span standard, matte, metallic, and chrome categories. Almost all use `price = 2000` and `vehiclePriceModifier = 0.1` by default.

## 🛞 Wheels

`Config.Mods.Wheels` prices wheel types. All use `vehiclePriceModifier = 0.1`; prices vary by type.

| Wheel type                 | Price   |
| -------------------------- | ------- |
| Muscle / Lowrider / Street | `1500`  |
| Sport / SUV / Tuner        | `2000`  |
| Offroad                    | `2500`  |
| Open Wheel / Track         | `3000`  |
| High End                   | `5000`  |
| Benny's Original           | `8000`  |
| Benny's Bespoke            | `10000` |
