Log in

View Full Version : modding godly titles


Tortanick
October 22nd, 2006, 02:43 PM
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.

Frostmourne27
October 24th, 2006, 09:49 PM
This seems like it would be cool. You should probably add it to the patch sugestions list.

Tortanick
October 25th, 2006, 05:07 AM
Will do