Skip to content

Commit

Permalink
Фиксус спрайтикус
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Nov 22, 2024
1 parent 1243803 commit 83abe8b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ent-LPPCBURNUplinkShop = Планшет планирования операци
.desc = Планшет лидера отряда РХБЗЗ с доступом в блюспейс хранилища сектора
.suffix = РХБЗЗ
ent-LPPDeltaUplinkShop = Планшет планирования операций отряда "Дельта"
.desc = Планшет коммандира отряда "Дельта" с доступом в блюспейс хранилища сектора.
.desc = Планшет командира отряда "Дельта" с доступом в блюспейс хранилища сектора.
.suffix = Дельта
ent-LPPHOSUplinkShop = Планшет закупа СБ
.desc = Планшет для смотрителя СБ, позволяющий закупиться снаряжением под себя.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
},
{
"name": "equipped-HELMET-tajaran",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"directions": 4
},
Expand All @@ -36,6 +39,9 @@
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "on-equipped-HELMET-vox",
"directions": 4
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
},
{
"name": "equipped-HELMET-vox",
"directions": 4
Expand Down
4 changes: 4 additions & 0 deletions Resources/Textures/Clothing/Mask/gassecurity.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"name": "up-equipped-MASK",
"directions": 4
},
{
"name": "up-equipped-MASK-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
4 changes: 4 additions & 0 deletions Resources/Textures/Clothing/Mask/medical.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"name": "equipped-MASK-reptilian",
"directions": 4
},
{
"name": "equipped-MASK-vox",
"directions": 4
},
{
"name": "up-equipped-MASK-vox",
"directions": 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-tajaran",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-reptilian",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-shark",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vulpkanin",
"directions": 4
}
]
}

0 comments on commit 83abe8b

Please sign in to comment.