Skip to content

Commit

Permalink
вещмешок
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jun 30, 2024
1 parent 378a1c0 commit 19af4fc
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTClothingBackpackDuffelPathologist = вещмешок патологоанатома
.desc = Большой вещмешок для хранения инструментов и бумаг.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-ADTClothingBackpackDuffelPathologistFilled = { ent-ADTClothingBackpackDuffelPathologist }
.desc = { ent-ADTClothingBackpackDuffelPathologist.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
noSpawn: true
parent: ADTClothingBackpackDuffelPathologist
id: ADTClothingBackpackDuffelPathologistFilled
components:
- type: StorageFill
contents:
- id: BoxSurvivalMedical
- id: BodyBag_Folded
- id: ADTFootTag
- id: SpaceCash500
7 changes: 7 additions & 0 deletions Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

- type: entity
parent: ClothingBackpackDuffelMedical
id: ADTClothingBackpackDuffelPathologist
components:
- type: Sprite
sprite: ADT/Clothing/Back/pathologist_duffel.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 19af4fc

Please sign in to comment.