Suit slot weapon consistency + visuals (#26152)

suit slot my beloved

Co-authored-by: vanx <#vanxxxx>
This commit is contained in:
vanx
2024-03-18 09:16:09 +03:00
committed by GitHub
parent 597107c431
commit 6c239890c5
84 changed files with 166 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
quickEquip: false quickEquip: false
slots: slots:
- Belt - Belt
- suitStorage
- type: entity - type: entity
id: BaseWeaponPowerCellSmall id: BaseWeaponPowerCellSmall

View File

@@ -33,6 +33,9 @@
map: ["enum.GunVisualLayers.Base"] map: ["enum.GunVisualLayers.Base"]
- type: Clothing - type: Clothing
sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi
slots:
- Back
- suitStorage
- type: AmmoCounter - type: AmmoCounter
- type: Gun - type: Gun
fireRate: 1 fireRate: 1

View File

@@ -16,6 +16,7 @@
quickEquip: false quickEquip: false
slots: slots:
- Back - Back
- suitStorage
- type: AmmoCounter - type: AmmoCounter
- type: Gun - type: Gun
fireRate: 0.75 fireRate: 0.75

View File

@@ -36,3 +36,4 @@
quickEquip: false quickEquip: false
slots: slots:
- Belt - Belt
- suitStorage

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -38,6 +38,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -39,6 +39,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -71,6 +71,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

View File

@@ -72,6 +72,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -68,6 +68,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -36,6 +36,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -36,6 +36,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}, },
{ {
"name": "equipped-BELT", "name": "equipped-BELT",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -64,6 +64,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -36,6 +36,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -36,6 +36,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@@ -77,6 +77,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -45,6 +45,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -27,6 +27,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View File

@@ -33,6 +33,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

View File

@@ -27,6 +27,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -33,6 +33,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

View File

@@ -33,6 +33,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

View File

@@ -48,6 +48,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

View File

@@ -33,6 +33,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

View File

@@ -147,6 +147,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -30,6 +30,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

View File

@@ -16,6 +16,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

View File

@@ -16,6 +16,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -25,6 +25,10 @@
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

View File

@@ -14,6 +14,10 @@
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
}, },
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{ {
"name": "ishotgunstep1" "name": "ishotgunstep1"
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

View File

@@ -16,6 +16,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

View File

@@ -16,6 +16,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -24,6 +24,10 @@
{ {
"name": "equipped-BACKPACK", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
} }
] ]
} }