Body camera (#585)

* Initial commit

* removed jumpsuit slot component, system

* sprite fixes

* Локализация для телевизора и роутера

* Removed separate router and tv for body cameras. Now they're public. Added localizations.

* +cargo buying, sprites finale
This commit is contained in:
Viktor
2024-01-03 21:10:08 +02:00
committed by Aviu00
parent 8011440c38
commit dfcfded62f
35 changed files with 397 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,108 @@
{
"version" : 1,
"license" : "CC-BY-SA-3.0",
"copyright" : "Copyright (c) White Dream Space Station 14",
"size" : {
"x" : 32,
"y" : 32
},
"states" : [
{
"name" : "unpowered"
},
{
"name" : "active"
},
{
"name" : "active-animated",
"delays" : [
[
1,
2
]
]
},
{
"name" : "off-inhand-right",
"directions" : 4
},
{
"name" : "off-inhand-left",
"directions" : 4
},
{
"name" : "on-inhand-right",
"directions" : 4,
"delays" : [
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
]
]
},
{
"name" : "on-inhand-left",
"directions" : 4,
"delays" : [
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
]
]
},
{
"name": "equipped-NECK",
"directions": 4,
"delays" : [
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
]
]
},
{
"name" : "off-equipped-NECK",
"directions" : 4
},
{
"name": "equipped-INNERCLOTHING",
"directions" : 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B