Skip to content

Commit

Permalink
Brown Shoes (#2681)
Browse files Browse the repository at this point in the history
* Brown Shoes

* fix
  • Loading branch information
EstKemran authored Mar 9, 2025
1 parent 5ae8dc1 commit 9effaf0
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ ent-ClothingShoesBootsMagDQ = магнитные ботинки Эскадрон
ent-ClothingShoesCMOCorporate = корпоративные туфли главного врача
.desc = Прошли кровь и пот, буквально. Тем не менее выглядят как новые.
.suffix = За время в игре
ent-ClothingShoesColorDarkBrown = тёмно-коричневые туфли
.desc = Стильные тёмно-коричневые туфли.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Clothing/Shoes/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
31 changes: 31 additions & 0 deletions Resources/Prototypes/SS220/Entities/Clothing/Shoes/boots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9effaf0

Please sign in to comment.