
Loi parlementaire
Infrastructures navales renforcées
Nous devons améliorer les infrastructures de nos villes et cités côtières pour soutenir notre démonstration de force dans nos zones maritimes.
Modificateurs
Définitionin_game/common/parliament_issues/05_burghers_estate_parliament_issues.txt:516
523allow = {
524num_of_ports >= 1
525is_subject = no
}
528chance = {
529add = 1
530add = {
531if = {
532limit = {
533societal_value:land_vs_naval > 30
}
535value = 2
}
}
538add = {
539if = {
540limit = {
541navy_size_percentage <= 0.5
}
543value = 2
}
}
546multiply = {
547if = {
548limit = {
549societal_value:land_vs_naval < -30
}
551value = 0.5
}
553else = {
554value = 1
}
}
}
559on_debate_passed = {
560if = {
561limit = {
562num_of_ports <= 10
}
564ordered_port_in_country = {
565order_by = population
566check_range_bounds = no
567max = {
568value = root.num_of_ports
569multiply = 0.5
570add = 1
}
}
}
575else_if = {
576limit = {
577num_of_ports > 10
578num_of_ports <= 25
}
580ordered_port_in_country = {
581order_by = population
582check_range_bounds = no
583max = {
584value = root.num_of_ports
585multiply = 0.25
586add = 1
}
}
}
591else_if = {
592limit = {
593num_of_ports > 25
}
595ordered_port_in_country = {
596order_by = population
597check_range_bounds = no
598max = {
599value = root.num_of_ports
600multiply = 0.1
601add = 1
}
}
}
606if = {
610change_societal_value = {
}
}
615else = {
616change_societal_value = {
}
}
}
623on_debate_failed = {
625change_societal_value = {
}
}
