I have already downloaded a mod (Garrison Traits Removed) which was supplied to me by Viking1978 and turns off a number of negative traits that are awarded when you try to defend your towns and cities in Rome 2.
But I would really like to extend this mod to switch off a number of other random and nonsensical traits that are ruining my enjoyment of the game, such as Overly-Generous; Flaccid, and Foul-mouthed. I'm just not sure how to do it.
The Garrison Traits Removed mod seems to contain a list of trigger conditions such as:
events.CharacterTurnStart[#events.CharacterTurnStart+1] =
function (context)
if r2_sp_trait_rome_mad_impl(context) then
effect.trait("r2_sp_trait_rome_mad", "agent", 1, 0, context)
effect.trait("r2_sp_trait_rome_mad", "agent", 1, 0, context)
return true
end
return false
end
But I'm not sure if I have to add to these or remove the ones i don't want.
Can anyone advise?





Reply With Quote






