You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
68
data/minecraft/enchantment/wind_burst.json
Normal file
68
data/minecraft/enchantment/wind_burst.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"anvil_cost": 4,
|
||||
"description": {
|
||||
"translate": "enchantment.minecraft.wind_burst"
|
||||
},
|
||||
"effects": {
|
||||
"minecraft:post_attack": [
|
||||
{
|
||||
"affected": "attacker",
|
||||
"effect": {
|
||||
"type": "minecraft:explode",
|
||||
"block_interaction": "trigger",
|
||||
"immune_blocks": "#minecraft:blocks_wind_charge_explosions",
|
||||
"knockback_multiplier": {
|
||||
"type": "minecraft:lookup",
|
||||
"fallback": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 1.5,
|
||||
"per_level_above_first": 0.35
|
||||
},
|
||||
"values": [
|
||||
1.2,
|
||||
1.75,
|
||||
2.2
|
||||
]
|
||||
},
|
||||
"large_particle": {
|
||||
"type": "minecraft:gust_emitter_large"
|
||||
},
|
||||
"radius": 3.5,
|
||||
"small_particle": {
|
||||
"type": "minecraft:gust_emitter_small"
|
||||
},
|
||||
"sound": "minecraft:entity.wind_charge.wind_burst"
|
||||
},
|
||||
"enchanted": "attacker",
|
||||
"requirements": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "direct_attacker",
|
||||
"predicate": {
|
||||
"flags": {
|
||||
"is_flying": false
|
||||
},
|
||||
"movement": {
|
||||
"fall_distance": {
|
||||
"min": 1.5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_cost": {
|
||||
"base": 65,
|
||||
"per_level_above_first": 9
|
||||
},
|
||||
"max_level": 3,
|
||||
"min_cost": {
|
||||
"base": 15,
|
||||
"per_level_above_first": 9
|
||||
},
|
||||
"slots": [
|
||||
"mainhand"
|
||||
],
|
||||
"supported_items": "#minecraft:enchantable/mace",
|
||||
"weight": 2
|
||||
}
|
||||
Reference in New Issue
Block a user