Skip to main content

perks/<name>.json

NameTypeDescription
baseStringThe base from which to inherit other properties
idStringThe identifier
nameStringThe name, can have colors
{
"base": "Damage",
"id": "DAMAGE_WITHER_2",
"name": "%red%Wither Vanquisher",
"description": [
"%gray%Increases the amount of damage you deal",
"%gray%to withers by 37.5% and wither skeletons",
"%gray%by 62.5%!"
],
"bonuses": {
"WITHER": "0.375x",
"WITHER_SKELETON": "0.625x"
}
}