39 lines
771 B
JSON
39 lines
771 B
JSON
{
|
|
"anvil_cost": 1,
|
|
"description": {
|
|
"translate": "more_enchantments.enchantment.thrust.description",
|
|
"fallback": "Тяга"
|
|
},
|
|
"effects": {
|
|
"minecraft:attributes": [
|
|
{
|
|
"amount": {
|
|
"type": "minecraft:lookup",
|
|
"values": [
|
|
0.005,
|
|
0.02,
|
|
0.04
|
|
],
|
|
"fallback": 0.01
|
|
},
|
|
"attribute": "minecraft:flying_speed",
|
|
"id": "elaria:enchantment.happy_ghast",
|
|
"operation": "add_value"
|
|
}
|
|
]
|
|
},
|
|
"max_cost": {
|
|
"base": 51,
|
|
"per_level_above_first": 10
|
|
},
|
|
"max_level": 3,
|
|
"min_cost": {
|
|
"base": 1,
|
|
"per_level_above_first": 10
|
|
},
|
|
"slots": [
|
|
"body"
|
|
],
|
|
"supported_items": "#minecraft:harnesses",
|
|
"weight": 10
|
|
} |