Adds unique equips for syndie duffels. (#2867)

* Initial

* Woops c/p slipup

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Swept
2021-01-05 05:22:31 +00:00
committed by GitHub
parent a2b498d802
commit 4430164073
4 changed files with 32 additions and 0 deletions

View File

@@ -82,6 +82,30 @@
- type: Clothing
sprite: Clothing/Back/Duffels/syndicate.rsi
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateAmmo
name: syndicate duffel bag
components:
- type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi
state: icon-ammo
- type: Clothing
sprite: Clothing/Back/Duffels/syndicate.rsi
ClothingPrefix: ammo
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateMedical
name: syndicate duffel bag
components:
- type: Sprite
sprite: Clothing/Back/Duffels/syndicate.rsi
state: icon-med
- type: Clothing
sprite: Clothing/Back/Duffels/syndicate.rsi
ClothingPrefix: med
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelHolding

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

View File

@@ -23,6 +23,14 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "ammo-equipped-BACKPACK",
"directions": 4
},
{
"name": "med-equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4