Added density breach and wind burst to vanillaenchants.yml

This commit is contained in:
Auxilor 2024-06-24 18:21:39 +01:00
parent ac3aaa7832
commit c41b0b49c4

View File

@ -283,3 +283,24 @@ swift_sneak:
placeholder: "min(%level% * 15, 100)"
type: normal
rarity: epic
density:
name: "Density"
description: "Deals &a%placeholder%&r bonus damage"
placeholder: "0.5 * %level%"
type: normal
rarity: common
breach:
name: "Breach"
description: "Reduces effectiveness of the target's armor by &a%placeholder%%"
placeholder: "15 * %level%"
type: normal
rarity: rare
wind_burst:
name: "Wind Burst"
description: "Multiplies upwards knockback on smash attacks by &a%placeholder%"
placeholder: "1.15 + 0.35 * %level%"
type: normal
rarity: legendary