Code:
d_null_deposit = {
is_null = yes
drop_weight = {
weight = 50
modifier = {
weight = 0
planet = {
OR = {
is_planet_class = pc_black_hole
is_planet_class = pc_neutron_star
is_planet_class = pc_pulsar
}
}
}
modifier = {
weight = 33
planet = {
is_planet_class = pc_gaia
}
}
modifier = {
weight = 100
planet = {
OR = {
is_planet_class = pc_barren
is_planet_class = pc_barren_cold
is_planet_class = pc_a_star
is_planet_class = pc_b_star
is_planet_class = pc_f_star
is_planet_class = pc_g_star
is_planet_class = pc_k_star
is_planet_class = pc_m_star
is_planet_class = pc_nuked
}
}
}
}
}
Is that the basis for all other deposits? As in, is this weight of 0, 33 and 100 respectively what other deposits have to fight against for drop weight?
Also, what IS the weight under drop_weight (not in a modifier) do, and why do no other deposits have one? all other deposit weights are in a modifier.