minecraft-src/data/minecraft/enchantment/loyalty.json
2025-07-04 01:41:11 +03:00

34 lines
No EOL
644 B
JSON

{
"anvil_cost": 2,
"description": {
"translate": "enchantment.minecraft.loyalty"
},
"effects": {
"minecraft:trident_return_acceleration": [
{
"effect": {
"type": "minecraft:add",
"value": {
"type": "minecraft:linear",
"base": 1.0,
"per_level_above_first": 1.0
}
}
}
]
},
"max_cost": {
"base": 50,
"per_level_above_first": 0
},
"max_level": 3,
"min_cost": {
"base": 12,
"per_level_above_first": 7
},
"slots": [
"mainhand"
],
"supported_items": "#minecraft:enchantable/trident",
"weight": 5
}