2021-03-15 21:02:56 +03:00
|
|
|
|
|
|
|
|
### UI
|
|
|
|
|
|
|
|
|
|
# Verb name for climbing
|
|
|
|
|
comp-climbable-verb-climb = Vault
|
|
|
|
|
|
|
|
|
|
### Interaction Messages
|
|
|
|
|
|
|
|
|
|
# Shown to you when your character climbs on $climbable
|
2021-06-08 13:59:32 -07:00
|
|
|
comp-climbable-user-climbs = You jump onto { THE($climbable) }!
|
2021-03-15 21:02:56 +03:00
|
|
|
|
|
|
|
|
# Shown to others when $user climbs on $climbable
|
2021-06-08 13:59:32 -07:00
|
|
|
comp-climbable-user-climbs-other = { CAPITALIZE(THE($user)) } jumps onto { THE($climbable) }!
|
2021-03-15 21:02:56 +03:00
|
|
|
|
2024-03-23 15:29:43 -04:00
|
|
|
# Shown to you when your character forces someone to climb on $climbable
|
|
|
|
|
comp-climbable-user-climbs-force = You force { THE($moved-user) } onto { THE($climbable) }!
|
2021-03-15 21:02:56 +03:00
|
|
|
|
2024-03-23 15:29:43 -04:00
|
|
|
# Shown to others when someone forces other $moved-user to climb on $climbable
|
2021-06-08 13:59:32 -07:00
|
|
|
comp-climbable-user-climbs-force-other = { CAPITALIZE(THE($user)) } forces { THE($moved-user) } onto { THE($climbable) }!
|
2021-03-15 21:02:56 +03:00
|
|
|
|
|
|
|
|
# Shown to you when your character is far away from climbable
|
|
|
|
|
comp-climbable-cant-reach = You can't reach there!
|
|
|
|
|
|
|
|
|
|
# Shown to you when your character can't interact with climbable for some reason
|
|
|
|
|
comp-climbable-cant-interact = You can't do that!
|
|
|
|
|
|
2024-03-23 15:29:43 -04:00
|
|
|
# Shown to you when your character isn't able to climb by their own actions
|
2021-03-15 21:02:56 +03:00
|
|
|
comp-climbable-cant-climb = You are incapable of climbing!
|
2024-03-23 15:29:43 -04:00
|
|
|
|
|
|
|
|
# Shown to you when your character tries to force someone else who can't climb onto a climbable
|
|
|
|
|
comp-climbable-target-cant-climb = { CAPITALIZE(THE($moved-user)) } can't go there!
|