@@ -263,6 +263,7 @@ public sealed class AmeControllerSystem : EntitySystem
|
|||||||
{
|
{
|
||||||
< 10 => AmeControllerState.Fuck,
|
< 10 => AmeControllerState.Fuck,
|
||||||
< 50 => AmeControllerState.Critical,
|
< 50 => AmeControllerState.Critical,
|
||||||
|
< 80 => AmeControllerState.Warning,
|
||||||
_ => AmeControllerState.On,
|
_ => AmeControllerState.On,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ public enum AmeControllerVisuals
|
|||||||
public enum AmeControllerState
|
public enum AmeControllerState
|
||||||
{
|
{
|
||||||
On,
|
On,
|
||||||
|
Warning,
|
||||||
Critical,
|
Critical,
|
||||||
Fuck,
|
Fuck,
|
||||||
Off,
|
Off,
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
display:
|
display:
|
||||||
Off: { visible: false }
|
Off: { visible: false }
|
||||||
On: { state: control_on, visible: true }
|
On: { state: control_on, visible: true }
|
||||||
|
Warning: { state: control_warning, visible: true }
|
||||||
Critical: { state: control_critical, visible: true }
|
Critical: { state: control_critical, visible: true }
|
||||||
Fuck: { state: control_fuck, visible: true }
|
Fuck: { state: control_fuck, visible: true }
|
||||||
- type: NodeContainer
|
- type: NodeContainer
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 643 B |
@@ -89,6 +89,32 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "static"
|
"name": "static"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "control_warning",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1,
|
||||||
|
0.1
|
||||||
|
]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "control_critical",
|
"name": "control_critical",
|
||||||
|
|||||||
Reference in New Issue
Block a user