[Tweak] Security statuses micro update (#629)

* Tweak: Sec statuses update WIP

* fix: Для новых статусов требуется указать причину

* Fix: for review
This commit is contained in:
keslik
2024-08-16 23:46:26 +03:00
committed by GitHub
parent ecbc00a4b2
commit 775fd5e96c
27 changed files with 172 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

View File

@@ -5,23 +5,35 @@
"size": { "y": 8, "x": 8 },
"states": [
{
"name": "wanted"
"name": "hud_demote"
},
{
"name": "suspected"
"name": "hud_incarcerated"
},
{
"name": "released"
"name": "hud_monitoring"
},
{
"name": "parolled"
"name": "hud_paroled"
},
{
"name": "incarcerated"
"name": "hud_released"
},
{
"name": "discharged"
"name": "hud_search"
},
{
"name": "hud_suspected"
},
{
"name": "hud_wanted"
},
{
"name": "hud_execute",
"delays":
[
[0.5, 0.5, 1.0]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

View File

@@ -5,19 +5,34 @@
"size": { "y": 32, "x": 32 },
"states": [
{
"name": "wanted"
"name": "demote"
},
{
"name": "suspected"
},
{
"name": "released"
"name": "execute"
},
{
"name": "incarcerated"
},
{
"name": "monitoring"
},
{
"name": "paroled"
},
{
"name": "released"
},
{
"name": "remove"
},
{
"name": "search"
},
{
"name": "suspected"
},
{
"name": "wanted"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B