You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
75
data/minecraft/enchantment/unbreaking.json
Normal file
75
data/minecraft/enchantment/unbreaking.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"anvil_cost": 2,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.unbreaking"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:item_damage": [
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:remove_binomial",
|
||||
"chance": {
|
||||
"type": "minecraft:fraction",
|
||||
"denominator": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 10.0,
|
||||
"per_level_above_first": 5.0
|
||||
},
|
||||
"numerator": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 2.0,
|
||||
"per_level_above_first": 2.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": "#minecraft:enchantable/armor"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"effect": {
|
||||
"type": "minecraft:remove_binomial",
|
||||
"chance": {
|
||||
"type": "minecraft:fraction",
|
||||
"denominator": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 2.0,
|
||||
"per_level_above_first": 1.0
|
||||
},
|
||||
"numerator": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.0,
|
||||
"per_level_above_first": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": "#minecraft:enchantable/armor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 55,
|
||||
"per_level_above_first": 8
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 5,
|
||||
"per_level_above_first": 8
|
||||
},
|
||||
"slots": [
|
||||
"any"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/durability",
|
||||
"weight": 5
|
||||
}
|
||||
Reference in New Issue
Block a user