Skip to content

Commit

Permalink
coloured lights for mapping (space-wizards#24402)
Browse files Browse the repository at this point in the history
done
  • Loading branch information
Boaz1111 authored Jan 22, 2024
1 parent c744a56 commit 0ad804b
Showing 1 changed file with 69 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,72 @@
mode: SnapgridCenter
snap:
- Wallmount

#Coloured lights

- type: entity
id: PoweredlightCyan
suffix: Cyan
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalCyan
damage:
types:
Heat: 5

- type: entity
id: PoweredlightBlue
suffix: Blue
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalBlue
damage:
types:
Heat: 5

- type: entity
id: PoweredlightPink
suffix: Pink
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalPink
damage:
types:
Heat: 5

- type: entity
id: PoweredlightOrange
suffix: Orange
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalOrange
damage:
types:
Heat: 5

- type: entity
id: PoweredlightRed
suffix: Red
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalRed
damage:
types:
Heat: 5

- type: entity
id: PoweredlightGreen
suffix: Green
parent: Poweredlight
components:
- type: PoweredLight
hasLampOnSpawn: LightTubeCrystalGreen
damage:
types:
Heat: 5

0 comments on commit 0ad804b

Please sign in to comment.