mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Specify context of messages
This commit is contained in:
parent
e5c2ee6b23
commit
ffa031d1bd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user