Skip to content

How to add coloured flavour text to items? + auto pick-up #850

Answered by dorkster
Danimal696 asked this question in Q&A
Discussion options

You must be logged in to vote

Flavor text can be added to items with the flavor property. For example:

[item]
id=90
name=Krolan's Hammer
flavor=An essential tool for any blacksmith.
...

The color of the flavor text can be changed in engine/font_colors.txt by using the item_flavor property. The fantasycore mod uses this setting:

item_flavor=190,180,170

However, it is not possible to change the position of the flavor text. It is always displayed right after the item's name.


As for your other question, I think auto-pickup of other items would be a good addition. Mod authors should be able to define which items are eligible. Not sure if should be given separate options for currency vs other items. One general "Auto-Pic…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WithinAmesia
Comment options

Answer selected by dorkster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants