Reskillable Reimagined
Adds integration for checking and rewarding skill levels.
Condition
epiphany_extra:reskillable_skill_level
Checks whether a specified skill level meets the requirement.
json
{
"type": "epiphany_extra:reskillable_skill_level",
"skill": "mining",
"comparison": ">=",
"level": 10
}Reward
epiphany_extra:reskillable_skill_level
Increases a specified skill level.
json
{
"type": "epiphany_extra:reskillable_skill_level",
"skill": "mining",
"levels": 2
}Note
The reward respects the per-skill level cap and total invested-level cap, and records the actual increase by reward source.