-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
ent-ADTClothingBackpackDuffelPathologist = вещмешок патологоанатома | ||
.desc = Большой вещмешок для хранения инструментов и бумаг. | ||
.desc = Большой вещмешок для хранения инструментов и бумаг. | ||
ent-ADTClothingBackpackPathologist = рюкзак патологоанатома | ||
.desc = Рюкзак для хранения инструментов и бумаг. |
2 changes: 2 additions & 0 deletions
2
...urces/Locale/ru-RU/ss14-ru/prototypes/adt/catalog/fills/backpacks/startegear/backpack.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-ADTClothingBackpackPathologistFilled = { ent-ADTClothingBackpackPathologist } | ||
.desc = { ent-ADTClothingBackpackPathologist.desc } |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+792 Bytes
...urces/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+562 Bytes
Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+423 Bytes
Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 Bytes
Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |