Skip to content

Commit

Permalink
merc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyenh committed Apr 13, 2024
1 parent 44a8768 commit b51848e
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
contents:
- id: BoxSurvivalSecurity
- id: Flash
- id: MagazinePistol

- type: entity
noSpawn: true
Expand Down
10 changes: 2 additions & 8 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,16 @@
contents:
- id: FlashlightSeclite
prob: 0.8
- id: ClothingUniformJumpsuitSecGrey
prob: 0.3
- id: ClothingHeadHelmetBasic
- id: ClothingOuterArmorBasic
- id: ClothingBeltSecurityFilled
- id: ClothingBeltMercWebbingFilled
- id: Flash
prob: 0.5
- id: ClothingEyesGlassesSunglasses
- id: ClothingHeadsetSecurity
- id: ClothingMaskMercNeckGaiter
- id: ClothingHandsGlovesColorBlack
- id: ClothingShoesBootsJack
- id: WeaponMeleeNeedle
prob: 0.1
- id: ClothingEyesHudSecurity
- id: HoloprojectorSecurity
prob: 0.6

- type: entity
id: LockerBrigmedicFilled
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/security_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
mask: ClothingMaskBandMerc
gloves: ClothingHandsMercGlovesCombat
outerClothing: ClothingOuterArmorBasic
id: SecurityPDA
id: MercenaryPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltMercWebbing
belt: ClothingBeltMercWebbingFilled
pocket1: RadioHandheldIntercomSecurity
pocket2: BasicPager
suitstorage: WeaponShotgunDoubleBarreled
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_FTL/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
id: ClothingBeltMercWebbingFilled
parent: ClothingBeltMercWebbing
suffix: Filled
components:
- type: StorageFill
contents:
- id: GrenadeFlashBang
- id: TearGasGrenade
- id: Stunbaton
- id: Handcuffs
- id: Handcuffs
12 changes: 12 additions & 0 deletions Resources/Prototypes/_FTL/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: ClothingMaskBase
id: ClothingMaskMercNeckGaiter
name: mercenary neck gaiter
description: An olive green neck gaiter.
components:
- type: Sprite
sprite: _FTL/Clothing/Mask/mercneckgaiter.rsi
- type: Clothing
sprite: _FTL/Clothing/Mask/mercneckgaiter.rsi
- type: IdentityBlocker
coverage: MOUTH
14 changes: 14 additions & 0 deletions Resources/Prototypes/_FTL/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,17 @@
state: pda
- type: PdaBorderColor
borderColor: "#717059"

- type: entity
parent: BasePDA
id: MercenaryPDA
name: mercenary PDA
description: Rugged and robust.
components:
- type: Pda
id: SecurityIDCard
state: pda-bartender
- type: PdaBorderColor
borderColor: "#141111"
- type: Icon
state: pda-bartender
Binary file modified Resources/Textures/Objects/Misc/id_cards.rsi/default.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/_FTL/Clothing/Mask/mercneckgaiter.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by belay5 (Discord), modified by Hyenh",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b51848e

Please sign in to comment.