variable tool reach wip

This commit is contained in:
minjaesong
2022-01-12 17:30:30 +09:00
parent bf31cbb556
commit 53645925ba
2 changed files with 19 additions and 14 deletions

View File

@@ -28,6 +28,8 @@ class Material {
var identifier: String = "Name not set"
var toolReach: Int = 6
/**
* Mainly intended to be used by third-party modules
*/
@@ -68,6 +70,7 @@ class MaterialCodex {
prop.enduranceMod = it.floatVal("endurance")
prop.thermalConductivity = it.floatVal("tcond")
prop.identifier = it.get("idst").toUpperCase()
prop.toolReach = it.intVal("reach")
materialProps[prop.identifier] = prop