Should be: `int perLevel = prop.param != null ? int.Parse(prop.param) / 8 : 1;` In Item.DescibeProperty (func 17). cc @giviz
Should be:
int perLevel = prop.param != null ? int.Parse(prop.param) / 8 : 1;In Item.DescibeProperty (func 17).
cc @giviz