Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
846801dd6f
2 changed files with 27 additions and 0 deletions
|
|
@ -1817,6 +1817,17 @@ fill_building_slot_chance = {
|
||||||
}
|
}
|
||||||
subtract = 15
|
subtract = 15
|
||||||
}
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
geographical_region = world_europe_west_britannia
|
||||||
|
geographical_region = world_europe_west_francia
|
||||||
|
geographical_region = world_europe_west_benelux
|
||||||
|
geographical_region = world_nistrenia_wealthy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 2000
|
||||||
|
}
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
has_special_building = yes
|
has_special_building = yes
|
||||||
|
|
@ -1874,6 +1885,17 @@ upgrade_building_chance = {
|
||||||
}
|
}
|
||||||
subtract = 15
|
subtract = 15
|
||||||
}
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
geographical_region = world_europe_west_britannia
|
||||||
|
geographical_region = world_europe_west_francia
|
||||||
|
geographical_region = world_europe_west_benelux
|
||||||
|
geographical_region = world_nistrenia_wealthy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 2000
|
||||||
|
}
|
||||||
add = {
|
add = {
|
||||||
value = county.development_level
|
value = county.development_level
|
||||||
multiply = 1.5
|
multiply = 1.5
|
||||||
|
|
|
||||||
|
|
@ -211,6 +211,11 @@ world_europe_east = {
|
||||||
duchies = {
|
duchies = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
world_nistrenia_wealthy = {
|
||||||
|
kingdoms = {
|
||||||
|
k_transylvania k_dacia k_moldavia k_ruthenia k_crimea k_galicia-volhynia
|
||||||
|
}
|
||||||
|
}
|
||||||
world_asia_minor = {
|
world_asia_minor = {
|
||||||
duchies = {
|
duchies = {
|
||||||
#Anatolia
|
#Anatolia
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue