Skip to content

Commit

Permalink
Merge pull request #295 from Schrodinger71/cyb_update
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
Schrodinger71 authored Jan 8, 2024
2 parents 4cfbada + d491cb5 commit dadee88
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/cyb_pda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: entity
parent: BasePDA
id: ADTSecurityCybPDA
name: security PDA
description: Red to hide the stains of passenger blood.
components:
- type: Pda
id: ADTSecurityCybIDCard
state: pda-security
- type: PdaBorderColor
borderColor: "#A32D26"
- type: Icon
state: pda-security
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: IDCardStandard
id: ADTSecurityCybIDCard
name: security ID card
components:
- type: Sprite
layers:
- state: default
- state: idsecurityofficer
- type: PresetIdCard
job: ADTSecurityCyborg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
equipment:
suitstorage: ADTGunRifleFNFAL #ADTMagazineRifleFNFAL
back: ADTClothingBackpackSecurityCyb
id: SecurityPDA
id: ADTSecurityCybPDA
belt: ClothingBeltSecurityFilled
pocket1: ADtWeaponSecCyborg
#pocket2: WeaponDisabler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
# - type: Speech
# speechSounds: Combine
# soundCooldownTime: 0.1
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepSoldier
params:
volume: -2

- type: entity
save: false
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@
- /Audio/ADT/Footsteps/combine/die2.ogg
- /Audio/ADT/Footsteps/combine/die3.ogg
- /Audio/ADT/Footsteps/combine/die4.ogg

- type: soundCollection
id: FootstepSoldier
files:
- /Audio/ADT/Footsteps/gear1.ogg
- /Audio/ADT/Footsteps/gear2.ogg
- /Audio/ADT/Footsteps/gear3.ogg
- /Audio/ADT/Footsteps/gear4.ogg
- /Audio/ADT/Footsteps/gear5.ogg
- /Audio/ADT/Footsteps/gear6.ogg

0 comments on commit dadee88

Please sign in to comment.