feat(xanthous): Gormlaks yell in gormlak when they see the character
Add a new "greetedCharacter" field to the creature hippocampus type, which tracks whether or not that creature has greeted the character yet. In the gormlak AI, when the gormlak sees the character and starts running towards them, if that field is set to False send a message that says that the gormlak yells a single randomly-generated gormlak word at the character, then set the field to true The gormlak yells "gukblom"! Change-Id: I17a388393693a322c2e09390884ed718911b2fc4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3207 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
30d83d7c82
commit
bf79617bd8
6 changed files with 98 additions and 28 deletions
|
|
@ -17,6 +17,10 @@ quit:
|
|||
|
||||
entities:
|
||||
description: You see here {{entityDescriptions}}
|
||||
say:
|
||||
creature:
|
||||
visible: The {{creature.creatureType.name}} {{creature.creatureType.sayVerb}} "{{message}}"
|
||||
invisible: You hear something yell "{{message}}" in the distance
|
||||
|
||||
pickUp:
|
||||
menu: What would you like to pick up?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue