Skip to content

blockbooster.json

Ján Kluka edited this page Aug 13, 2025 · 5 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.BlockBoosterEnchant",
  "id": 17,
  "rawName": "blockbooster",
  "name": "&dBlock Booster",
  "enabled": true,
  "increaseCostBy": "baseCost * pow(1.05, level)",
  "maxLevel": 100,
  "chance": 0.05,
  "currency": "GEMS",
  "initialCost": 25000,
  "refund": {
    "enabled": true,
    "guiSlot": 24,
    "percentage": 35.0
  },
  "gui": {
    "name": "&dBlock Booster",
    "material": "ENCHANTING_TABLE",
    "customModelData": 0,
    "slot": 24,
    "description": [
      "&7Chance to activate a &dx2 Block Boost &7for",
      "&71 minute while mining."
    ]
  }
}

Clone this wiki locally