Difference between revisions of "Part 1: creating a new skill"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "== 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...")
 
Line 9: Line 9:
 
<br />
 
<br />
 
== Creating our skill ==
 
== Creating our skill ==
 +
=== Step 1: Opening the Stats Editor ===
 +
[[File:Step1_OpenStatsEditor.png]]
 +
[[File:Step2_CreateObjectStats.png]]
 +
[[File:Step3_CreateSkillDataStats.png]]
 +
 +
<br />
 +
=== Step 3: Creating a new Skill ===
 +
[[File:Step3_CopySkill.png]]
 +
[[File:Step4_CopyProjectileId.png]]
 +
[[File:Step5_EditSkill.png]]
 +
 +
<br />
 +
=== Step 4: Creating a Skillbook ===
 +
[[File:Step6_EditObject.png]]
 +
[[File:Step7_CopyTemplate1.png]]
 +
[[File:Step7_CopyTemplate2.png]]
 +
[[File:Step8_CreateFolder.png]]
 +
[[File:Step9_MoveTemplate.png]]
 +
[[File:Step10_AssignRootTemplate.png]]
 +
[[File:Step11_SetOnUseAction.png]]
 +
 +
<br />
 +
=== Step 5: Using our Skill ===
 +
[[File:Step12_PlaceTemplate.png]]
 +
[[File:Step13_UseSkill.png]]
 +
 +
<br />

Revision as of 17:01, 11 September 2017

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

Step1 OpenStatsEditor.png Step2 CreateObjectStats.png Step3 CreateSkillDataStats.png


Step 3: Creating a new Skill

Step3 CopySkill.png Step4 CopyProjectileId.png Step5 EditSkill.png


Step 4: Creating a Skillbook

Step6 EditObject.png Step7 CopyTemplate1.png Step7 CopyTemplate2.png Step8 CreateFolder.png Step9 MoveTemplate.png Step10 AssignRootTemplate.png Step11 SetOnUseAction.png


Step 5: Using our Skill

Step12 PlaceTemplate.png Step13 UseSkill.png