added criticals.yml
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
display-name: Criticals
|
||||
description: Increases critical damage by %placeholder%
|
||||
placeholder: '10*%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
conflicts: []
|
||||
rarity: epic
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: crit_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.1*%level%
|
||||
triggers:
|
||||
- melee_attack
|
||||
conditions: []
|
||||
Reference in New Issue
Block a user