Skip to content

Commit

Permalink
Security Guard
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 23, 2024
1 parent 18a4fde commit 90d690a
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# ParamedicPDA: 3 # Frontier
# ChemistryPDA: 3 # Frontier
# CMOPDA: 3 # Frontier
SecurityGuardPDA: 3 # Frontier
SecurityPDA: 3 # Frontier
BrigmedicPDA: 3 # Frontier
WardenPDA: 3 # Frontier
Expand Down
7 changes: 4 additions & 3 deletions Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
- MartialArtist
- MailCarrier
- Gladiator
- Mercenary ## NF Job below
- StationTrafficController

- Mercenary # Frontier
- Pilot # Frontier
- StationTrafficController # Frontier

- type: department
id: Command
Expand Down Expand Up @@ -89,6 +89,7 @@
- PrisonGuard ##nyano
- Prisoner ##nyano
- Brigmedic
- SecurityGuard # Frontier

- type: department
id: Science
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@
sprite: _NF/Objects/Misc/id_cards.rsi
- type: Item
heldPrefix: silver

- type: entity
parent: SecurityIDCard
id: SecurityGuardIDCard
name: security guard ID card
components:
- type: PresetIdCard
job: SecurityGuard
14 changes: 14 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,17 @@
accentVColor: "#A32D26"
- type: Icon
state: pda

- type: entity
parent: SecurityPDA
id: SecurityGuardPDA
name: security guard PDA
description: Red to hide the stains of passenger blood.
components:
- type: Pda
id: SecurityGuardIDCard
state: pda-security
- type: PdaBorderColor
borderColor: "#A32D26"
- type: Icon
state: pda-security
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Recipes/Construction/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSecGuard
result: ClothingUniformJumpsuitSecGuard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- External
- Mercenary # Frontier
- Captain # Frontier
- Frontier # Frontier
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ]
Expand All @@ -31,7 +32,7 @@
eyes: ClothingEyesGlassesSunglasses #ClothingEyesGlassesSecurity
head: ClothingHeadHatBeretSecurity #ClothingHeadHelmetBasic
outerClothing: ClothingOuterArmorBasic
id: SecurityPDA
id: SecurityGuardPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/_NF/StatusEffects/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
sprite: _NF/Interface/Misc/job_icons.rsi
state: Pilot

- type: statusIcon
parent: JobIcon
id: JobIconSecurityGuard
icon:
sprite: Interface/Misc/job_icons.rsi
state: SecurityOfficer

- type: statusIcon
parent: JobIcon
id: JobIconStc
Expand Down

0 comments on commit 90d690a

Please sign in to comment.