NuclearReactor
NuclearReactor
extends PowerGenerator
| field | type | default | notes |
|---|---|---|---|
| timerFuel | int | 1 | |
| lightColor | Color | 7f19eaff | |
| coolColor | Color | ffffff00 | |
| hotColor | Color | ff9575a3 | |
| itemDuration | float | 120.0 | ticks to consume 1 fuel |
| heating | float | 0.01 | heating per frame * fullness |
| smokeThreshold | float | 0.3 | threshold at which block starts smoking |
| flashThreshold | float | 0.46 | heat threshold at which lights start flashing |
| coolantPower | float | 0.5 | heat removed per unit of coolant |
| fuelItem | Item | thorium | |
| topRegion | TextureRegion | null | |
| lightsRegion | TextureRegion | null |