From b05c219c70c4661232a223939f6bca38cbec605e Mon Sep 17 00:00:00 2001 From: Fris0uman <41293484+Fris0uman@users.noreply.github.com> Date: Sat, 22 May 2021 09:12:05 +0200 Subject: [PATCH] Change symbols of variants vehicle parts to increase ascii readability (#48896) --- data/json/vehicleparts/boards.json | 4 ++-- data/json/vehicleparts/doors.json | 2 +- data/json/vehicleparts/windshields.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/json/vehicleparts/boards.json b/data/json/vehicleparts/boards.json index 1a5c81ff9f76e..eb1e6e064af23 100644 --- a/data/json/vehicleparts/boards.json +++ b/data/json/vehicleparts/boards.json @@ -6,8 +6,8 @@ "categories": [ "hull" ], "standard_symbols": true, "symbols": { - "horizontal_front": "T", - "horizontal_rear": "B", + "horizontal_front": "h", + "horizontal_rear": "h", "horizontal_2_front": "=", "horizontal_2_rear": "=", "vertical_left": "j", diff --git a/data/json/vehicleparts/doors.json b/data/json/vehicleparts/doors.json index 68233d2bf8d13..6dfbb2489e329 100644 --- a/data/json/vehicleparts/doors.json +++ b/data/json/vehicleparts/doors.json @@ -22,7 +22,7 @@ }, "size": 10, "symbol": "+", - "symbols": { "ne": "u", "nw": "y", "se": "b", "sw": "n", "vertical_left": "L", "vertical_right": "n", "front": "T", "rear": "B" }, + "symbols": { "ne": "+", "nw": "+", "se": "+", "sw": "+", "vertical_left": "+", "vertical_right": "+", "front": "+", "rear": "+" }, "type": "vehicle_part" }, { diff --git a/data/json/vehicleparts/windshields.json b/data/json/vehicleparts/windshields.json index a317dd4e494e9..f1e96a603e435 100644 --- a/data/json/vehicleparts/windshields.json +++ b/data/json/vehicleparts/windshields.json @@ -16,9 +16,9 @@ "vertical": "j", "vertical_left": "j", "vertical_right": "H", - "horizontal_front": "T", + "horizontal_front": "h", "horizontal_front_edge": "^", - "horizontal_rear": "B", + "horizontal_rear": "h", "horizontal_rear_edge": "=" }, "broken_color": "light_gray", @@ -56,9 +56,9 @@ "vertical": "j", "vertical_left": "j", "vertical_right": "H", - "horizontal_front": "T", + "horizontal_front": "h", "horizontal_front_edge": "^", - "horizontal_rear": "B", + "horizontal_rear": "h", "horizontal_rear_edge": "=" }, "broken_color": "light_gray",