Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/json/external_tileset/External_Tileset_DP_Normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 185 } ]
},
{ "id": "f_rain_collector_plumbed", "fg": 186 }
{ "id": "f_rain_collector_plumbed", "fg": 186 },
{ "id": "vp_light_white", "fg": 187 }
],
"sprite_width": 32,
"sprite_height": 32
Expand Down
Binary file modified data/json/external_tileset/External_Tileset_DP_Normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions data/json/items/vehicle/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
"color": "blue",
"copy-from": "light_emergency_red"
},
{
"type": "GENERIC",
"id": "light_emergency_white",
"name": { "str": "emergency vehicle light (white)", "str_pl": "emergency vehicle lights (white)" },
"description": "One of the white-colored lights from the top of an emergency services vehicle. When turned on, the lights rotate to shine in all directions.",
"color": "white",
"copy-from": "light_emergency_red"
},
{
"type": "GENERIC",
"id": "floodlight",
Expand Down
12 changes: 11 additions & 1 deletion data/json/vehicleparts/lights.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"symbol": "*",
"broken_symbol": "-",
"durability": 20,
"description": "Emergency lights, like a police car's or ambulance's, mounted on the vehicle's roof. Flashes between red and blue when turned on, attracting attention without illuminating the area.",
"description": "Emergency lights, like a police car's or ambulance's, mounted on the vehicle's roof. Flashes between red and blue or red and white when turned on, attracting attention without illuminating the area.",
"//": "essentially a pair of overpowered RGB LED flashlights",
"epower": -10,
"bonus": 500,
Expand Down Expand Up @@ -241,6 +241,16 @@
"broken_color": "red",
"extend": { "flags": [ "ODDTURN" ] }
},
{
"id": "light_white",
"copy-from": "light_emergency",
"type": "vehicle_part",
"name": { "str": "white light" },
"item": "light_emergency_white",
"color": "white",
"broken_color": "white",
"extend": { "flags": [ "EVENTURN" ] }
},
{
"id": "lit_aisle_horizontal",
"type": "vehicle_part",
Expand Down
Loading