open/cave mix control via tile survey

This commit is contained in:
minjaesong
2023-11-29 00:48:55 +09:00
parent 544024c282
commit bbfd3cf881
7 changed files with 65 additions and 34 deletions

View File

@@ -31,6 +31,8 @@ class Material {
var rcs: Int = 10
var sondrefl: Float = 0f
/**
* Mainly intended to be used by third-party modules
*/
@@ -73,6 +75,7 @@ class MaterialCodex {
prop.identifier = it.get("idst").toUpperCase()
prop.toolReach = it.intVal("reach")
prop.rcs = it.intVal("rcs")
prop.sondrefl = it.floatVal("sondrefl")
materialProps[prop.identifier] = prop