TourismList
This mod will allow you to keep track of tourism items and maximize value of your zones.
Added new context menu action "Show tourism items" which will show the list of all item that raises tourism value. When any category selected another list of all items from this category will show up.
For now prices are shown without affect of mass/solo exhibition policies.
Modified note for items. Possible messages in notes:
– green text comparison (item you looking at is better than you have, you might want to replace it)
– red text comparison (item you looking at is worse or same, no need to replace it)
– this is the best one in current zone (shown when inspecting placed in your zone)
– zone was not loaded (you haven’t visited this zone, no data available)
– zone does not have this item
Limitations:
– to keep track of zone items you need to actually visit them
Configuration can be found ElinBepInExconfigTourismList.cfg:
[config]
## Is mod enabled.
IsModEnabled = true
## Sorting rule for list of tourism items.
# Acceptable values: ByNumber, ByPrice, ByName
SortRule = ByNumber
Sources [github.com]