Ore Spawn Controller

Платное Ore Spawn Controller 1.1.0

JSON:
{
  "Stone Settings": {
    "Grid Size": 150.0,
    "Prefab Path": "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab",
    "Biome Probabilities": {
      "Arid Biome": 0.3,
      "Temperate Biome": 0.4,
      "Arctic Biome": 0.2,
      "Tundra Biome": 0.35
    },
    "Enabled": true
  },
  "Metal Settings": {
    "Grid Size": 200.0,
    "Prefab Path": "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab",
    "Biome Probabilities": {
      "Arid Biome": 0.25,
      "Temperate Biome": 0.3,
      "Arctic Biome": 0.35,
      "Tundra Biome": 0.25
    },
    "Enabled": true
  },
  "Sulfur Settings": {
    "Grid Size": 180.0,
    "Prefab Path": "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab",
    "Biome Probabilities": {
      "Arid Biome": 0.4,
      "Temperate Biome": 0.25,
      "Arctic Biome": 0.15,
      "Tundra Biome": 0.3
    },
    "Enabled": true
  },
  "Debug Mode": false,
  "Spawn Delay (seconds)": 1.0,
  "Min Distance From Players": 175.0,
  "Min Distance From Buildings": 28.0,
  "Water Buffer Height": 1.5,
  "Max Slope Angle": 35.0,
  "Batch Size": 10
}