MineCICD added "plugins"
This commit is contained in:
31
plugins/EcoEnchants/enchants/nether_affinity.yml
Normal file
31
plugins/EcoEnchants/enchants/nether_affinity.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
display-name: "Nether Affinity"
|
||||
description: "Increases damage dealt in the nether by &a%placeholder%%"
|
||||
placeholder: "20 + %level% * 10"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- bow
|
||||
- trident
|
||||
conflicts:
|
||||
- end_affinity
|
||||
rarity: epic
|
||||
max-level: 4
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: "1.2 + %level% * 0.1"
|
||||
triggers:
|
||||
- melee_attack
|
||||
- bow_attack
|
||||
- trident_attack
|
||||
|
||||
conditions:
|
||||
- id: in_world
|
||||
args:
|
||||
world: world_nether
|
Reference in New Issue
Block a user