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_fra.380 早期专利法

时间范围

1550.1.1 - 1580.1.1,每月 20% 概率触发。

触发条件

  • 国家拥有统治者 (has_ruler = yes)。

关键效果

  • 选项 A:鼓励发布发明描述

    • 历史选项:是 (historical_option = yes)。
    • 效果:社会价值观向 创新 方向移动 (traditionalist_vs_innovative 类型,societal_value_move_to_right)。
  • 选项 B:我们不需要这些程序

    • 效果:社会价值观向 传统 方向移动 (traditionalist_vs_innovative 类型,societal_value_move_to_left)。

背景介绍

该事件反映了16世纪中后期,随着文艺复兴和科学思想的传播,关于发明创造所有权和知识保护的法律概念开始在欧洲萌芽。法国作为当时的欧洲大国,面临着是否要建立正式制度来鼓励创新、保护发明者权益的抉择。选择建立早期专利制度可能推动社会更倾向于创新,而拒绝则可能强化传统观念。

完整事件代码

flavor_fra.380 = { # Ownership of Inventions # Early Patent laws
	type = country_event
	title = flavor_fra.380.title
	desc = flavor_fra.380.desc
	historical_info = flavor_fra.380.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1550.1.1
		to = 1580.1.1
		monthly_chance = 20
	}

	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	option = { # Encourage the publishing of invention descriptions
		name = flavor_fra.380.a
		historical_option = yes
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
	}
	option = { # We have no need for these procedures
		name = flavor_fra.380.b
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
	}
}