Scripted Trigger
rival_or_enemy_with_relative_income_in_market
Definitionin_game/events/DHE/flavor_ENG.txt:3021
3022OR = {
3023is_rival_of = root
3024is_enemy_of = root
}
3026NOT = {
3026is_at_war_with = root
}
3027NOT = {
3027has_truce_with = root
}
3028monthly_income_trade_and_tax >= {
3029value = root.monthly_income_trade_and_tax
3030multiply = 0.5
}