I just realized I never did this. Better late than never I suppose. Enter the following command lines into the console to do the following things. For reference, CHARACTER NAME is the full name of the character, first and last. This means that if you are giving it to a character that has had his last name replaced by a title, you need to figure out what his real last name is (check the Library). For instance, my current character is named Augustus the Orator, but to give him a trait you would have to type in "Augustus Verginius".
To give DDW's characters his 'office' trait:
give_trait "CHARACTER NAME" "Office_of_Aedile" 1
To give TinCow's characters his 'office' trait:
give_trait "CHARACTER NAME" "Office_of_Censor" 1
To give econ21's characters his 'office' trait:
give_trait "CHARACTER NAME" "Office_of_Pontifex_Maximus" 1
To remove a disinherited trait:
give_trait "CHARACTER NAME" "Disinherited" 0
I remember that we suggesting making Triumphs mean something by giving the recipient a bump up on the "Hero" scale. Did we decide to do this or not? Just in case, here is the command to do that:
give_trait "CHARACTER NAME" "RomanHero" XXXX
For this trait substitute the following numbers for XXXX depending on the level of Hero you want to give:
Level 1 - Local Hero - XXXX = 2
Level 2 - Popular Hero - XXXX = 4
Level 3 - Roman Hero - XXXX = 8
Level 4 - National Hero - XXXX = 12
Level 5 - Legendary Hero - XXXX = 18
Bookmarks