Compare commits

...

6 Commits

Author SHA1 Message Date
f0a484371b 15/11/2022 2022-11-15 21:20:59 +03:00
be2ce0411d
update README 2022-10-08 17:42:18 +03:00
eea5702071 add 3k km arrived 2022-10-08 11:53:35 +03:00
5f7ceca4ea move old save 2022-10-08 03:09:45 +03:00
7772471ee6 add since to readme 2022-10-08 03:08:18 +03:00
1cc3d18126 06/10/2022 : thx билборды 2022-10-08 03:05:23 +03:00
8 changed files with 43 additions and 13 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.json]
indent_style = tab
indent_size = 4

View File

@ -1,7 +1,14 @@
![FUEL](https://iiiypuk.me/fuellogo.svg)
![FUEL](fuellogo.svg)
**Arrived:**
- 3000km — 11.50 08-oct-2022
**TODO**
- [x] Complete game (Career)
- [ ] Complete challenges
- [ ] Get max FUEL
- [x] Complete game (Career)
- [ ] Complete challenges
- [ ] Get max FUEL
- [ ] Visit all vista points
- [ ] Own all the vehicles liveries
- [ ] Ride 99999999 km (max value of speedometer)
**Since October 2016**

View File

@ -1,26 +1,26 @@
FUEL 907465
DISTANCE 2838,918 km
FUEL 952485
DISTANCE 2975,0 km
PROGRESSION
Zones unclocked 19/19
Career Races finished 72/72
Career Races with gold awarded 72/72
Career Stars awarded 216/216
Challenges cleared 126/190
Vista points visited 5/95
Challenges cleared 155/190
Vista points visited 7/95
Driver gear pieced owned 75/78
Doppler Trucks found 57/57
Mavericks found 15/15
VEHICLES
Vehicles owned 69/74
Liveries owned 91/222
Vehicles owned 70/74
Liveries owned 96/222
RECORDS
Peak speed 225,? km/h
Longest jump 101,? m
Peak speed 225,2 km/h
Longest jump 101,3 m
Max time spent in air 4,6 s
TRIVIAL
Number of times heliports used 50
Fuel drums found 560
Fuel drums found 708

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

3
odometer.json Normal file
View File

@ -0,0 +1,3 @@
{
"1665187305": 2975.0
}

Binary file not shown.

Binary file not shown.