Files
arbuzik456 f0601b2a34 sagging (#94645)
## About The Pull Request

adds sagging, casual way of wearing pants and expressing your rebellious
nature

the only visual i've got


https://github.com/user-attachments/assets/1aad23e5-cc35-49ef-a7b3-31ff842048c5

## Why It's Good For The Game

mmmmm yes yes space station 13 is roleplay game indeed so it is just
mmmmnatural to give players more ways of mmmmm expressing themself and
their mmmculture 🧐🧐🧐🧐🧐

## Changelog

🆑
add: Added casual way of wearing jeans and different pants.
/🆑
2025-12-29 21:36:56 -05:00

43 lines
691 B
JSON

{
"slacks": [
{
"type": "icon_state",
"icon_state": "buckle",
"blend_mode": "overlay",
"color_ids": [1]
},
{
"type": "icon_state",
"icon_state": "belt",
"blend_mode": "overlay",
"color_ids": [2]
},
{
"type": "icon_state",
"icon_state": "slacks",
"blend_mode": "overlay",
"color_ids": [3]
}
],
"slacks_d": [
{
"type": "icon_state",
"icon_state": "buckle",
"blend_mode": "overlay",
"color_ids": [1]
},
{
"type": "icon_state",
"icon_state": "belt_d",
"blend_mode": "overlay",
"color_ids": [2]
},
{
"type": "icon_state",
"icon_state": "slacks_d",
"blend_mode": "overlay",
"color_ids": [3]
}
]
}