Skip to content

Commit

Permalink
Merge pull request #1396 from Sha-Seng/compact_armor_vests
Browse files Browse the repository at this point in the history
compact armor vest
  • Loading branch information
mqole authored Jan 17, 2025
2 parents 27bb947 + e55fa02 commit 1ee247f
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
ClothingOuterWinterSec: 2
ClothingNeckScarfStripedRed: 3
ClothingOuterArmorBasic: 2
ClothingOuterArmorBasicSlim: 2
ClothingOuterArmorBasicSlim: 1 #imp
ClothingOuterArmorBasicCompact: 1 #imp
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 1
ClothingShoesBootsWinterSec: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

- type: loadout
id: TrooperUniform
equipment:
equipment:
jumpsuit: ClothingUniformSecurityTrooper

- type: loadout
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,7 @@
- HeadofSecurityWinterCoatUnarmored
- ArmorVest #imp
- ArmorVestSlim #imp
- ArmorVestCompact #imp
- HeadofSecurityEliteArmor #imp

- type: loadoutGroup
Expand Down Expand Up @@ -1394,6 +1395,9 @@
loadouts:
- WardenCoat
- WardenArmoredWinterCoat
- ArmorVest #imp
- ArmorVestSlim #imp
- ArmorVestCompact #imp
- WardenWinterCoatUnarmored

- type: loadoutGroup
Expand Down Expand Up @@ -1461,6 +1465,7 @@
loadouts:
- ArmorVest
- ArmorVestSlim
- ArmorVestCompact #imp
- SecurityOfficerWintercoat

- type: loadoutGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,13 @@
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Armor/hoselitearmor.rsi

- type: entity
parent: ClothingOuterArmorBasic
id: ClothingOuterArmorBasicCompact
name: compact armor vest
description: A compact Type I armored vest that provides decent protection against most types of damage.
components:
- type: Sprite
sprite: _Impstation/Clothing/OuterClothing/Armor/security_compact.rsi
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Armor/security_compact.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: loadout
id: ArmorVestCompact
equipment:
outerClothing: ClothingOuterArmorBasicCompact
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Sha-Seng (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 1ee247f

Please sign in to comment.