flavor text, autosaves

This commit is contained in:
2023-02-24 12:39:18 -08:00
parent 3c05ef8552
commit 55525a5235
7 changed files with 243 additions and 8 deletions

26
app/rant/flavor.rant Normal file
View File

@@ -0,0 +1,26 @@
@require "wordlist"
{
You meet {
a `[pick: <wordlist/nouns/birds>] |
`{
[pick: <wordlist/names/people/butlers>] |
[pick: <wordlist/names/people/computing>] |
[pick: <wordlist/names/people/founders>] |
[pick: <wordlist/names/streets/chicago>] |
[pick: <wordlist/names/streets/newyork>] |
[pick: <wordlist/names/surnames/english>] |
[pick: <wordlist/names/surnames/irish>] |
[pick: <wordlist/names/surnames/scottish>]
} the `[pick: <wordlist/nouns/birds>]
}. {
It completely ignores you. |
You have a polite conversation about birdly affairs. |
It scoffs and flies away.
}
|
You encounter a human and attempt to steal their `{
[pick: <wordlist/nouns/food>] |
[pick: <wordlist/nouns/fast_food>]
}.
}

172
app/rant/wordlist.rant Normal file

File diff suppressed because one or more lines are too long