| 
				 modding godly titles 
 I'd quite like the list of godly names to be moddible. Idealy with no built in names. 
 Titles will be devided into requirements and title. A requiremnt can be any of the following:
 Minimum skill in a magic path(s)
 Gender
 physical body
 Dominion scales.
 
 Boolean operators should be supported, e.g. Growth > 0 OR Nature > 2
 
 The title can be simple.
 
 King of Air.
 
 or by useing brackets () you can have a comma seperated list and one word will be selected randomly.
 
 (King, Lord, Prince) of Air.
 
 And if you have a secondary bracket [] inside the first bracket you can make it chose between two lists based on requirements. The first list that passes will be selected.
 
 ([male: King, Lord, Prince] [female: King, Lady, Princess]) of Air.
 
 If you use {} instead of () then rather than takeing the first list to pass it randomly selects a word from any list that passes. If there are no [] brackets then () and {} are interchangeible.
 |