Wrong pM showing for HQ MetalSolved
hi.
its not possible to get the right pm for HQ metal.

here are my "test" config
{
  "Settings": {
    "Use Teams": false,
    "Use Friends": false,
    "Use Clans": true,
    "Block damage another player's survey crater": true,
    "Block deploy a quarry on another player's survey crater": true
  },
  "Chat Settings": {
    "Chat Prefix": "[BackPumpJack]: ",
    "Chat Prefix Color": "#00FFFF",
    "Chat SteamID Icon": 0
  },
  "Permission List": [
    {
      "Permission": "backpumpjack.use",
      "Priority": 0,
      "Oil Crater Chance": 30.0,
      "Oil Crater Settings": {
        "Minimum pM": 5.0,
        "Maximum pM": 8.0
      },
      "Normal Crater Settings": {
        "Modify Chance (If not modified, use default mineral)": 0.0,
        "Minimum Mineral Amount": 1,
        "Maximum Mineral Amount": 2,
        "Allow Duplication Of Mineral Item": true,
        "Mineral Items": [
          {
            "Mineral Item Short Name": "stones",
            "Chance": 60.0,
            "Minimum pM": 90.0,
            "Maximum pM": 150.0
          },
          {
            "Mineral Item Short Name": "metal.ore",
            "Chance": 50.0,
            "Minimum pM": 11.25,
            "Maximum pM": 22.5
          },
          {
            "Mineral Item Short Name": "sulfur.ore",
            "Chance": 40.0,
            "Minimum pM": 11.25,
            "Maximum pM": 15.25
          },
          {
            "Mineral Item Short Name": "hq.metal.ore",
            "Chance": 100.0,
            "Minimum pM": 2.0,
            "Maximum pM": 3.0
          }
        ]
      }
    },​

what i do wrong?

 "Modify Chance (If not modified, use default mineral)": 0.0, ///  Since this is 0, the default mineral is used. You can set it to 100
thx you
Locked automatically