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:
@@ -82,6 +82,30 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Back/Duffels/syndicate.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelHolding
|
id: ClothingBackpackDuffelHolding
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 516 B |
Binary file not shown.
|
After Width: | Height: | Size: 511 B |
@@ -23,6 +23,14 @@
|
|||||||
"name": "equipped-BACKPACK",
|
"name": "equipped-BACKPACK",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "ammo-equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "med-equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
|||||||
Reference in New Issue
Block a user