diff --git a/Resources/Locale/ru-RU/_sunrise/prototypes/entities/clothing/neck/cloaks.ftl b/Resources/Locale/ru-RU/_sunrise/prototypes/entities/clothing/neck/cloaks.ftl new file mode 100644 index 00000000000..15ff7c43d86 --- /dev/null +++ b/Resources/Locale/ru-RU/_sunrise/prototypes/entities/clothing/neck/cloaks.ftl @@ -0,0 +1,2 @@ +ent-ClothingNeckCloakBlueshield = плащ офицера "Синий Щит" + .desc = Яркий синий плащ с золотым шитьем, который носят лучшие телохранители Nanotrasen. diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Lockers/blueshield.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Lockers/blueshield.yml index 2728384515a..8a1a71ed123 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Lockers/blueshield.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Lockers/blueshield.yml @@ -11,6 +11,7 @@ prob: 0.25 - id: TrackingImplanter amount: 5 + - id: ClothingNeckCloakBlueshield - type: entity id: LockerBlueshieldFilledHardsuit @@ -28,6 +29,7 @@ - id: ClothingOuterHardsuitBlueshield - id: OxygenTankFilled - id: ClothingMaskGas + - id: ClothingNeckCloakBlueshield - type: entity parent: GunSafe diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Neck/cloaks.yml index c27b297fa42..55d38cad0cb 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Neck/cloaks.yml @@ -15,3 +15,12 @@ components: - type: Sprite sprite: _Sunrise/Clothing/Neck/Cloaks/admiral.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakBlueshield + name: blueshield's cloak + description: A vibrant blue cape with gold stitching, worn by Nanotrasen best bodyguards. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi diff --git a/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/equipped-NECK.png b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/equipped-NECK.png new file mode 100644 index 00000000000..9f491751290 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/icon.png new file mode 100644 index 00000000000..cc3fea83b53 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-left.png new file mode 100644 index 00000000000..3d03f9e4f91 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-right.png new file mode 100644 index 00000000000..4670aca85a3 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/meta.json new file mode 100644 index 00000000000..c03bbcc8042 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Neck/Cloaks/blueshield_cloak.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "SLA", + "copyright": "Sprited by discord: odlieerr", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}