* 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>
ClothingOuterWinterMiner: 2
ClothingNeckScarfStripedBrown: 3
ClothingShoesBootsWinterCargo: 2
+ MailBag: 2
contrabandInventory:
ToyFigurineCargoTech: 1
ToyFigurineSalvage: 1
--- /dev/null
+- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}