salary.json - Drawethree/X-Prison GitHub Wiki
{
"class": "dev.drawethree.xprison.enchants.model.impl.SalaryEnchant",
"id": 12,
"rawName": "salary",
"name": "&dSalary",
"enabled": true,
"increaseCostBy": 50,
"maxLevel": 300,
"chance": 0.15,
"amountToGive": "level * 500",
"currency": "TOKENS",
"currencyToGive": "MONEY",
"initialCost": 100,
"refund": {
"enabled": true,
"guiSlot": 30,
"percentage": 40.0
},
"gui": {
"name": "&dSalary",
"material": "PAPER",
"customModelData": 0,
"slot": 30,
"description": [
"&7Increases the amount of money",
"&7you earn while mining."
]
}
}