
### Viridian Sections

stz_tech_viridisium_sections = {
    cost = @tier5cost2
    area = engineering
    tier = 5
    category = { categories_stz_viridisium }

    prerequisites = { "stz_tech_viridisium_reactor" }

    potential = {
        NOT = {
            has_global_flag = stz_ship_sections_disabled
        }
    }

    prereqfor_desc = {
        ship = {
            title = "TECH_UNLOCK_VAS_TITLE"
            desc = "TECH_UNLOCK_VAS_DESC"
        }
    }

    ai_weight = {
        factor = @ai_ship_types_factor
    }
}

stz_tech_viridisium_bio_sections = {
    cost = @tier5cost2
    area = society
    tier = 5
    category = { categories_stz_viridisium }

    prerequisites = { "stz_tech_viridisium_reactor" }

    potential = {
        NOT = {
            has_global_flag = stz_ship_sections_disabled
        }
    }

    prereqfor_desc = {
        ship = {
            title = "TECH_UNLOCK_BIO_VAS_TITLE"
            desc = "TECH_UNLOCK_BIO_VAS_DESC"
        }
    }

    ai_weight = {
        factor = @ai_ship_types_factor
    }
}

## Corvette/Frigate
#stz_tech_viridisium_corvette_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_corvettes" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VCFS_TITLE"
#			desc = "TECH_UNLOCK_VCFS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
## Destroyer
#stz_tech_viridisium_destroyer_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_destroyers" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VDS_TITLE"
#			desc = "TECH_UNLOCK_VDS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
## Cruiser
#stz_tech_viridisium_cruiser_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_cruisers" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VCS_TITLE"
#			desc = "TECH_UNLOCK_VCS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
## Battleship
#stz_tech_viridisium_battleship_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_battleships" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VBS_TITLE"
#			desc = "TECH_UNLOCK_VBS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
## Titan
#stz_tech_viridisium_titan_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_titans" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VTS_TITLE"
#			desc = "TECH_UNLOCK_VTS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
## Juggernaut
#stz_tech_viridisium_juggernaut_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" "tech_juggernaut" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VJS_TITLE"
#			desc = "TECH_UNLOCK_VJS_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}
#
#stz_tech_viridisium_defense_platform_sections = {
#	cost = @tier5cost2
#	area = engineering
#	tier = 5
#	category = { categories_stz_viridisium }
#	weight = @tier5weight1
#
#	prerequisites = { "stz_tech_viridisium_reactor" }
#
#	potential = {
#		NOT = {
#			has_global_flag = stz_ship_sections_disabled
#		}
#	}
#
#	prereqfor_desc = {
#		ship = {
#			title = "TECH_UNLOCK_VDP_TITLE"
#			desc = "TECH_UNLOCK_VDP_DESC"
#		}
#	}
#
#	ai_weight = {
#		factor = @ai_ship_types_factor
#	}
#}