added cubism.yml
This commit is contained in:
27
eco-core/core-plugin/src/main/resources/enchants/cubism.yml
Normal file
27
eco-core/core-plugin/src/main/resources/enchants/cubism.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
display-name: Cubism
|
||||
description: Deal %placeholder%% more against slimes and magma cubes
|
||||
placeholder: '5*%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
conflicts: []
|
||||
rarity: rare
|
||||
max-level: 7
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.05 * %level%
|
||||
triggers:
|
||||
- melee_attack
|
||||
filters:
|
||||
entities:
|
||||
- slime
|
||||
- magma_cube
|
||||
conditions: []
|
||||
Reference in New Issue
Block a user