Stellaris

Stellaris

Plentiful Traditions 4.x
Abominus [GER]  [developer] Dec 9, 2018 @ 6:51am
Defence
#@cost = 56 tr_plentiful_defence_adopt = { # cost = { unity = @cost } modifier = { starbase_defense_platform_capacity_add = 3 } ai_weight = { factor = 10 modifier = { factor = 2 has_ethic = ethic_egalitarian } modifier = { factor = 3 has_ethic = ethic_fanatic_egalitarian } modifier = { factor = 2 has_ethic = ethic_pacifist } modifier = { factor = 3 has_ethic = ethic_fanatic_pacifist } } } tr_plentiful_defence_finish = { modifier = { army_starting_experience_add = 100 planet_building_cost_mult = -0.1 planet_building_build_speed_mult = 0.10 ascension_perks_add = 1 } } tr_plentiful_defence_1 = { # cost = { unity = @cost } modifier = { shipsize_corvette_hull_add = 100 shipsize_destroyer_hull_add = 200 shipsize_cruiser_hull_add = 500 shipsize_battleship_hull_add = 800 shipsize_military_station_small_hull_add = 500 } ai_weight = { factor = 1000 } } tr_plentiful_defence_2 = { # cost = { unity = @cost } modifier = { army_defense_morale_mult = 0.2 } ai_weight = { factor = 1000 } } tr_plentiful_defence_3 = { # cost = { unity = @cost } possible = { has_tradition = tr_plentiful_defence_1 } modifier = { category_materials_research_speed_mult = 0.20 } ai_weight = { factor = 1000 } } tr_plentiful_defence_4 = { # cost = { unity = @cost } possible = { has_tradition = tr_plentiful_defence_2 } modifier = { army_defense_health_mult = 0.2 army_defense_damage_mult = 0.2 } ai_weight = { factor = 1000 } } tr_plentiful_defence_5 = { # cost = { unity = @cost } possible = { has_tradition = tr_plentiful_defence_3 has_tradition = tr_plentiful_defence_4 } modifier = { #megastructure_build_speed_mult = 0.25 } ai_weight = { factor = 1000 } }