mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-22 00:21:28 +01:00
Added crit luck and forceful crit
This commit is contained in:
parent
e79711245f
commit
7b6c1bb0e1
@ -0,0 +1,25 @@
|
||||
display-name: "Crit Luck"
|
||||
description: "Gives &a+%placeholder%&r %ecoskills_crit_chance_name%"
|
||||
placeholder: "4 * %level%"
|
||||
type: spell
|
||||
|
||||
targets:
|
||||
- sword
|
||||
conflicts: [ ]
|
||||
rarity: common
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: add_stat
|
||||
args:
|
||||
stat: crit_chance
|
||||
amount: "4 * %level%"
|
||||
|
||||
conditions: [ ]
|
||||
|
||||
dependencies:
|
||||
- EcoSkills
|
@ -0,0 +1,25 @@
|
||||
display-name: "Forceful Crit"
|
||||
description: "Gives &a+%placeholder%&r %ecoskills_crit_damage_name%"
|
||||
placeholder: "3 + 2 * %level%"
|
||||
type: spell
|
||||
|
||||
targets:
|
||||
- sword
|
||||
conflicts: [ ]
|
||||
rarity: common
|
||||
max-level: 6
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: add_stat
|
||||
args:
|
||||
stat: crit_damage
|
||||
amount: "3 + 2 * %level%"
|
||||
|
||||
conditions: [ ]
|
||||
|
||||
dependencies:
|
||||
- EcoSkills
|
Loading…
Reference in New Issue
Block a user