* add content

* add new bark accent
This commit is contained in:
Ed
2023-12-16 11:30:20 +03:00
committed by GitHub
parent 31077fd370
commit 088d39f7ac
13 changed files with 175 additions and 3 deletions

View File

@@ -774,3 +774,64 @@
- ReagentId: Wine
Quantity: 5
# Tastes like decaying fungus.
- type: entity
name: bread dog
id: MobBreadDog
parent: FoodBreadSausage
description: It's a bread. It's a dog. It's a... breaddog?
components:
- type: Sprite
noRot: true
drawdepth: Mobs
sprite: Mobs/Pets/breaddog.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: base
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.35
density: 50
mask:
- MobMask
layer:
- MobLayer
- type: RotationVisuals
defaultRotation: 0
horizontalRotation: 0
- type: Item
size: Ginormous
- type: GhostRole
prob: 1
name: ghost-role-information-BreadDog-name
allowMovement: true
description: ghost-role-information-BreadDog-description
rules: ghost-role-information-BreadDog-rules
- type: GhostTakeoverAvailable
- type: BarkAccent
- type: Speech
speechSounds: Dog
speechVerb: SmallMob
- type: MovementSpeedModifier
baseWalkSpeed : 5
baseSprintSpeed : 3
- type: Tag
tags:
- VimPilot
- DoorBumpOpener
- type: CanEscapeInventory
baseResistTime: 2
- type: Puller
needsHands: false
- type: Examiner
- type: CombatMode
- type: MeleeWeapon
soundHit:
path: /Audio/Animals/dog_bark1.ogg
hidden: true
damage:
groups:
Brute: 1

View File

@@ -1282,6 +1282,18 @@
FoodSnackRaisins: 1
OrganAnimalHeart: 1
- type: microwaveMealRecipe
id: RecipeBreadDog
name: bread dog recipe
result: MobBreadDog
time: 15
reagents:
Cognizine: 5
solids:
FoodBreadSausage: 1
OrganAnimalHeart: 1
FoodSpaceshroomCooked: 1
- type: microwaveMealRecipe
id: RecipeGrapeTart
name: grape tart recipe

View File

@@ -104,4 +104,13 @@
askSound:
path: /Audio/Animals/cat_meow.ogg
exclaimSound:
path: /Audio/Animals/cat_meow.ogg
path: /Audio/Animals/cat_meow.ogg
- type: speechSounds
id: Dog
saySound:
path: /Audio/Animals/dog_bark1.ogg
askSound:
path: /Audio/Animals/dog_bark3.ogg
exclaimSound:
path: /Audio/Animals/dog_bark2.ogg