Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laika changes #602

Merged
merged 5 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading