{
"Fuel indicator refresh interval in seconds": 5.0,
"Notifications - The percentage(0.0 to 1.0) of fuel at which notifications will occur. A value of 0 disables this": 0.2,
"Notifications - The effect that will be triggered upon a warning. Choose the effect carefully! An empty string disables the effect call": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab",
"Status. Bar - Height": 26,
"Status. Bar - Order": 1,
"Status. Background - Color": "#FFFFFF",
"Status. Background - Transparency": 0.15,
"Status. Background - Material(empty to disable)": "",
"Status. Image - Url": "https://i.imgur.com/LP54lLZ.png",
"Status. Image - Local(Leave empty to use Image_Url)": "FuelStatus_Fuel",
"Status. Image - Sprite(Leave empty to use Image_Local or Image_Url)": "",
"Status. Image - Is raw image": false,
"Status. Image - Color": "#E2DBD6",
"Status. Image - Transparency": 0.55,
"Status. Text - Size": 15,
"Status. Text - Color": "#E2DBD6",
"Status. Text - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
"Status. Text - Offset Horizontal": 7,
"Status. Progress - Transparency": 0.8,
"Status. Progress - OffsetMin": "25 2.5",
"Status. Progress - OffsetMax": "-3.5 -3.5",
"Status. Progress - Zero Text Size": 12,
"Status. Progress - Zero Text Color": "#F70000",
"List of Gauge Indicators": [
{
"MinRange": 0.0,
"MaxRange": 0.2,
"Color": "#F70000"
},
{
"MinRange": 0.2,
"MaxRange": 0.6,
"Color": "#F7BB00"
},
{
"MinRange": 0.6,
"MaxRange": 1.0,
"Color": "#B1C06E"
}
],
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 3
}
}