upgrades
{
;GENUINE upgrade lines - it is better for hidden resources to be used here
building_name requires factions { all, } and hidden_resource x and not hidden_resource y ;and blah blah
;to allow building browser to display buildings EVERYWHERE irregardless of eligibility I guess - I view this option as a better alternative than not having a building browser at all.
building_name requires factions { all, } and building_present_min_level dummy dummy1 ;or building_present dummy depending on the building constraits, as dummy 1 can be any vacant and unreachable level in any building tree like the smiths, mines or roads or whatever.
}
;Actual building line - it is advisable to use building_present/_min_level here to allow players to see requirements
building_name requires factions { all, } and building_present_min_level market market
Bookmarks