> For the complete documentation index, see [llms.txt](https://rpg-system-all-in-one.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpg-system-all-in-one.gitbook.io/documentation/skill-system/skill-trees/add-skills-to-an-skill-tree.md).

# Add Skills to an Skill Tree

Files used:  ![](https://lh6.googleusercontent.com/WGTkdgPDDSa3AA1d_VzH74rTdG3HWwrEf3RcPZD7LqVYC8wMoxF5qCLg9jVRPcjwrl00C6Ua26pJ-dXwPsYhUSZ5oM05MLENaAqXBX9gZQ2MtRS5VV9k2VHQ7jLNfdjNUVtR831BLqWgZt1dqOaJKmCumJfUO7Q07DNC0xViWeTBhvRzSJnZTAVWbbsJ)DT\_Skilltree

## 1.) Modify Skilltree Database

1. Open the **DT\_Skilltree**.
2. Add a new entry to the SkillList Array.

* **SkillID** - The SkillID which should get added to the tree
* **LearnInstantly** - If true, the skill is learned from the start
* **RequiredLevel** - The required level for the skill level (Array index = SkillLevel)
* **RequiredSkills** - SkillID and SkillLevel of the skill that is required
* **Row** - The row where the skill should get listed in the skill tree widget
* **Column** - The column where the skill should get listed in the skill tree widget
* **SkillCost** - The number of skill points that are needed
* **SkillCostRaiseByLevel** - The amount that will be added to SkillCost for each skill level
* **Hidden** - If true, this skill is hidden in the skill tree widget

<figure><img src="https://lh6.googleusercontent.com/YtSyFHkiqzWuiSs38xdKBB_4psdmNA2WV55PAgQSOzz5zMrar6yURagm8tzLzXqjC4KLfmDcAFDo4VworOtY4QSy5gkKpnhF50Lwg2bNV98VnQOPsVCHMjkyk7cTDxzKfB3qVi_iu_MoCsiMCOMTmjIwP72pslHp_sytI_AiBAm9ouaeC8YEqXiZIh36" alt=""><figcaption></figcaption></figure>

<br>
