Script Value
reformation_preachers_max_level
Definitionin_game/common/script_values/building_caps.txt:820
821add = {
822desc = "BUILDING_LEVEL_BASE" Base
823value = 1
}
825if = {
826limit = {
827distance_to_squared = {
828location = location:rome
829value >= 75000
830value < 85000
}
}
833add = {
834desc = "distance_to_rome" Distance to Rome
835value = 1
}
}
838if = {
839limit = {
840distance_to_squared = {
841location = location:rome
842value >= 85000
843value < 100000
}
}
846add = {
847desc = "distance_to_rome" Distance to Rome
848value = 2
}
}
851if = {
852limit = {
853distance_to_squared = {
854location = location:rome
855value >= 100000
}
}
858add = {
859desc = "distance_to_rome" Distance to Rome
860value = 3
}
}