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:
@@ -409,3 +409,6 @@ uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir
|
|||||||
|
|
||||||
uplink-barber-scissors-name = Barber Scissors
|
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-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
|
||||||
|
|||||||
@@ -1287,6 +1287,16 @@
|
|||||||
categories:
|
categories:
|
||||||
- UplinkWearables
|
- UplinkWearables
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: UplinkBackpackSyndicate
|
||||||
|
name: uplink-backpack-syndicate-name
|
||||||
|
description: uplink-backpack-syndicate-desc
|
||||||
|
productEntity: ClothingBackpackSyndicate
|
||||||
|
cost:
|
||||||
|
Telecrystal: 2
|
||||||
|
categories:
|
||||||
|
- UplinkWearables
|
||||||
|
|
||||||
# Pointless
|
# Pointless
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
|
|||||||
@@ -248,6 +248,18 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Backpacks/ertclown.rsi
|
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
|
#Special
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpack
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user