Species free innate skill (#1277)

* innate free job skills

* returns species magic buff + unlock all skill

* Update tiefling.yml

* fix
This commit is contained in:
Ed
2025-05-18 00:37:04 +03:00
committed by GitHub
parent 5cd70ae1e9
commit 0274826e32
19 changed files with 127 additions and 125 deletions

View File

@@ -45,6 +45,9 @@
<BoxContainer HorizontalExpand="True">
<RichTextLabel Name="SkillDescription" HorizontalExpand="True" Access="Public"/>
</BoxContainer>
<BoxContainer HorizontalExpand="True">
<RichTextLabel Name="SkillFree" Text="{Loc 'cp14-skill-menu-free'}" HorizontalExpand="True" Access="Public" Visible="False"/>
</BoxContainer>
</BoxContainer>
</BoxContainer>
</ScrollContainer>