In the file forced_planets_fun, where the home worlds of the minor races are kept, I'm trying to do this:
Code: Select all
{
type = 'Paradise',
name = 'Blrp Blrp Glrp',
size='Small',
special = { 'natives', pop = {viscid=3, }, },
special_resources = {
"super_grain",
},
},
Can Super Grain be added through the forced planets file?
Thank you.