mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
added boss_hunter.yml
This commit is contained in:
parent
fea87854c4
commit
907f7668f6
@ -0,0 +1,25 @@
|
||||
display-name: Boss Hunter
|
||||
description: Increases damage against bosses
|
||||
placeholder: '%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
conflicts: []
|
||||
rarity: common
|
||||
max-level: 8
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.1 * %level%
|
||||
triggers:
|
||||
- bow_attack
|
||||
filters:
|
||||
onlyBosses: true
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user