Skip to content

Commit

Permalink
пустой и заполненный рюкзак
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 1, 2024
1 parent 244d9e1 commit 2d8f892
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ent-ADTClothingBackpackDuffelPathologist = вещмешок патологоанатома
.desc = Большой вещмешок для хранения инструментов и бумаг.
.desc = Большой вещмешок для хранения инструментов и бумаг.
ent-ADTClothingBackpackPathologist = рюкзак патологоанатома
.desc = Рюкзак для хранения инструментов и бумаг.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTClothingBackpackPathologistFilled = { ent-ADTClothingBackpackPathologist }
.desc = { ent-ADTClothingBackpackPathologist.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
noSpawn: true
parent: ADTClothingBackpackPathologist
id: ADTClothingBackpackPathologistFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: BodyBag_Folded
- id: ADTFootTag
- id: SpaceCash500
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@
id: ADTClothingBackpackDuffelPathologist
components:
- type: Sprite
sprite: ADT/Clothing/Back/pathologist_duffel.rsi
sprite: ADT/Clothing/Back/pathologist_duffel.rsi

- type: entity
parent: ClothingBackpackMedical
id: ADTClothingBackpackPathologist
components:
- type: Sprite
sprite: ADT/Clothing/Back/pathologist_backpack.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by JustKekc",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 2d8f892

Please sign in to comment.