Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_gen.2 热那亚在克里米亚的治理与《加泽里亚法典》

时间范围

1340.1.1 - 1450.1.1,每月有 5% 的概率触发。

触发条件

  • 国家拥有卡法(kaffa)地区。
  • 国家的首都位于西欧(western_europe)次大陆。

关键效果

选项 A:编纂《加泽里亚法典》

  • 历史选项:是。
  • 设置变量 codified_liber_gazerie 的值为 1。
  • 每年黄金收入减少 0.5。
  • 在克里米亚(crimea_area)地区,所有本国拥有的地块:
    • 控制度获得“激进加成”。
    • 所有本国人口获得“轻微满意度加成”。

选项 B:维持现状

  • 获得“微弱政府力量加成”。

背景介绍

该事件模拟了中世纪晚期热那亚共和国在其海外殖民地,特别是克里米亚半岛的卡法(今费奥多西亚)的治理活动。热那亚在此建立了繁荣的贸易据点,并需要一套系统的法律来管理其海外领土、商业活动以及与当地居民(包括热那亚人、希腊人、鞑靼人等)的关系。编纂《加泽里亚法典》(Liber Gazarie)是热那亚试图将其法律和行政体系标准化,以巩固对克里米亚殖民地的控制、确保贸易安全并调解内部社会关系的重要历史举措。选项A代表了进行法典编纂的历史路径,虽然需要投入资源并可能引起短期经济负担,但旨在提升地区的控制力和稳定度。选项B则代表了维持现有治理模式,将精力集中于中央政府的其他事务。

完整事件代码

flavor_gen.2 = {
	type = country_event
	title = flavor_gen.2.title
	desc = flavor_gen.2.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEN
		from = 1340.1.1
		to = 1450.1.1
		monthly_chance = 5
	}
	trigger = {
		owns = location:kaffa
		capital.sub_continent = sub_continent:western_europe
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		area:crimea_area = {
			random_location_in_area = {
				limit = {
					has_owner = yes
					owner = root
				}
				save_scope_as = target_location_for_loc
				random_pop = {
					limit = { owner = root }
					save_scope_as = target_pop_for_loc
				}
			}
		}
	}
	option = {
		name = flavor_gen.2.a
		historical_option = yes
		hidden_effect = {
			set_variable = {
				name = codified_liber_gazerie
				value = 1
			}
		}
		add_yearly_gold = -0.5
		area:crimea_area = {
			custom_tooltip = {
				text = flavor_gen.2.a.tt
				every_location_in_area = {
					limit = {
						owner ?= ROOT
					}
					change_control = control_radical_bonus
					every_pop = {
						limit = {
							owner = root
						}
						add_pop_satisfaction = pop_satisfaction_mild_bonus
					}
				}
			}
		}
	}
	option = {
		name = flavor_gen.2.b
		add_government_power = government_power_weak_bonus
	}
}