* mail bag

* fix

* cute envelope in the bag sprite

* Update Resources/Textures/Objects/Specific/Cargo/mail_bag.rsi/meta.json

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
Velken
2025-03-19 22:32:39 -03:00
committed by GitHub
parent ed9bbd9fff
commit 003b667aa6
7 changed files with 57 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
ClothingOuterWinterMiner: 2
ClothingNeckScarfStripedBrown: 3
ClothingShoesBootsWinterCargo: 2
MailBag: 2
contrabandInventory:
ToyFigurineCargoTech: 1
ToyFigurineSalvage: 1

View File

@@ -0,0 +1,30 @@
- type: entity
name: mail bag
id: MailBag
parent: BaseStorageItem
description: A bag for carrying mail around the station. Made from tanned space bear hide.
components:
- type: Sprite
sprite: Objects/Specific/Cargo/mail_bag.rsi
state: icon
- type: Clothing
sprite: Objects/Specific/Cargo/mail_bag.rsi
quickEquip: false
slots:
- belt
- type: Item
size: Ginormous
- type: Storage
maxItemSize: Normal
grid:
- 0,0,4,3
quickInsert: true
areaInsert: true
whitelist:
components:
- Paper
- Delivery
tags:
- Document
- Paper
- type: Dumpable

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by Velken, based on the Chem Bag sprites from ParadiseSS13/Paradise at https://github.com/ParadiseSS13/Paradise/blob/ebf9a7b5e89f5523c5e1c3d2692bf54dac322cae/icons/obj/chemical.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}