Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ЧУЛКИ!!11!!!1 #74

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading