Add some more name prompts
for character! and also characters.
This commit is contained in:
parent
6c1eba6762
commit
ea648cfcdd
1 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,14 @@ killed = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
name_prompt = "What's your name?"
|
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]
|
[defaults.item]
|
||||||
eat = "You eat the {{item.name}}. {{action.result}}"
|
eat = "You eat the {{item.name}}. {{action.result}}"
|
||||||
|
|
Loading…
Reference in a new issue