﻿
pay_short_term_gold_reparations_to_attacker_effect = {
	pay_short_term_gold = {
		gold = {
			value = $GOLD_VALUE$
			if = {
				limit= {
					scope:attacker.culture = {
						has_cultural_parameter = more_gold_for_successful_defensive_wars
					}
				}
				multiply = 2
			}
		}
		target = scope:attacker
		yearly_income = yes
	}
}
