# Cheat Sheet: Lights

## Summary

**Published**: Feb 09 2024 by [mana vortex](mailto:undefined)\
**Last documented edit**: Feb 09 2024 by [mana vortex](mailto:undefined)

This page gives you an overview about lights at a glance.

### Wait, this isn't what I want!

For a guide how to add lights to AMM props, check [AMM: Light Components](/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/custom-props/amm-light-components.md)

For an overview and explanation of lights, check [Lights explained](/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/lights-explained.md) (currently WIP)

## Reference lights

### Fluorescent lamp

`base\gameplay\devices\lights\indestructible\fluorescent_lamp_b.ent`

Recolourable via AMM panel. Has a Light and a LightGlow component, no flicker

### Candles

[Search Wolvenkit](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/wolvenkit-search-finding-files) for `candle > .ent`

Fixed colour, flickering light, soft natural glow


---

# Agent Instructions: 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:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/cheat-sheet-lights.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
