about summary refs log tree commit diff
path: root/src/Xanthous/messages.yaml
blob: 7590db2e20504245d407238ac919c323af0faabb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
welcome: Welcome to Xanthous, {{characterName}}! It's dangerous out there, why not stay inside?

entities:
  description: You see here {{entityDescriptions}}

items:
  pickUp: You pick up the {{item.itemType.name}}
  nothingToPickUp: "There's nothing here to pick up"

open:
  prompt: Direction to open (hjklybnu.)?
  success: "You open the door."
  locked: "That door is locked"
  nothingToOpen: "There's nothing to open there"

character:
  namePrompt: "What's your name? "

combat:
  nothingToAttack: There's nothing to attack there
  hit:
    - You hit the {{creature.creatureType.name}}
    - You attack the {{creature.creatureType.name}}
  killed:
    - You kill the {{creature.creatureType.name}}!
    - You've killed the {{creature.creatureType.name}}!