vg-mod-ck3/master/common/decisions/m_asgard_decision.txt

54 lines
999 B
Plaintext
Raw Normal View History

2024-12-18 21:22:13 -05:00
m_asgard_decision = {
decision_group_type = major
sort_order = 0
is_shown = {
is_playable_character = yes
AND = {
has_title = title:b_oslosyslar
title:b_oslosyslar.title_province = root.capital_province
}
NOT = {
is_target_in_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_discovered_great_hall_of_asgard
}
}
}
picture = {
reference = "gfx/interface/illustrations/decisions/asgard_decision_image.dds"
}
cost = {
gold = 1000
prestige = 2500
piety = 1500
}
effect = {
save_scope_as = asgard_founder
trigger_event = {
id = norse_asgard_event.0001
}
add_to_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_discovered_great_hall_of_asgard
}
show_as_tooltip = {
custom_tooltip = "You may find something special within the province."
}
hidden_effect = {
m_hall_of_asgard_effect = yes
}
}
}