MineCICD added "plugins"
This commit is contained in:
24
plugins/EcoEnchants/enchants/ecojobs/hard_worker.yml
Normal file
24
plugins/EcoEnchants/enchants/ecojobs/hard_worker.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
display-name: "Hard Worker"
|
||||
description: "Gives a &a%placeholder%%&r boost to job experience"
|
||||
placeholder: "%level% * 2"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- armor
|
||||
conflicts: [ ]
|
||||
rarity: legendary
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: job_xp_multiplier
|
||||
args:
|
||||
multiplier: "1 + 0.02 * %level%"
|
||||
|
||||
conditions: [ ]
|
||||
|
||||
dependencies:
|
||||
- EcoJobs
|
Reference in New Issue
Block a user