climbable-component.ftl 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. ### UI
  2. # Verb name for climbing
  3. comp-climbable-verb-climb = Vault
  4. ### Interaction Messages
  5. # Shown to you when your character climbs on $climbable
  6. comp-climbable-user-climbs = You jump onto { THE($climbable) }!
  7. # Shown to others when $user climbs on $climbable
  8. comp-climbable-user-climbs-other = { CAPITALIZE(THE($user)) } jumps onto { THE($climbable) }!
  9. # Shown to you when your character forces someone to climb on $climbable
  10. comp-climbable-user-climbs-force = You force { THE($moved-user) } onto { THE($climbable) }!
  11. # Shown to others when someone forces other $moved-user to climb on $climbable
  12. comp-climbable-user-climbs-force-other = { CAPITALIZE(THE($user)) } forces { THE($moved-user) } onto { THE($climbable) }!
  13. # Shown to you when your character is far away from climbable
  14. comp-climbable-cant-reach = You can't reach there!
  15. # Shown to you when your character can't interact with climbable for some reason
  16. comp-climbable-cant-interact = You can't do that!
  17. # Shown to you when your character isn't able to climb by their own actions
  18. comp-climbable-cant-climb = You are incapable of climbing!
  19. # Shown to you when your character tries to force someone else who can't climb onto a climbable
  20. comp-climbable-target-cant-climb = { CAPITALIZE(THE($moved-user)) } can't go there!