
Cuestión parlamentaria
Financiar los fincas agrícolas
Nuestras fincas agrícolas garantizan la cobertura de múltiples necesidades básicas. Sin embargo, los dueños de las tierras prometen mayores cosechas si invertimos más tiempo y recursos en ellas.
Modificadores
Definiciónin_game/common/parliament_issues/03_nobles_estate_parliament_issues.txt:495
498modifier_when_in_debate = {
}
503allow = {
504has_any_rgo_of_goods_method = farming
505any_owned_location = {
506raw_material = {
507goods_method = farming
}
509is_full_expanded_rgo = no
}
}
513chance = {
514add = 1
515add = {
516if = {
517limit = {
518societal_value:capital_economy_vs_traditional_economy > 30
}
520value = 2
}
}
523multiply = {
524if = {
525limit = {
526societal_value:capital_economy_vs_traditional_economy < -60
}
528value = 0.5
}
530else = {
531value = 1
}
}
}
536on_debate_passed = {
537ordered_owned_location = {
538limit = {
539raw_material = {
540goods_method = farming
}
542is_full_expanded_rgo = no
}
544order_by = population
545max = {
546value = num_provinces
547multiply = 0.05
548add = 1
}
550check_range_bounds = no
551change_max_raw_material_workers = 1
}
}

