skillTree.lua
Documentation for skillTree.lua Configuration
XP for Finishing a Job
Shared.XPForFinishedJob = 30Skills List
Shared.SkillsList = {
["herbalAlchemist"] = {
{
index = 24,
uid = "better_flower_quality_3",
title = "Superior Flower Quality III",
icon = "fas fa-flower",
points = 1,
lines = { rightBottom = false },
img = "https://upload.devhub.gg/dh_upload/alchemy_2.gif",
description = "Increases flower quality by 5%.",
effect = 5,
},
-- Additional skills...
},
}Last updated