You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/properties/lmu.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,19 @@ Always use the full property name, as demonstrated below:
51
51
|`Vehicle.SoC`|`double`||
52
52
|`Vehicle.LiCo`|`int`||
53
53
54
+
## Damage **NEW**{: .label .label-green }
55
+
56
+
| Property Name | Type | Definition |
57
+
| :--- | :--- | :--- |
58
+
|`Damage.Front`|`double`| 0-100 |
59
+
|`Damage.FrontLeft`|`double`| 0-100 |
60
+
|`Damage.Left`|`double`| 0-100 |
61
+
|`Damage.RearLeft`|`double`| 0-100 |
62
+
|`Damage.Rear`|`double`| 0-100 |
63
+
|`Damage.RearRight`|`double`| 0-100 |
64
+
|`Damage.Right`|`double`| 0-100 |
65
+
|`Damage.FrontRight`|`double`| 0-100 |
66
+
54
67
## Neored Plugin
55
68
56
69
Read more about the [NeoRed Plugin](https://lsr.gg/neored)
@@ -70,19 +83,10 @@ Read more about the [NeoRed Plugin](https://lsr.gg/neored)
70
83
|`VE.Max`|`double`||
71
84
|`VE.LastLapConsumption`|`double`||
72
85
86
+
|`Vehicle.FuelMix`|`string`||
73
87
74
-
## LMU Electronic Bridge Plugin
75
-
76
-
LMU Electronic Bridge properties override NeoRed propeties when used together. Read more about the [LMU Electronic Bridge Plugin](https://lsr.gg/lmubridge)
77
-
78
-
### Damage **NEW**{: .label .label-green }
79
-
80
-
| Property Name | Type | Definition |
81
-
| :--- | :--- | :--- |
82
88
|`Damage.SuspensionFL`|`double`| 0-1 Front Left Suspension |
83
89
|`Damage.SuspensionFR`|`double`| 0-1 Front Right Suspension |
84
90
|`Damage.SuspensionRL`|`double`| 0-1 Rear Left Suspension |
85
91
|`Damage.SuspensionRR`|`double`| 0-1 Rear Right Suspension |
0 commit comments