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:
parent
80404571fc
commit
821cf5b44c
10 changed files with 238 additions and 1 deletions
|
|
@ -405,6 +405,14 @@ on_building_completed = {
|
|||
add_travel_point_of_interest = poi_special_buildings_economic
|
||||
}
|
||||
|
||||
else_if = {
|
||||
limit = {
|
||||
has_building_with_flag = { flag = travel_point_of_interest_zone_rouge }
|
||||
NOT = { has_travel_point_of_interest = poi_special_buildings_zone_rouge }
|
||||
}
|
||||
add_travel_point_of_interest = poi_special_buildings_zone_rouge
|
||||
}
|
||||
|
||||
# The Builder event chain
|
||||
if = {
|
||||
limit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue