Version 1.0.0
137 downloads
Adds a Magic Panel display containing Deep Sea status as an icon and/or text.
Features:
Config file supports individually toggling icon and/or text
Config file supports customization of fixed, open, closed, and irradiated colors
Config file supports selective application of colors to icon and/or text
Config file supports customization of text formats for 1+ hour(s) remaining, 1+ minute(s) remaining, 1+ second(s) remaining, and busy states
Config file supports most other standard Magic Panel settings
Checks states once per second to react to admin/plugin changes to Deep Sea state, and to provide up to 1 second accuracy on time display updates
Only requests a Magic Panel HUD update on actual color and/or text changes for efficiency
Caches Magic Panel parameters to avoid memory churn
Configuration:
{
"Active Color": "#FFFFFFBF",
"Inactive Color": "#BFBFBF7F",
"Irradiated Color": "#FFFFFFBF",
"Apply Color To Image": true,
"Apply Color To Text": true,
"Text Format When Hour(s) Remaining": "{0}h {1}m",
"Text Format When Minute(s) Remaining": "{1}m",
"Text Format When Second(s) Remaining": "{2}s",
"Text When Deep Sea Busy": "BUSY",
"Panel Settings": {
"Dock": "centerupper",
"Width": 0.06,
"Order": 10,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Image": {
"Url": "https://i.postimg.cc/MZhXzvW2/anchor-512.png",
"Enabled": true,
"Order": 0,
"Width": 0.4,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.05,
"Bottom": 0.05
},
"Color": "#FFFFFFFF"
},
"Text": {
"FontSize": 14,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Order": 1,
"Width": 0.6,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.05,
"Bottom": 0.05
},
"Color": "#FFFFFFFF"
}
}
}