Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce54145785 |
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"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
|
||||
"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": "more_enchantments:enchantment.trust",
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user