
Law
Amber Monopoly
Amber is amongst the most prized resources within our state. Its trade is of ample importance and must be regulated carefully.
Policies 3
Amber in Burghers Hands- +10% Trade Capacity
- +0.05 Monthly Progress to Free Trade
- +200% Local Burghers Power
Gathering by the Commoners- +0.05 Monthly Progress to Free Subjects
- +25% Amber Output
- +200% Local Peasants Power
State-Controlled Gathering- +1% Selling Efficiency
- +0.05 Monthly Progress to Aristocracy
- +200% Local Crown Power
Definitionin_game/common/laws/02_country_specific.txt:590
591unique = yes
592law_category = socioeconomic
600state_controlled_amber_gathering = {
601country_modifier = {
602selling_efficiency = tiny_trade_efficiency_bonus
603monthly_towards_aristocracy = societal_value_minor_monthly_move
}
605location_modifier = {
606potential_trigger = {
607raw_material = goods:amber
}
609local_crown_estate_power = 2
}
611estate_preferences = {
crown_estate
}
614years = 2
}
617burghers_controlled_amber_gathering = {
618country_modifier = {
619global_merchant_capacity_modifier = 0.1
620monthly_towards_free_trade = societal_value_minor_monthly_move
}
622location_modifier = {
623potential_trigger = {
624raw_material = goods:amber
}
626local_burghers_estate_power = 2
}
628estate_preferences = {
burghers_estate
}
631years = 2
}
634peasant_controlled_amber_gathering = {
635country_modifier = {
636monthly_towards_free_subjects = societal_value_minor_monthly_move
637global_amber_output_modifier = 0.25
}
639location_modifier = {
640potential_trigger = {
641raw_material = goods:amber
}
643local_peasants_estate_power = 2
}
645estate_preferences = {
peasants_estate
}
648years = 2
}