diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl index 64d929ae77e..e4547c90e04 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackDuffelMilitary = army duffel bag .desc = A large duffel bag for holding any army goods. ent-ClothingBackpackDuffelCE = chief engineer duffel bag .desc = A large duffel bag for all instruments you need to create singularity. +ent-ClothingBackpackDuffelWarden = warden duffel bag + .desc = A large duffel bag for robust tools. \ No newline at end of file diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl index e3339053b97..5d02d201c84 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackMilitarySatchel = army satchel .desc = A tactical satchel for army related needs. ent-ClothingBackpackSatchelCE = chief engineer satchel .desc = A white satchel for best engineers. +ent-ClothingBackpackWardenSatchel = warden satchel + .desc = A robust satchel for best wardens. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl index 838f7664e47..bd7cb4d9e44 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/duffel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackDuffelMilitary = армейский вещмешок .desc = Большой вещмешок для хранения любого армейского снаряжения. ent-ClothingBackpackDuffelCE = вещмешок старшего инженера .desc = Большой вещмешок, который может хранить все инструменты для создания сингулярности. +ent-ClothingBackpackDuffelWarden = вещмешок смотрителя + .desc = Большой вещмешок для хранения робастных вещей. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl index 8b4447d66af..05bff8f77ec 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/clothing/back/satchel.ftl @@ -2,3 +2,5 @@ ent-ClothingBackpackMilitarySatchel = армейский ранец .desc = Тактический ранец для армейских нужд. ent-ClothingBackpackSatchelCE = сумка старшего инженера .desc = Инновационная сумка с укреплённой лямкой. +ent-ClothingBackpackWardenSatchel = сумка смотрителя + .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 66630851f39..71dd3657325 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -22,6 +22,8 @@ - id: ClothingHeadHatCapWardenAlt # Corvax-SecFashion - id: ClothingOuterCoatWardenAlt # Corvax-SecFashion - id: ClothingBackpackWarden # Corvax-SecFashion + - id: ClothingBackpackWardenSatchel # Corvax-SecFashion. Hands up, police here! + - id: ClothingBackpackDuffelWarden # Corvax-SecFashion. Hands up, police here! - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller @@ -50,6 +52,8 @@ - id: HoloprojectorSecurity - id: BookSpaceLaw - id: ClothingBackpackWarden # Corvax-SecFashion + - id: ClothingBackpackWardenSatchel # Corvax-SecFashion. Hands up, police here! + - id: ClothingBackpackDuffelWarden # Corvax-SecFashion. Hands up, police here! - id: ClothingBackpackElectropack amount: 2 - id: RemoteSignaller diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml index 376225aa4c3..a64078640a0 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml @@ -18,3 +18,12 @@ components: - type: Sprite sprite: Corvax/Back/Duffels/ce.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelWarden + name: warden duffel bag + description: A large duffel bag for robust tools. + components: + - type: Sprite + sprite: Corvax/Back/Duffels/warden.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml index 1f118b70983..02c7c5bf752 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml @@ -18,3 +18,12 @@ components: - type: Sprite sprite: Corvax/Back/Satchels/ce.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackWardenSatchel + name: warden satchel + description: A robust satchel for best wardens. + components: + - type: Sprite + sprite: Corvax/Back/Satchels/warden.rsi \ No newline at end of file diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..51f6a9b34ed Binary files /dev/null and b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/icon.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/icon.png new file mode 100644 index 00000000000..cf14e196180 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-left.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-left.png new file mode 100644 index 00000000000..06ca622c211 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png new file mode 100644 index 00000000000..972de893f8d Binary files /dev/null and b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json new file mode 100644 index 00000000000..c3fee336997 --- /dev/null +++ b/Resources/Textures/Corvax/Back/Duffels/warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By kaiserGans", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..f98136991e5 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png new file mode 100644 index 00000000000..483d7e06ddf Binary files /dev/null and b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png new file mode 100644 index 00000000000..2f99c178d02 Binary files /dev/null and b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png new file mode 100644 index 00000000000..e42ee984c7f Binary files /dev/null and b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Corvax/Back/Satchels/warden.rsi/meta.json b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/meta.json new file mode 100644 index 00000000000..c3fee336997 --- /dev/null +++ b/Resources/Textures/Corvax/Back/Satchels/warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By kaiserGans", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file