Decrease default car weight to 2 tons

This commit is contained in:
Ilya Zverev 2019-02-20 13:04:09 +03:00
parent 2c7c18fd24
commit 5ec8537047
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ Feature: Car - Handle physical limitation
| highway | maxweight | bothw |
| primary | | x |
| primary | 1 | |
| primary | 2 | x |
| primary | 3.5 | x |
| primary | 35000 kg | x |
| primary | 8.9t | x |

View File

@ -44,7 +44,7 @@ function setup()
-- Size of the vehicle, to be limited mostly by legal restriction of the way
vehicle_length = 4.8, -- in meters, 4.8m is the length of large or familly car
vehicle_weight = 3500, -- in kilograms
vehicle_weight = 2000, -- in kilograms
-- a list of suffixes to suppress in name change instructions. The suffixes also include common substrings of each other
suffix_list = {