fixed boss_hunter.yml

fixed butchering.yml
This commit is contained in:
Sedri05
2022-08-30 20:24:12 +02:00
parent 907f7668f6
commit d377c39a63
2 changed files with 45 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
display-name: Boss Hunter
description: Increases damage against bosses
placeholder: '%level%'
description: Deal %placeholder%% more damage against bosses
placeholder: '10 * %level%'
type: Normal
targets:
- bow
- crossbow
conflicts: []
rarity: common
rarity: rare
max-level: 8
tradeable: true

View File

@@ -0,0 +1,42 @@
display-name: Butchering
description: Deal %placeholder%% more damage against passive mobs
placeholder: '25*%level%'
type: Normal
targets:
- sword
- axe
conflicts:
- sharpness
- bane_of_arthropods
- smite
- defusion
- razor
- ender_slayer
rarity: common
max-level: 5
tradeable: true
discoverable: true
enchantable: true
effects:
- id: damage_multiplier
args:
multiplier: 1 + 0.25 * %level%
triggers:
- melee_attack
filters:
entities:
- cow
- sheep
- pig
- horse
- parrot
- cat
- ocelots
- fox
- villager
- axolotl
- chicken
conditions: []