added abattoir
added aerial
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
display-name: Abattoir
|
||||
description: Deal %placeholder%% more damage against passive mobs
|
||||
placeholder: '30 * %level%)'
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- trident
|
||||
conflicts: []
|
||||
rarity: common
|
||||
max-level: 5
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.3 * %level%
|
||||
triggers:
|
||||
- trident_attack
|
||||
filters:
|
||||
entities:
|
||||
- cow
|
||||
- sheep
|
||||
- pig
|
||||
- horse
|
||||
- parrot
|
||||
- cat
|
||||
- ocelots
|
||||
- fox
|
||||
- villager
|
||||
- axolotl
|
||||
- chicken
|
||||
conditions: []
|
||||
24
eco-core/core-plugin/src/main/resources/enchants/aerial.yml
Normal file
24
eco-core/core-plugin/src/main/resources/enchants/aerial.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
display-name: Aerial
|
||||
description: Deal %placeholder%% more arrow damage when you are in air
|
||||
placeholder: '10*%level%'
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- bow
|
||||
- crossbow
|
||||
conflicts: []
|
||||
rarity: epic
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.1 * %level%
|
||||
triggers:
|
||||
- trident_attack
|
||||
conditions:
|
||||
- id: in_air
|
||||
Reference in New Issue
Block a user