fixed boss_hunter.yml
fixed butchering.yml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
Reference in New Issue
Block a user