about summary refs log tree commit diff
path: root/src/messages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages.toml')
-rw-r--r--src/messages.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/messages.toml b/src/messages.toml
deleted file mode 100644
index a9a6b2e009a6..000000000000
--- a/src/messages.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[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}}"