skillTree.lua
Documentation for skillTree.lua Configuration
XP for Finishing a Job
Shared.XPForFinishedJob = 30Skills List
Shared.SkillsList = {
["miner"] = {
{
uid = "xp_boost_4",
title = "Golden Touch IV",
description = "Increases xp earned by 5%.",
effect = 5,
points = 1,
index = 9,
},
-- Additional skills...
},
}Last updated