about summary refs log tree commit diff
path: root/src/messages.toml
blob: a9a6b2e009a657aecd87f1531d6af0ade482765b (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
[global]
welcome = "Welcome to Xanthous, {{character.name}}! It's dangerous out there, why not stay inside?"
describe_entities = "You see here {{descriptions}}"
describe_no_entities = "You see nothing here."
pick_up = "You pick up the {{item.name}}."

[combat]
attack = "You attack the {{creature.name}}."
killed = [
    "You've killed the {{creature.name}}.",
    "The {{creature.name}} dies.",
    "The {{creature.name}} kicks it.",
    "The {{creature.name}} beefs it."
    ]

[character]
name_prompt = [
    "Hey there friend. What's your name?",
    "Hey there friend. What should we call you?",
    "Howdy. What's your name?",
    "Name please!",
    "What's your name?",
    "Hey, what's your name?",
]

[defaults.item]
eat = "You eat the {{item.name}}. {{action.result}}"