about summary refs log tree commit diff
path: root/src/Xanthous/messages.yaml
blob: 71f08f263185f6c962a7f13a0fa678ff4e26ed0a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
welcome: Welcome to Xanthous, {{characterName}}! It's dangerous out there, why not stay inside?
dead:
  - You have died...
  - You die...
  - You perish...
  - You have perished...

save:
  location:
    "Enter filename to save to: "

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"

look:
  prompt: Select a position on the map to describe (use Enter to confirm)
  nothing: There's nothing 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}}.
  creatureAttack:
    - The {{creature.creatureType.name}} hits you!
    - The {{creature.creatureType.name}} attacks you!
  killed:
    - You kill the {{creature.creatureType.name}}!
    - You've killed the {{creature.creatureType.name}}!

debug:
  toggleRevealAll: revealAll now set to {{revealAll}}

eat:
  noFood:
    - You have nothing edible.
    - You don't have any food.
    - You don't have anything to eat.
    - You search your pockets for something edible, and come up short.
  menuPrompt: What would you like to eat?
  eat: You eat the {{item.itemType.name}}.