Skip to content

Commit afc23bf

Browse files
authored
Update config.lua
1 parent 9b6d6b2 commit afc23bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Config.Locale = 'en'
55

66
Config.Item = 'tunerchip' -- Tuner Chip Item Name
77

8+
Config.SpeedModifiers = {
9+
['0'] = 100.0, -- Compacts
10+
['1'] = 200.0, -- Sedans
11+
['2'] = 300.0, -- SUVs
12+
['3'] = 400.0, -- Coupes
13+
['4'] = 500.0, -- Muscle
14+
['5'] = 600.0, -- Sports Classics
15+
['6'] = 700.0, -- Sports
16+
['7'] = 800.0, -- Super
17+
}
18+
19+
820

921
Locales = {
1022
['en'] = {

0 commit comments

Comments
 (0)