diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl index 518eb7e8747..ecbb8c1495e 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = death squadron backpack .desc = A spacious backpack using bluespace technology. ent-ClothingBackpackCE = chief engineer backpack .desc = Technicially progressive backpack. +ent-ClothingBackpackWarden = warden backpack + .desc = It's a very robust blue backpack. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl index ae6153ce6d9..6ffbc25e4a2 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/backpacks.ftl @@ -4,3 +4,5 @@ ent-ClothingDeathSquadronBackpack = рюкзак эскадрона смерти .desc = Вместительный рюкзак использующий технологию БлюСпейс. ent-ClothingBackpackCE = рюкзак старшего инженера .desc = Технически продвинутый рюкзак. +ent-ClothingBackpackWarden = рюкзак смотрителя + .desc = Это очень робастный синий рюкзак. \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 62ec134d5a3..5457782a2d4 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -22,6 +22,7 @@ - id: BookSpaceLaw - id: ClothingHeadHatCapWardenAlt # Corvax-SecFashion - id: ClothingOuterCoatWardenAlt # Corvax-SecFashion + - id: ClothingBackpackWarden # Corvax-SecFashion - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller @@ -50,6 +51,7 @@ - id: DoorRemoteArmory - id: HoloprojectorSecurity - id: BookSpaceLaw + - id: ClothingBackpackWarden # Corvax-SecFashion - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml index b74d42c4506..62e3ff7061f 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml @@ -31,3 +31,13 @@ components: - type: Sprite sprite: Corvax/Back/Backpacks/ce.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackWarden + name: warden backpack + description: It's a very robust blue backpack. + components: + - type: Sprite + sprite: Corvax/Back/Backpacks/warden.rsi + \ No newline at end of file diff --git a/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..8bf638f9076 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/icon.png b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/icon.png new file mode 100644 index 00000000000..c66f71bfe66 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-left.png b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-left.png new file mode 100644 index 00000000000..23c82618232 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-right.png b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-right.png new file mode 100644 index 00000000000..e8eccd59e31 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/meta.json b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/meta.json new file mode 100644 index 00000000000..250cbd20ede --- /dev/null +++ b/Resources/Textures/Corvax/Back/Backpacks/warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29, tweak by @mureixlol, modified by Meguneri", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}