Files
minecraft-assets/data/minecraft/enchantment/depth_strider.json
2024-05-15 18:30:52 +02:00

36 lines
830 B
JSON

{
"anvil_cost": 4,
"description": {
"translate": "enchantment.minecraft.depth_strider"
},
"effects": {
"minecraft:attributes": [
{
"amount": {
"type": "minecraft:linear",
"base": 0.33333334,
"per_level_above_first": 0.33333334
},
"attribute": "minecraft:generic.water_movement_efficiency",
"name": "enchantment.depth_strider",
"operation": "add_value",
"uuid": "11dc269a-4476-46c0-aff3-9e17d7eb6801"
}
]
},
"exclusive_set": "#minecraft:exclusive_set/boots",
"max_cost": {
"base": 25,
"per_level_above_first": 10
},
"max_level": 3,
"min_cost": {
"base": 10,
"per_level_above_first": 10
},
"slots": [
"feet"
],
"supported_items": "#minecraft:enchantable/foot_armor",
"weight": 2
}