27 lines
444 B
YAML
27 lines
444 B
YAML
display-name: "Adventurer"
|
|
description: "Gives a &a%placeholder%%&r boost to Adventurer experience"
|
|
placeholder: "2 * %level%"
|
|
type: normal
|
|
|
|
targets:
|
|
- boots
|
|
conflicts:
|
|
- enriched_plating
|
|
rarity: uncommon
|
|
max-level: 6
|
|
|
|
tradeable: true
|
|
discoverable: true
|
|
enchantable: true
|
|
|
|
effects:
|
|
- id: skill_xp_multiplier
|
|
args:
|
|
multiplier: "1 + 0.02 * %level%"
|
|
skills:
|
|
- exploration
|
|
|
|
conditions: [ ]
|
|
|
|
dependencies:
|
|
- EcoSkills |