// This file allows you to set the influence cost
// of demanding a tournament be held in a town.
//
// OwnerInfluenceCost is the amount of influence
// it will cost if you own the town. Valid range
// is 0 to 100 inclusive. The default is 5.
//
// KingInfluenceCost is the amount of influence
// it will cost if you are king and do not own
// the town. Valid range is 0 to 100 inclusive.
// The default is 10.
//
// All out of range values will be ignored.
//
OwnerInfluenceCost=5
KingInfluenceCost=10
