Added a new flag that is special to Zone Rouge, which gives less wanderer XP and doesent give the traveler trait.
96 lines
1.9 KiB
Text
96 lines
1.9 KiB
Text
GetSpecialBuildingTouristDescriptor = {
|
|
type = province
|
|
|
|
text = { # Zone Rouge
|
|
trigger = {
|
|
has_special_building = yes
|
|
has_building_or_higher = zone_rouge_01
|
|
}
|
|
localization_key = building_zone_rouge_destination_desc
|
|
}
|
|
}
|
|
|
|
GetTouristHoldingOutro = {
|
|
type = province
|
|
random_valid = yes
|
|
text = { #Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_travel_point_of_interest = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = building_zone_rouge_outro_desc
|
|
}
|
|
}
|
|
|
|
GetSpecialBuildingSong = {
|
|
type = province
|
|
random_valid = yes
|
|
text = { # Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_building_with_flag = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = event_song_natural_wonders_03
|
|
}
|
|
}
|
|
|
|
GetSpecialBuildingCatSleepingSpot = {
|
|
type = province
|
|
random_valid = yes
|
|
text = { # Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_building_with_flag = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = cats_sleeping_natural_wonders_01
|
|
}
|
|
}
|
|
|
|
GetSpecialBuildingNonsensicalClaim = {
|
|
type = province
|
|
random_valid = yes
|
|
text = { # Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_travel_point_of_interest = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = guide_natural_wonder_5
|
|
}
|
|
}
|
|
|
|
GetSpecialBuildingPerson = {
|
|
type = province
|
|
random_valid = yes
|
|
text = { # Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_travel_point_of_interest = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = natural_guide
|
|
}
|
|
}
|
|
|
|
MonumentTypeDesc = {
|
|
type = province
|
|
random_valid = yes
|
|
|
|
text = { # Zone Rouge
|
|
setup_scope = {
|
|
root = { save_scope_as = location }
|
|
}
|
|
trigger = {
|
|
has_travel_point_of_interest = poi_special_buildings_zone_rouge
|
|
}
|
|
localization_key = monument_beautiful_natural_wonder
|
|
}
|
|
}
|