> For the complete documentation index, see [llms.txt](https://nfsworld.davidcarbon.download/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfsworld.davidcarbon.download/performance-parts/list/engines.md).

# Engines

## Getting Super Powers

{% hint style="warning" %}
**Yellow Performance Parts**
{% endhint %}

These engines are all about delivering the middle of the road power output. Think of this as a Ram Air Intake upgrade, which increases engine power in the lower-mid range. It's usually muscle cars such as a Dodge Viper SRT10 or its full-size relative, the Dodge Charger SRT8, that benefit from this engine, but it will also work for exotic cars like the Ford GT and the SLR McLaren.

|       Amerikon SpeedSystems      |              Gromlen             |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TBlv0pccEOVplYTgV) | ![](/files/-M5TDQr-8a1GCRMWvBbG) |

|              Medion              |             Transtek             |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TDQr0WSX-aMWIadHB) | ![](/files/-M5TDQr153yz4m7IebQ-) |

|       Quartz Speed Packages      |
| :------------------------------: |
| ![](/files/-M5TDQqxjTMW-eYSgh0e) |

{% hint style="info" %}
**Blue Performance Parts**
{% endhint %}

These engines are high-torque powerplant designed to pack quite a punch, allowing for quicker acceleration. What this would be suitable for is a low-RPM car, i.e. many of the classic muscle cars in the game (Chevelle SS especially), or in a real-life application, a high-torque AMG Mercedes.

|             Dawndraft            |              Kestrel             |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TFw52Y53m6vtyJMP7) | ![](/files/-M5TFw54KeRei29l8NnN) |

|             Velocicom            |         Zero Tuning Mods         |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TFw55U7nY0ZU6awre) | ![](/files/-M5TFw56E19QWPj30Fvk) |

|         Stick Motorsport         |
| :------------------------------: |
| ![](/files/-M5TFw536wFQ72tg9xh8) |

{% hint style="danger" %}
**Red Performance Parts**
{% endhint %}

These engines are considered to be the worst brand for power parts according to the NFSW community, is the lighter version of AmerikonSS/Gromlen/Medion. The difference between the two is that this is NOT designed for V10 engines; rather they're more Inline oriented (Supra, Lancer Evolution and others of this nature). This is a must for every turbocharged engine, as too much horsepower will kill the car's torque, and too much torque will hold it back from its true potential.

|              Nova-T              |              Richter             |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TGa6LTScsxKnJkVHC) | ![](/files/-M5TGa6MV380_wMqNOjF) |

|              Ventura             |         Attack Motorsport        |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5TGa6NwV6rUjrQD7HO) | ![](/files/-M5TGa6JhPc-GPgwatFW) |

|               Tear               |
| :------------------------------: |
| ![](/files/-M5TGa6KZvbDPGLd6MX1) |

{% hint style="success" %}
**Green Performance Parts**
{% endhint %}

These engines are tuned to provide high end hp with pretty bad low end torque, requiring an induction 9 times out of 10 to help out. Do note that this should be used only on cars with the peak near the high range (Nissan Skyline GT-R), rather than cars that still have quite a ways to go between their peak power and redline (Mazda RX-7).

|         Omnia Racegruppe         |              Norset              |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5THAX-WgjbOWsRmM2G) | ![](/files/-M5THAWz7qvXMINQNnsc) |

|          URSA Motorsport         |            SpeedSciens           |
| :------------------------------: | :------------------------------: |
| ![](/files/-M5THAX1tA2MsYOFvUI7) | ![](/files/-M5THAX02s37kVLtbt7U) |

|      Dynamo Aftermarket Kits     |
| :------------------------------: |
| ![](/files/-M5THAWyWRYXKKJxqj9_) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nfsworld.davidcarbon.download/performance-parts/list/engines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
