
在Ruler访问德布雷伯尔汉的领地时,his/her目睹了一颗新星在天空中显现。虽然天象的变化让Country Adjective人民感到不安,但我们的Ruler Title将其视为上帝的征兆,表明祂在眷顾Country。
定义in_game/events/DHE/flavor_ETH.txt:2701
2702hide_portraits = yes
2703type = country_event
2704title = flavor_eth.240.title 天空中闪耀的新光
2705desc = flavor_eth.240.desc 在Ruler访问德布雷伯尔汉的领地时,his/her目睹了一颗新星在天空中显现。虽然天象的变化让Country Adjective人民感到不安,但我们的Ruler Title将其视为上帝的征兆,表明祂在眷顾Country。
2706outcome = neutral
2708fire_only_once = yes
2709dynamic_historical_event = {
2711from = 1456.1.1
2712to = 1457.1.1
2713monthly_chance = 30
}
2716trigger = {
2717at_war = no
2718owns = location:debra_berhan
2720has_ruler = yes
}
2723image = "gfx/interface/illustrations/event/backgrounds/special/comet_sighted.dds"
选项
B在此地我们将建造一座新教堂以荣耀祂。
2734trigger = {
2735location:debra_berhan = {
}
}
2744location:debra_berhan = {
2745construct_building = {
}
}
C我们将在此地建立一座新城。
2753trigger = {
2754location:debra_berhan = {
2755has_building_with_at_least_one_level = temple }
}
2767location:debra_berhan = {
}
D在此我们将兴建一座新城,并建造一座配得上祂的教堂。
2774historical_option = yes
2775trigger = {
2776location:debra_berhan = {
}
}
2789location:debra_berhan = {
2792if = {
2793limit = {
2794has_building_with_at_least_one_level = temple }
2796change_building_level_in_location = {
}
}
2801else = {
2802construct_building = {
}
}
}