New Website Sale - 15% OFF everything

skillTree.lua

XP for Finishing a Job

Lua
Shared.XPForFinishedJob = 30
  • Description: Specifies the amount of XP awarded to the skill tree when a player completes a job.
  • Example: 30 XP is granted upon finishing a job.

Skills List

Lua
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...
    },
}
  • uid: Unique identifier for the skill.
  • title: Name of the skill.
  • description: Explains the effect of the skill.
  • effect: Value of the skill's effect (e.g., 5% bonus).
  • points: Points required to unlock the skill.
  • index: Skill's position in the skill tree.

The best skill tree on fivem, get it here