Skip to content

Commit

Permalink
Merge PR #74 from DimasKarabas2881
Browse files Browse the repository at this point in the history
ЧУЛКИ!!11!!!1
  • Loading branch information
EndrAnimet authored Jul 19, 2024
2 parents 9686166 + b589a05 commit f830e4a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
19 changes: 15 additions & 4 deletions Resources/Prototypes/Entities/Clothing/Under/under.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# These are technically shoes for now, as we don't actually have underwear. But
# I would cry if we didn't have them. -swept
# Underwear is real!

- type: entity
parent: ClothingShoesBase
parent: ClothingUnderSocksBase
id: ClothingUnderSocksBee
name: bee socks
description: Make them loins buzz!
components:
- type: Sprite
sprite: Clothing/Under/Socks/bee.rsi
state: icon
- type: Clothing
sprite: Clothing/Under/Socks/bee.rsi
clothingVisuals:
socks:
- state: equipped
- type: TemperatureProtection
coefficient: 0.85

- type: entity
parent: ClothingShoesBase
parent: ClothingUnderSocksBase
id: ClothingUnderSocksCoder
name: coder socks
description: It's time to code sisters!!11!
components:
- type: Sprite
sprite: Clothing/Under/Socks/coder.rsi
state: icon
- type: Clothing
sprite: Clothing/Under/Socks/coder.rsi
clothingVisuals:
socks:
- state: equipped
- type: TemperatureProtection
coefficient: 0.85
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
# Made By NeptuneZvezda on Discord

- type: entity
parent: ClothingShoesBase
parent: ClothingUnderSocksBase
id: ClothingUnderSocksStripedWhiteandLightBlue
name: light blue striped socks
description: Wearing these makes you feel just a little bit lazier
components:
- type: Sprite
sprite: Stray/Clothing/Under/Socks/ClothingUnderSocksStripedWhiteandLightBlue.rsi
state: icon
- type: Clothing
sprite: Stray/Clothing/Under/Socks/ClothingUnderSocksStripedWhiteandLightBlue.rsi
clothingVisuals:
socks:
- state: equipped-FEET
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
Expand All @@ -20,6 +24,8 @@
reagents:
- ReagentId: Fiber
Quantity: 30
- type: TemperatureProtection
coefficient: 0.85
- type: Tag
tags:
- ClothMade
Expand Down
2 changes: 1 addition & 1 deletion Resources/Textures/Clothing/Under/Socks/bee.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "equipped-FEET",
"name": "equipped",
"directions": 4
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "icon"
},
{
"name": "equipped-FEET",
"name": "equipped",
"directions": 4
}
]
Expand Down

0 comments on commit f830e4a

Please sign in to comment.