{
  "RubbleStorageMaxSize": {
    "Description": "Max total amount of sand, gravel and stones that can be stored in one rubble storage",
    "Limits": "System.Int32 value from 1 to 2147483647",
    "Default": 512,
    "Value": 512
  },
  "SlabInteractionTime": {
    "Description": "Time of interaction with slabs to obtain stone in seconds",
    "Limits": "System.Single value from 0 to 10",
    "Default": 0.2,
    "Value": 0.2
  },
  "PlugWorkModifier": {
    "Description": "Modifier of the difficulty (hits number) of hammering plugs",
    "Limits": "System.Single value from 0 to 100",
    "Default": 1.0,
    "Value": 1.0
  },
  "PlugSizeModifier": {
    "Description": "Modifier of plugs size (range)",
    "Limits": "System.Single value from 0 to 100",
    "Default": 1.0,
    "Value": 1.0
  },
  "BreakPlugChance": {
    "Description": "Chance for break plug after use. Will be ignored if EnablePlugDurability is true",
    "Limits": "System.Single value from 0 to 1",
    "Default": 0.0,
    "Value": 0.0
  },
  "EnablePlugDurability": {
    "Description": "Enables durability for plugs. Plugs with different durability do not stack. Ignores BreakPlugChance if true",
    "Default": false,
    "Value": false
  },
  "CopperPlugDurability": {
    "Description": "0 - unlimited",
    "Limits": "System.Int32 value from 0 to 2147483647",
    "Default": 5,
    "Value": 5
  },
  "BronzePlugDurability": {
    "Description": "0 - unlimited. Any bronze",
    "Limits": "System.Int32 value from 0 to 2147483647",
    "Default": 10,
    "Value": 10
  },
  "IronPlugDurability": {
    "Description": "0 - unlimited. Iron, meteoric iron",
    "Limits": "System.Int32 value from 0 to 2147483647",
    "Default": 15,
    "Value": 15
  },
  "SteelPlugDurability": {
    "Description": "0 - unlimited",
    "Limits": "System.Int32 value from 0 to 2147483647",
    "Default": 20,
    "Value": 20
  },
  "SlabStorageFlags": {
    "Description": "Allowed slab containers: 1 - general (chest, hotbar, common backpack content slots), 2 - backpack slots, 4 - mining bag content slots, 256 - offhand. You can combine it, for example 5 (1+4) is general or mining bag",
    "Default": 5,
    "Value": 5
  },
  "RubbleStorageStorageFlags": {
    "Description": "Allowed rubble storage containers: 1 - general (chest, hotbar, common backpack content slots), 2 - backpack slots, 4 - mining bag content slots, 256 - offhand. You can combine it, for example 5 (1+4) is general or mining bag",
    "Default": 5,
    "Value": 5
  }
}