Difference between revisions of "Part 1: creating a new skill"
From Divinity Engine Wiki
m |
|||
Line 10: | Line 10: | ||
== Creating our skill == | == Creating our skill == | ||
=== Step 1: Opening the Stats Editor === | === Step 1: Opening the Stats Editor === | ||
− | [[File:Step1_OpenStatsEditor.png]] | + | [[File:Step1_OpenStatsEditor.png|none]] |
− | [[File:Step2_CreateObjectStats.png]] | + | [[File:Step2_CreateObjectStats.png|none]] |
− | [[File:Step3_CreateSkillDataStats.png]] | + | [[File:Step3_CreateSkillDataStats.png|none]] |
<br /> | <br /> | ||
=== Step 3: Creating a new Skill === | === Step 3: Creating a new Skill === | ||
− | [[File:Step3_CopySkill.png]] | + | [[File:Step3_CopySkill.png|none]] |
− | [[File:Step4_CopyProjectileId.png]] | + | [[File:Step4_CopyProjectileId.png|none]] |
− | [[File:Step5_EditSkill.png]] | + | [[File:Step5_EditSkill.png|none]] |
<br /> | <br /> | ||
=== Step 4: Creating a Skillbook === | === Step 4: Creating a Skillbook === | ||
− | [[File:Step6_EditObject.png]] | + | [[File:Step6_EditObject.png|none]] |
− | [[File:Step7_CopyTemplate1.png]] | + | [[File:Step7_CopyTemplate1.png|none]] |
− | [[File:Step7_CopyTemplate2.png]] | + | [[File:Step7_CopyTemplate2.png|none]] |
− | [[File:Step8_CreateFolder.png]] | + | [[File:Step8_CreateFolder.png|none]] |
− | [[File:Step9_MoveTemplate.png]] | + | [[File:Step9_MoveTemplate.png|none]] |
− | [[File:Step10_AssignRootTemplate.png]] | + | [[File:Step10_AssignRootTemplate.png|none]] |
− | [[File:Step11_SetOnUseAction.png]] | + | [[File:Step11_SetOnUseAction.png|none]] |
<br /> | <br /> | ||
=== Step 5: Using our Skill === | === Step 5: Using our Skill === | ||
− | [[File:Step12_PlaceTemplate.png]] | + | [[File:Step12_PlaceTemplate.png|none]] |
− | [[File:Step13_UseSkill.png]] | + | [[File:Step13_UseSkill.png|none]] |
<br /> | <br /> |
Revision as of 16:01, 11 September 2017
Contents
Introduction
Creating skills in your mod is easier than ever with our newly introduced tool, the Stats editor.
To create a new, useable skill you need 3 things:
- A new skill entry in the stats editor
- A new skillbook entry in the stats editor
- A skillbook template
Creating our skill
Step 1: Opening the Stats Editor
Step 3: Creating a new Skill
Step 4: Creating a Skillbook
Step 5: Using our Skill