Based on this I'm trying to do
Code: Select all
data.raw.unit-spawner["biter-spawner"].resistances =
{
{
type = "explosion",
decrease = 15,
percent = 30
},
{
type = "physical"
decrease = 2,
percent = 0
}
}
Any help would be appreciated.