[
  {
    "id": 0,
    "mountingName": "昆仑雪山",
    "priceType": "高",
    "mountingPrice": 1600000000,
    "mountingDesc": "昆仑雪山一直都是人类的禁区,里面埋藏着什么不为人知的秘密",
    "iconName": "雪山",
    "mountingEffectType": "Sprite",
    "effectPath": "雪山",
    "getMineralsNum": [
      65,
      70,
      75
    ],
    "getMineralsRateArr": [
      60,
      30,
      10
    ]
  },
  {
    "id": 1,
    "mountingName": "千年火山",
    "priceType": "高",
    "mountingPrice": 1200000000,
    "mountingDesc": "这是一座千年火山,但是里面涌动的岩浆暗示着它的不凡。",
    "iconName": "火山",
    "mountingEffectType": "Sprite",
    "effectPath": "火山",
    "getMineralsNum": [
      60,
      65,
      70
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 2,
    "mountingName": "神架仙山",
    "priceType": "高",
    "mountingPrice": 1000000000,
    "mountingDesc": "相传这里出现过非人类,不知道这个传说有几分真假",
    "iconName": "仙山",
    "mountingEffectType": "Sprite",
    "effectPath": "仙山",
    "getMineralsNum": [
      55,
      60,
      65
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 3,
    "mountingName": "极地黑山",
    "priceType": "高",
    "mountingPrice": 800000000,
    "mountingDesc": "这是一座通体纯黑的山,看上去让人望而生畏",
    "iconName": "黑山",
    "mountingEffectType": "Sprite",
    "effectPath": "黑山",
    "getMineralsNum": [
      50,
      55,
      60
    ],
    "getMineralsRateArr": [
      60,
      20,
      20
    ]
  },
  {
    "id": 4,
    "mountingName": "西疆玉山",
    "priceType": "中",
    "mountingPrice": 500000000,
    "mountingDesc": "处于玉石开采区的一座山,如果可以开采出玉石就发财了",
    "iconName": "玉山",
    "mountingEffectType": "Sprite",
    "effectPath": "玉山",
    "getMineralsNum": [
      45,
      50,
      55
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 5,
    "mountingName": "南极冰山",
    "priceType": "中",
    "mountingPrice": 400000000,
    "mountingDesc": "这座山处于极寒之地,但是能量巨大,也许含有不为人知的物品",
    "iconName": "冰山",
    "mountingEffectType": "Sprite",
    "effectPath": "冰山",
    "getMineralsNum": [
      40,
      45,
      50
    ],
    "getMineralsRateArr": [
      60,
      30,
      10
    ]
  },
  {
    "id": 6,
    "mountingName": "日照金山",
    "priceType": "中",
    "mountingPrice": 300000000,
    "mountingDesc": "顾名思义,这座山看起来通体金黄,如果是座金矿就发财了",
    "iconName": "金山",
    "mountingEffectType": "Sprite",
    "effectPath": "金山",
    "getMineralsNum": [
      35,
      40,
      45
    ],
    "getMineralsRateArr": [
      60,
      30,
      10
    ]
  },
  {
    "id": 7,
    "mountingName": "北境银山",
    "priceType": "中",
    "mountingPrice": 200000000,
    "mountingDesc": "这座山由于山体呈现银色而得名,据说有人在此地捡到过银子",
    "iconName": "银山",
    "mountingEffectType": "Sprite",
    "effectPath": "银山",
    "getMineralsNum": [
      30,
      35,
      40
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 8,
    "mountingName": "炎地镜山",
    "priceType": "中",
    "mountingPrice": 150000000,
    "mountingDesc": "远远看去,这座山经常会有几处闪光的地方,就像镜子反光一样",
    "iconName": "镜山",
    "mountingEffectType": "Sprite",
    "effectPath": "镜山",
    "getMineralsNum": [
      25,
      30,
      35
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 9,
    "mountingName": "荒野陨山",
    "priceType": "中",
    "mountingPrice": 100000000,
    "mountingDesc": "据传,这座山经历过陨石雨的洗礼,说不定有珍贵的陨石",
    "iconName": "陨山",
    "mountingEffectType": "Sprite",
    "effectPath": "陨石山",
    "getMineralsNum": [
      18,
      25,
      30
    ],
    "getMineralsRateArr": [
      60,
      20,
      20
    ]
  },
  {
    "id": 10,
    "mountingName": "东岭石山",
    "priceType": "低",
    "mountingPrice": 90000000,
    "mountingDesc": "这是处于东岭的一座小石山,也许可以开采出一些值钱的石材",
    "iconName": "石山",
    "mountingEffectType": "Sprite",
    "effectPath": "石头山",
    "getMineralsNum": [
      13,
      20,
      25
    ],
    "getMineralsRateArr": [
      60,
      20,
      20
    ]
  },
  {
    "id": 11,
    "mountingName": "荒漠丘山",
    "priceType": "低",
    "mountingPrice": 86000000,
    "mountingDesc": "这是一座位于荒漠的山,看起来像个大沙堆一样",
    "iconName": "丘山",
    "mountingEffectType": "Sprite",
    "effectPath": "沙丘",
    "getMineralsNum": [
      10,
      16,
      20
    ],
    "getMineralsRateArr": [
      60,
      20,
      20
    ]
  },
  {
    "id": 12,
    "mountingName": "村南土山",
    "priceType": "低",
    "mountingPrice": 72000000,
    "mountingDesc": "这是村头的一座小土山,也许可以称为大土堆,别看它其貌不扬,但是这块地以前可是地主老财的住处。",
    "iconName": "土山",
    "mountingEffectType": "Sprite",
    "effectPath": "土堆山",
    "getMineralsNum": [
      8,
      10,
      18
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 13,
    "mountingName": "中东垃圾山",
    "priceType": "低",
    "mountingPrice": 65000000,
    "mountingDesc": "别看这是垃圾山,但是它位于富豪聚集地的中东啊",
    "iconName": "垃圾山",
    "mountingEffectType": "Sprite",
    "effectPath": "垃圾",
    "getMineralsNum": [
      3,
      8,
      15
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  },
  {
    "id": 14,
    "mountingName": "密林竹山",
    "priceType": "低",
    "mountingPrice": 50000000,
    "mountingDesc": "这看上去只是一座长满了树木,竹子的普通山,但是也没人真正的深入了解过",
    "iconName": "竹山",
    "mountingEffectType": "Sprite",
    "effectPath": "竹山",
    "getMineralsNum": [
      1,
      5,
      10
    ],
    "getMineralsRateArr": [
      70,
      20,
      10
    ]
  }
]