Skip to content

Commit

Permalink
Laika changes (#602)
Browse files Browse the repository at this point in the history
* Give laika some much needed love.

* Why did this random fodler exist for me?

* Actually named Laika's ID Card since standard security dogs dont get any starting gear.

* Laika's role now requires you to be able to play security officer requirement wise.

* Update Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml

Signed-off-by: Colin-Tel <[email protected]>

---------

Signed-off-by: Colin-Tel <[email protected]>
Co-authored-by: Colin-Tel <[email protected]>
  • Loading branch information
BramvanZijp and Colin-Tel authored Dec 28, 2023
1 parent f8c9e05 commit 0fa2caa
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
damage: 22
- type: MeleeWeapon
hidden: true
altDisarm: false
soundHit:
path: /Audio/Effects/bite.ogg
angle: 0
attackRate: 0.75
attackRate: 1
damage:
types:
Slash: 10
Expand Down Expand Up @@ -168,6 +169,7 @@
- type: Bloodstream
bloodMaxVolume: 300 # BIG DOG. MUCH BLOOD :3
- type: Puller
needsHands: false
- type: MobPrice
price: 400
- type: Tag
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
allowMovement: true
name: "Laika"
description: "Security's resident she-dog. Badger the officers for headpats and nip at the heels of violent offenders."
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 14400 # DeltaV - 4 hours
- type: GhostTakeoverAvailable
- type: InteractionPopup
successChance: 1
Expand All @@ -49,3 +53,4 @@
- CannotSuicide
- VimPilot
- DoorBumpOpener
- type: PotentialPsionic # Smart girl.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,21 @@
strippingWindowPos: 1,4
displayName: Vest
stripHidden: false

- name: id
slotTexture: id
slotFlags: IDCARD
slotGroup: SecondHotbar
stripTime: 6
uiWindowPos: 2,1
strippingWindowPos: 2,4
displayName: ID

- name: ears
slotTexture: ears
slotFlags: EARS
slotGroup: MainHotbar
stripTime: 4.5
uiWindowPos: 1,2
strippingWindowPos: 1,2
displayName: Ears
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
id: MobSecDogLaikaGear
equipment:
eyes: ClothingEyesGlassesSecurity
ears: ClothingHeadsetSecurity
id: SecDogIDCard

#Oldstation Roles

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,19 @@
job: Bartender
name: Pun Pun

- type: entity # DeltaV - Security dog Laika ID card
parent: IDCardStandard
id: SecDogIDCard
name: Security Dog ID card
components:
- type: Sprite
layers:
- state: default
- state: idsecurityofficer
- type: PresetIdCard
job: SecurityOfficer
name: Laika

- type: entity
parent: IDCardStandard
id: ChefIDCard
Expand Down

0 comments on commit 0fa2caa

Please sign in to comment.