diff --git a/Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl b/Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl index 1a308ef156a..eb727df0cd9 100644 --- a/Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl +++ b/Resources/Locale/ru-RU/ADT/Clothing/Back/Backpack.ftl @@ -1,2 +1,5 @@ ent-ADTClothingBackpackDuffelPathologist = вещмешок патологоанатома - .desc = Большой вещмешок для хранения инструментов и бумаг. \ No newline at end of file + .desc = Большой вещмешок для хранения инструментов и бумаг. + +ent-ADTClothingBackpackPathologist = рюкзак патологоанатома + .desc = Рюкзак для хранения инструментов и бумаг. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/adt/catalog/fills/backpacks/startegear/backpack.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/adt/catalog/fills/backpacks/startegear/backpack.ftl new file mode 100644 index 00000000000..49ee2cdc873 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/adt/catalog/fills/backpacks/startegear/backpack.ftl @@ -0,0 +1,2 @@ +ent-ADTClothingBackpackPathologistFilled = { ent-ADTClothingBackpackPathologist } + .desc = { ent-ADTClothingBackpackPathologist.desc } diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml new file mode 100644 index 00000000000..db6d2cc3c6b --- /dev/null +++ b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml index 31c5b891082..be0ebdc88a4 100644 --- a/Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/ADT/Entities/Clothing/Back/backpacks.yml @@ -4,4 +4,11 @@ id: ADTClothingBackpackDuffelPathologist components: - type: Sprite - sprite: ADT/Clothing/Back/pathologist_duffel.rsi \ No newline at end of file + sprite: ADT/Clothing/Back/pathologist_duffel.rsi + +- type: entity + parent: ClothingBackpackMedical + id: ADTClothingBackpackPathologist + components: + - type: Sprite + sprite: ADT/Clothing/Back/pathologist_backpack.rsi diff --git a/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/equipped-BACKPACK.png b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..0f4ccfb1040 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/icon.png b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/icon.png new file mode 100644 index 00000000000..7124dcfd120 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-left.png b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-left.png new file mode 100644 index 00000000000..24697435236 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-left.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-right.png b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-right.png new file mode 100644 index 00000000000..0fcdbe84a0f Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/inhand-right.png differ diff --git a/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/meta.json b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/meta.json new file mode 100644 index 00000000000..880271d7b62 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Back/pathologist_backpack.rsi/meta.json @@ -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 + } + ] +}