about summary refs log tree commit diff
path: root/src/messages.toml
blob: d3e0e1de8a2393f957ad365e1e3e3072ac49cc46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[global]
welcome = "Welcome to Xanthous! It's dangerous out there, why not stay inside?"

[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."
    ]