[0.12.3] [kovarex] Behemoth Biter Armor
Posted: Fri Aug 07, 2015 10:42 pm
The code for the Behemoth biter armor has this piece
I imagine that this is supposed to have explosion decrease as 10 and percent as 20.
Code: Select all
resistances =
{
{
type = "physical",
decrease = 8,
percent = 20
},
{
type = "explosion",
percent = 10,
percent = 20
}
},