Files
f853e7a77c Nova Port - Roundstart bag variations (#5341)
## About The Pull Request
Ports some bags for roundstart selection from Nova Sector. Same amount
of space as any other bag ever.
## Why It's Good For The Game
Cool bags. Different aesthetics, if desired.
## Proof Of Testing
works on my machine or something. Screenshot below.
<details>
<summary>Screenshots/Videos</summary>
<img width="1287" height="735" alt="image"
src="https://github.com/user-attachments/assets/d7ecf201-1442-4f80-99cd-a116ea04de51"
/>

</details>

## Changelog
🆑
add: Front pack, waist pack and belt pack for selection in character
preferences, found under the regular bag selection. Despite the names,
still equipped on your back.
image: Supporting sprites for the new roundstart bags
/🆑

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2026-03-16 21:56:12 +01:00

33 lines
1.6 KiB
Plaintext

/obj/item/storage/backpack/storage_belt
name = "storage belt"
desc = "A small belt coated from front to back in pouches."
icon_state = "tinypakb"
inhand_icon_state = "messenger"
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'
/obj/item/storage/backpack/waist_pack
name = "waist pack"
desc = "A small, waist-mounted pack for storing stuff. Also things. Perhaps even knick-knacks."
icon_state = "tinypaka"
inhand_icon_state = "messenger"
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'
/obj/item/storage/backpack/chest_pack
name = "chest pack"
desc = "Like a fannypack, but for your chest!"
icon_state = "tinypakc"
inhand_icon_state = "messenger"
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'