﻿NCharacterOpinion = {
    # Vanilla: 2 duchies, -15 opinion per extra duchy.
    # Raised above the full map scale and zeroed to remove the held-duchy opinion penalty.
    MAX_DUCHIES_BEFORE_PENALTY = 20000
    TOO_MANY_DUCHIES_OPINION = 0
}

NCharacter = {
    # Prevent the player-only mega-duke realm-size penalty from mattering in extreme domain play.
    MAX_COUNTIES_IN_REALM_AS_DUKE = 20000
    INCOME_PENALTY_PER_COUNTY_ABOVE_LIMIT = 0.0
}
