Zone Rouge work part 1

Added a new flag that is special to Zone Rouge, which gives less wanderer XP and doesent give the traveler trait.
This commit is contained in:
GoTouchSomeGrass314 2026-06-06 23:44:20 +02:00
parent 80404571fc
commit 821cf5b44c
10 changed files with 238 additions and 1 deletions

View file

@ -0,0 +1,96 @@
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
}
}