Add explosion-proof backpack to uplink (#26187)

* Backpacks

* move to wearables

* Update Resources/Prototypes/Catalog/uplink_catalog.yml

* Update Resources/Prototypes/Entities/Clothing/Back/backpacks.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
21Melkuu
2024-03-17 05:21:13 +03:00
committed by GitHub
parent 22477a1f24
commit 1d72d0777b
8 changed files with 51 additions and 0 deletions

View File

@@ -409,3 +409,6 @@ uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir
uplink-barber-scissors-name = Barber Scissors
uplink-barber-scissors-desc = A good tool to give your fellow agent a nice haircut, unless you want to give it to yourself.
uplink-backpack-syndicate-name = Syndicate backpack
uplink-backpack-syndicate-desc = Lightweight explosion-proof а backpack for holding various traitor goods

View File

@@ -1287,6 +1287,16 @@
categories:
- UplinkWearables
- type: listing
id: UplinkBackpackSyndicate
name: uplink-backpack-syndicate-name
description: uplink-backpack-syndicate-desc
productEntity: ClothingBackpackSyndicate
cost:
Telecrystal: 2
categories:
- UplinkWearables
# Pointless
- type: listing

View File

@@ -248,6 +248,18 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/ertclown.rsi
#Syndicate
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSyndicate
name: syndicate backpack
description:
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/syndicate.rsi
- type: ExplosionResistance
damageCoefficient: 0.1
#Special
- type: entity
parent: ClothingBackpack

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 886 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by gabova (discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}