Fuel Status

Платное Fuel Status 0.1.5

JSON:
{
 "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(Hex or RGBA)": "#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(Hex or RGBA)": "#E2DBD6",
 "Status. Image - Transparency": 0.55,
 "Status. Image Outline - Is it worth enabling an outline for the image?": false,
 "Status. Image Outline - Color(Hex or RGBA)": "0.1 0.3 0.8 0.9",
 "Status. Image Outline - Transparency": 1.0,
 "Status. Image Outline - Distance": "0.75 0.75",
 "Status. Text - Size": 15,
 "Status. Text - Color(Hex or RGBA)": "#E2DBD6",
 "Status. Text - Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
 "Status. Text - Offset Horizontal": 7,
 "Status. Text Outline - Is it worth enabling an outline for the text?": false,
 "Status. Text Outline - Color(Hex or RGBA)": "#000000",
 "Status. Text Outline - Transparency": 1.0,
 "Status. Text Outline - Distance": "0.75 0.75",
 "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(Hex or RGBA)": "#F70000",
 "List of mount poses for displaying fuel status": [
 "Driving",
 "HandMotorBoat",
 "StandDrive",
 "SitMinicopter_Pilot",
 "Sit_Workcart",
 "Sit_Crane",
 "Driving_Snowmobile",
 "Sit_Locomotive",
 "Sit_DPV",
 "Sit_BatteringRam"
 ],
 "List of Gauge Indicators": [
 {
 "MinRange": 0.0,
 "MaxRange": 0.2,
 "Color(Hex or RGBA)": "#F70000"
 },
 {
 "MinRange": 0.2,
 "MaxRange": 0.6,
 "Color(Hex or RGBA)": "#F7BB00"
 },
 {
 "MinRange": 0.6,
 "MaxRange": 1.0,
 "Color(Hex or RGBA)": "#B1C06E"
 }
 ],
 "Version": {
 "Major": 0,
 "Minor": 1,
 "Patch": 4
 }
}