diff --git a/Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl b/Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl index 65d1a598a7a4..01f66d4774d6 100644 --- a/Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl +++ b/Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl @@ -4,3 +4,5 @@ ent-ClothingShoesBootsMagDQ = магнитные ботинки Эскадрон ent-ClothingShoesCMOCorporate = корпоративные туфли главного врача .desc = Прошли кровь и пот, буквально. Тем не менее выглядят как новые. .suffix = За время в игре +ent-ClothingShoesColorDarkBrown = тёмно-коричневые туфли + .desc = Стильные тёмно-коричневые туфли. diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index eb917f4e6ee8..63e9ab2caafa 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -32,7 +32,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 2440 #2500 #SS220 New years cap Begin \ Вернуть после нового года + cost: 2460 #ss220 brown shoes category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 25a3f107cf3e..e9891a1f2328 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -58,6 +58,7 @@ # DO NOT ADD MORE, USE UNIFORM DYING ClothingShoesColorBlack: 8 ClothingShoesColorBrown: 4 + ClothingShoesColorDarkBrown: 2 #SS220-Brown Shoed ClothingShoesColorWhite: 3 ClothingShoesColorBlue: 2 ClothingShoesColorYellow: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/color.yml b/Resources/Prototypes/Entities/Clothing/Shoes/color.yml index 6ba21ae7d0c5..89f0acaa8732 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/color.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/color.yml @@ -102,24 +102,24 @@ sprite: Clothing/Shoes/color.rsi layers: - state: icon - color: "#bf7442" #SS220-Gloves-Shoes-Edited + color: "#723A02" #SS220-Brown Shoes - state: soles-icon - type: Item inhandVisuals: left: - state: inhand-left - color: "#bf7442" #SS220-Gloves-Shoes-Edited + color: "#723A02" #SS220-Brown Shoes - state: soles-inhand-left right: - state: inhand-right - color: "#bf7442" #SS220-Gloves-Shoes-Edited + color: "#723A02" #SS220-Brown Shoes - state: soles-inhand-right - type: Clothing sprite: Clothing/Shoes/color.rsi clothingVisuals: shoes: - state: equipped-FEET - color: "#bf7442" #SS220-Gloves-Shoes-Edited + color: "#723A02" #SS220-Brown Shoes - state: soles-equipped-FEET # Green Shoes diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/boots.yml index d9e1f3c10b7b..600defd60156 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Shoes/boots.yml @@ -150,3 +150,34 @@ sprite: SS220/Clothing/Shoes/Boots/cmocorporateboots.rsi - type: Clothing sprite: SS220/Clothing/Shoes/Boots/cmocorporateboots.rsi + +# Dark brown Shoes +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesColorDarkBrown + name: dark brown shoes + description: A pair of brown shoes. + components: + - type: Sprite + sprite: Clothing/Shoes/color.rsi + layers: + - state: icon + color: "#401e11" + - state: soles-icon + - type: Item + inhandVisuals: + left: + - state: inhand-left + color: "#401e11" + - state: soles-inhand-left + right: + - state: inhand-right + color: "#401e11" + - state: soles-inhand-right + - type: Clothing + sprite: Clothing/Shoes/color.rsi + clothingVisuals: + shoes: + - state: equipped-FEET + color: "#401e11" + - state: soles-equipped-FEET