Specify context of messages

This commit is contained in:
juliancoffee 2024-02-04 00:21:21 +02:00
parent e5c2ee6b23
commit ffa031d1bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
## Used in npc-speech-tell_monster
## Monster descriptions, used ONLY in npc-speech-tell_monster
body-npc-speech-generic = some creature
body-npc-speech-biped_large-ogre-male = an ogre

View File

@ -274,6 +274,8 @@ npc-speech-tell_monster =
.a0 = They say there's { $body } { $dir }, { $dist } ...
.a1 = You think you're tough? There's { $body } { $dir }.
## Direction hints, used ONLY in npc-speech-tell* above
npc-speech-dir_north = to the north
npc-speech-dir_north_east = to the north-east
npc-speech-dir_east = to the east
@ -283,6 +285,8 @@ npc-speech-dir_south_west = to the south-west
npc-speech-dir_west = to the west
npc-speech-dir_north_west = to the north-west
## Distance hints, used ONLY in npc-speech-tell* above
npc-speech-dist_very_far = very far away
npc-speech-dist_far = far away
npc-speech-dist_ahead = some way away