diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entites/Clothing/OuterClothing/coats.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entites/Clothing/OuterClothing/coats.ftl new file mode 100644 index 00000000000..f60ebe76e54 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entites/Clothing/OuterClothing/coats.ftl @@ -0,0 +1,2 @@ +ent-ADTClothingKadet = шинель для Кадетов СБ + .desc = шинель, сшитая для новобранцев службы безопасности. Она очень похожа на шинели младших чинов РИА diff --git a/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/coats.yml new file mode 100644 index 00000000000..44b194a295e --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/coats.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ADTClothingKadet + name: kadet greatcoat + description: a greatcoat made for recruits to the security service. It is very similar to the overcoat of the junior ranks of RIA + components: + - type: Sprite + sprite: ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi + - type: Clothing + sprite: ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.4 + Slash: 0.3 + Piercing: 0.3 + Heat: 0.4 diff --git a/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/fill.txt b/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/fill.txt deleted file mode 100644 index b4954caf47d..00000000000 --- a/Resources/Prototypes/ADT/Entities/Clothing/OuterClothing/fill.txt +++ /dev/null @@ -1 +0,0 @@ -# Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml index afbeff6b080..47d6ab683d6 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/sec.yml @@ -20,6 +20,7 @@ RiotLaserShield: 2 RiotBulletShield: 2 RadioHandheldSecurity: 5 + Bola: 5 #ADT tweak # security officers need to follow a diet regimen! contrabandInventory: FoodDonutHomer: 12 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 5b733f0d354..35e7583419a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -23,3 +23,4 @@ ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 + ADTClothingKadet: 4 #ADT tweak diff --git a/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..8faf86dc348 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/icon.png b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/icon.png new file mode 100644 index 00000000000..8bcf22eac17 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/meta.json b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/meta.json new file mode 100644 index 00000000000..119707545ef --- /dev/null +++ b/Resources/Textures/ADT/Clothing/OuterClothing/Coats/kadet_trenchcoat.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by discord:boctonskuitea for Adventure Time.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] + }