for example, I can just add more
Code: Select all
effects =
{
{
type = "num-quick-bars",
modifier = 1
}
},
Code: Select all
effects =
{
{
type = "character-logistic-slots",
modifier = 5
}
},
but I can double the inventory space with the following line:
Code: Select all
data.raw["player"]["player"].inventory_size = 120 -- up from 60
Any ideas?