Tarantula voice (#23459)
* inital * new (cherry picked from commit 2130e397328f20c046ce2a8d669d23c46abbd38e)
This commit is contained in:
parent
091f5e321b
commit
278ddb66f3
|
|
@ -1995,6 +1995,8 @@
|
|||
interactSuccessString: petting-success-tarantula
|
||||
interactFailureString: petting-failure-generic
|
||||
interactSuccessSpawn: EffectHearts
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/snake_hiss.ogg
|
||||
- type: NoSlip
|
||||
- type: Spider
|
||||
- type: IgnoreSpiderWeb
|
||||
|
|
@ -2003,6 +2005,12 @@
|
|||
bloodReagent: CopperBlood
|
||||
- type: Speech
|
||||
speechVerb: Arachnid
|
||||
speechSounds: Arachnid
|
||||
- type: Vocal
|
||||
sounds:
|
||||
Male: UnisexArachnid
|
||||
Female: UnisexArachnid
|
||||
Unsexed: UnisexArachnid
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
|
|
|
|||
|
|
@ -275,6 +275,12 @@
|
|||
# Moved to Nyanotrasen\Entities\Mobs\NPCs\space.yml
|
||||
- type: Speech
|
||||
speechVerb: Arachnid
|
||||
speechSounds: Arachnid
|
||||
- type: Vocal
|
||||
sounds:
|
||||
Male: UnisexArachnid
|
||||
Female: UnisexArachnid
|
||||
Unsexed: UnisexArachnid
|
||||
|
||||
- type: entity
|
||||
id: MobSpiderSpaceSalvage
|
||||
|
|
|
|||
Loading…
Reference in New Issue