Create/Update assets for version 24w37a

This commit is contained in:
InventiveBot
2024-09-11 18:30:51 +02:00
parent fcd197ac06
commit a205edf063
20292 changed files with 1435276 additions and 18 deletions

View File

@@ -0,0 +1,55 @@
{
"anvil_cost": 8,
"description": {
"translate": "enchantment.minecraft.thorns"
},
"effects": {
"minecraft:post_attack": [
{
"affected": "attacker",
"effect": {
"type": "minecraft:all_of",
"effects": [
{
"type": "minecraft:damage_entity",
"damage_type": "minecraft:thorns",
"max_damage": 5.0,
"min_damage": 1.0
},
{
"type": "minecraft:damage_item",
"amount": 2.0
}
]
},
"enchanted": "victim",
"requirements": {
"chance": {
"type": "minecraft:enchantment_level",
"amount": {
"type": "minecraft:linear",
"base": 0.15,
"per_level_above_first": 0.15
}
},
"condition": "minecraft:random_chance"
}
}
]
},
"max_cost": {
"base": 60,
"per_level_above_first": 20
},
"max_level": 3,
"min_cost": {
"base": 10,
"per_level_above_first": 20
},
"primary_items": "#minecraft:enchantable/chest_armor",
"slots": [
"any"
],
"supported_items": "#minecraft:enchantable/armor",
"weight": 1
}