added abattoir

added aerial
This commit is contained in:
Sedri05
2022-08-30 14:04:36 +02:00
parent 1fd54faa04
commit d8dd3ebb43
2 changed files with 59 additions and 0 deletions

View File

@@ -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: []

View 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