flavor_ven.36 黄金共和国
时间范围:1337.1.1 - 1836.1.1,每月 10% 概率触发
触发条件:
- 政府类型为共和国
- 国家等级为帝国
关键效果:
- 选项 A (
flavor_ven.36.a):获得少量威望。 - 选项 B (
flavor_ven.36.b):获得少量威望,并将国家地图颜色更改为威尼斯旗帜的橙色。 - 选项 C (
flavor_ven.36.c):获得少量威望,并将国家地图颜色更改为《欧陆风云4》中“最尊贵的共和国”的紫色。
背景介绍: 该事件描绘了威尼斯共和国在达到帝国地位后,作为一个强大共和国的鼎盛时期。它象征着共和国体制的辉煌与稳定,玩家可以选择不同的象征性颜色来代表国家,反映了威尼斯在历史上作为“最尊贵的共和国”的独特地位与荣耀。
完整事件代码:
flavor_ven.36 = { # The Golden Republic
type = country_event
title = flavor_ven.36.title
desc = flavor_ven.36.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VEN
from = 1337.1.1
to = 1836.1.1
monthly_chance = 10
}
trigger = {
government_type = government_type:republic
country_rank = country_rank:rank_empire
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_ven.36.a
add_prestige = prestige_mild_bonus
}
option = {
name = flavor_ven.36.b
add_prestige = prestige_mild_bonus
custom_tooltip = flavor_ven.36.b.tt
hidden_effect = {
change_country_color = map_venice_orange #Orange from the Venetian Flag
}
}
option = {
name = flavor_ven.36.c
add_prestige = prestige_mild_bonus
custom_tooltip = flavor_ven.36.c.tt
hidden_effect = {
change_country_color = map_venice_purple #EU4 La Serenissima Color
}
}
}