## Possible Deposit Variables ## # resources, resource and amount # potential trigger (planet scope) # blocked_modifier - applied to planet only when deposit blocker has been cleared # constant_modifier - applied to planet always # blocker = - default any # station = station class in orbit to gather ####################################### ######### STRATEGIC RESOURCES ######### ####################################### ######################### ### ADVANCED RESOURCES ## ######################### d_exotic_gases_1 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { exotic_gases = 1 } } habitat_modifier = { district_hab_energy_max_add = 1 } potential = { OR = { is_planet_class = pc_gas_giant is_planet_class = pc_toxic } } drop_weight = { weight = 1.5 modifier = { factor = 1.5 is_inside_nebula = yes } } } d_exotic_gases_2 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { exotic_gases = 2 } } habitat_modifier = { district_hab_energy_max_add = 1 } potential = { OR = { is_planet_class = pc_gas_giant is_planet_class = pc_toxic } } drop_weight = { weight = 0.5 modifier = { factor = 1.5 is_inside_nebula = yes } } } d_exotic_gases_3 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { exotic_gases = 3 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } d_exotic_gases_4 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { exotic_gases = 4 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } d_exotic_gases_5 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { exotic_gases = 5 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } d_rare_crystals_1 = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { rare_crystals = 1 } } station = shipclass_mining_station is_for_colonizable = no habitat_modifier = { district_hab_mining_max_add = 1 } drop_weight = { weight = 0 modifier = { weight = 1 OR = { is_planet_class = pc_frozen is_planet_class = pc_ice_asteroid } } modifier = { factor = 1.5 is_inside_nebula = yes } } } d_rare_crystals_2 = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { rare_crystals = 2 } } station = shipclass_mining_station is_for_colonizable = no habitat_modifier = { district_hab_mining_max_add = 2 } drop_weight = { weight = 0 modifier = { weight = 0.25 OR = { is_planet_class = pc_frozen is_planet_class = pc_ice_asteroid } } modifier = { factor = 1.5 is_inside_nebula = yes } } } d_rare_crystals_3 = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { rare_crystals = 3 } } station = shipclass_mining_station is_for_colonizable = no habitat_modifier = { district_hab_mining_max_add = 2 } drop_weight = { weight = 0 } } d_rare_crystals_4 = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { rare_crystals = 4 } } station = shipclass_mining_station is_for_colonizable = no habitat_modifier = { district_hab_mining_max_add = 3 } drop_weight = { weight = 0 } } d_rare_crystals_5 = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { rare_crystals = 5 } } station = shipclass_mining_station is_for_colonizable = no habitat_modifier = { district_hab_mining_max_add = 3 } drop_weight = { weight = 0 } } d_volatile_motes_1 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { volatile_motes = 1 } } habitat_modifier = { district_hab_energy_max_add = 1 } potential = { OR = { is_planet_class = pc_molten is_planet_class = pc_asteroid } } drop_weight = { weight = 1.5 modifier = { factor = 1.5 is_inside_nebula = yes } } } d_volatile_motes_2 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { volatile_motes = 2 } } habitat_modifier = { district_hab_energy_max_add = 1 } potential = { OR = { is_planet_class = pc_molten is_planet_class = pc_asteroid } } drop_weight = { weight = 0.5 modifier = { factor = 1.5 is_inside_nebula = yes } } } d_volatile_motes_3 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { volatile_motes = 3 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } d_volatile_motes_4 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { volatile_motes = 4 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } d_volatile_motes_5 = { icon = "unused/d_strategic_resources" station = shipclass_mining_station is_for_colonizable = no resources = { category = orbital_mining_deposits produces = { volatile_motes = 5 } } habitat_modifier = { district_hab_energy_max_add = 1 } drop_weight = { weight = 0 } } ########################## ##### RARE RESOURCES ##### ########################## d_zro_deposit_1 = { station = shipclass_research_station is_for_colonizable = no icon = d_dust_desert resources = { category = orbital_research_deposits produces = { sr_zro = 1 } } habitat_modifier = { district_hab_science_max_add = 1 } potential = { is_planet_class = pc_toxic } drop_weight = { weight = 5 modifier = { factor = 0.5 is_inside_nebula = no } } } d_zro_deposit_2 = { station = shipclass_research_station is_for_colonizable = no icon = d_dust_desert resources = { category = orbital_research_deposits produces = { sr_zro = 2 } } habitat_modifier = { district_hab_science_max_add = 2 } potential = { is_planet_class = pc_toxic } drop_weight = { weight = 1 modifier = { factor = 0.5 is_inside_nebula = no } } } d_zro_deposit_3 = { station = shipclass_research_station is_for_colonizable = no icon = d_dust_desert resources = { category = orbital_research_deposits produces = { sr_zro = 3 } } habitat_modifier = { district_hab_science_max_add = 2 } drop_weight = { weight = 0 } } d_zro_deposit_4 = { station = shipclass_research_station is_for_colonizable = no icon = d_dust_desert resources = { category = orbital_research_deposits produces = { sr_zro = 4 } } habitat_modifier = { district_hab_science_max_add = 3 } drop_weight = { weight = 0 } } d_zro_deposit_5 = { station = shipclass_research_station is_for_colonizable = no icon = d_dust_desert resources = { category = orbital_research_deposits produces = { sr_zro = 5 } } habitat_modifier = { district_hab_science_max_add = 3 } drop_weight = { weight = 0 } } d_dark_matter_deposit_1 = { icon = "unused/d_strategic_resources" resources = { category = orbital_research_deposits produces = { sr_dark_matter = 1 } } habitat_modifier = { district_hab_science_max_add = 1 } station = shipclass_research_station is_for_colonizable = no drop_weight = { weight = 0 modifier = { weight = 10 is_planet_class = pc_black_hole } modifier = { factor = 0.5 is_inside_nebula = no } } } d_dark_matter_deposit_2 = { icon = "unused/d_strategic_resources" resources = { category = orbital_research_deposits produces = { sr_dark_matter = 2 } } habitat_modifier = { district_hab_science_max_add = 2 } station = shipclass_research_station is_for_colonizable = no drop_weight = { weight = 0 modifier = { weight = 1 is_planet_class = pc_black_hole } } } d_dark_matter_deposit_3 = { icon = "unused/d_strategic_resources" resources = { category = orbital_research_deposits produces = { sr_dark_matter = 3 } } habitat_modifier = { district_hab_science_max_add = 2 } station = shipclass_research_station is_for_colonizable = no drop_weight = { weight = 0 } } d_dark_matter_deposit_10 = { icon = "unused/d_strategic_resources" resources = { category = orbital_research_deposits produces = { sr_dark_matter = 10 } } habitat_modifier = { district_hab_science_max_add = 6 } station = shipclass_research_station is_for_colonizable = no drop_weight = { weight = 0 } } d_living_metal_deposit = { icon = "unused/d_strategic_resources" resources = { category = orbital_mining_deposits produces = { sr_living_metal = 1 } } habitat_modifier = { district_hab_science_max_add = 1 } station = shipclass_mining_station is_for_colonizable = no drop_weight = { weight = 0 } }