realgray-stellaris-mod/common/deposits/RG_storms_deposits.txt

57 lines
830 B
Plaintext
Raw Normal View History

2024-09-15 13:38:32 +08:00
d_rg_tempest_storm_1 = {
is_for_colonizable = yes
icon = d_fractal_seed
category = deposit_cat_rare
resources = {
category = planet_deposits
produces = {
nanites = 5
}
}
planet_modifier = {
district_mining_max = -2
}
potential = { always = no }
}
d_rg_tempest_storm_2 = {
is_for_colonizable = yes
icon = d_fractal_seed
category = deposit_cat_rare
resources = {
category = planet_deposits
produces = {
nanites = 9
}
}
planet_modifier = {
district_mining_max = -3
}
potential = { always = no }
}
d_rg_tempest_storm_3 = {
is_for_colonizable = yes
icon = d_fractal_seed
category = deposit_cat_rare
resources = {
category = planet_deposits
produces = {
nanites = 15
}
}
planet_modifier = {
pop_happiness = -1
district_mining_max = -5
}
potential = { always = no }
}