scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

Biome flavor text #46

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

Need to remove the debugging info from room descriptions and replace the default sentence with a different flavor text for each type of Biome.

Ideally there should be support for many flavor sentences per biome, and any given room will show the same sentence every time you read its description. Something like:

biome.getSentenceByIndex((x + y + z) % numberOfSentences);

Otherwise the landscape will be pretty boring. It'll still be boring this way, but it's one increment less boring than it is now.