Difference between revisions of "Talk:Skill creation"

From Divinity Engine Wiki
Jump to: navigation, search
m (UseCharacterStats)
m (UseCharacterStats)
Line 26: Line 26:
 
Adding UseCharacterStats and MeleeWeapon as a requirement makes this skill potentially miss, depending on the caster's accuracy.
 
Adding UseCharacterStats and MeleeWeapon as a requirement makes this skill potentially miss, depending on the caster's accuracy.
  
Furthermore, UseWeaponDamage appears to also make the skill able to miss if set to true, adding that information could be helpful for those wanting to make missable skills.
+
Furthermore, UseWeaponDamage appears to also make the skill able to miss if set to true, so adding that information could be helpful for those wanting to make missable skills.
  
 
[[User:LaughingLeader|LaughingLeader]] ([[User talk:LaughingLeader|talk]]) 09:00, 22 July 2018 (CEST)
 
[[User:LaughingLeader|LaughingLeader]] ([[User talk:LaughingLeader|talk]]) 09:00, 22 July 2018 (CEST)

Revision as of 01:24, 23 July 2018

Incorrect Info

Surface creation actually works like this: CreateSurface,Radius,Duration,Type,Chance,Hole Lofgren (talk) 08:58, 25 June 2018 (CEST)

Hidden Parameters

Some of the functions, at least in the skill properties section, have hidden parameters that are unused in the base game. Here is what I've discovered so far:
Douse,Radius,Chance?
Freeze,Chance,Duration,?,Radius
Contaminate,Chance,Duration
Lofgren (talk) 09:00, 25 June 2018 (CEST)

UseCharacterStats

Would it be possible to add a little blurb on the 'UseCharacterStats' property? It appears to make a skill able to miss if a Requirement is also added.

For instance, with this skill:

new entry "Target_Wikimod_TestSkill_A"
type "SkillData"
using "Target_MosquitoSwarm"
data "Ability" "Rogue"
data "DisplayName" "Mosquito Swarm (Character Stats)"
data "Requirement" "MeleeWeapon"
data "UseCharacterStats" "Yes"

Adding UseCharacterStats and MeleeWeapon as a requirement makes this skill potentially miss, depending on the caster's accuracy.

Furthermore, UseWeaponDamage appears to also make the skill able to miss if set to true, so adding that information could be helpful for those wanting to make missable skills.

LaughingLeader (talk) 09:00, 22 July 2018 (CEST)