Savage Worlds for FGII All the ideas and discussions
2 votes Vote

"Clear die" on Fighting Skill causes an error

This causes a script error from the Parry calculation.

Workaround is to not use the Clear Die option on skills (it has no use anyway, as it just resets to d4, which can be done easily via other methods)

phantomwhale, 17.12.2011, 10:13
Idea status: completed

Comments

Ikael, 07.06.2012, 01:59
There is extreme easy way to fix this issue. Simply edit line 12 to be following::

base = string.sub(NodeManager.get(skillnode, "skill", {"d4"})[1],2)

the {"d4"} was added, which will be used as default value if no such node value exist.
phantomwhale, 07.06.2012, 08:10
True - I think I was more leaning towards removing the menu option altogether though - it's a very clunky way of resetting a skill, which could be done with middle-click, scroll-wheel down or even just "set die -> d4" on the menu.

The concept of "clearing" a skill die doesn't really make sense to me. Thoughts ?
phantomwhale, 30.04.2013, 16:06
Fixed in 3.4

Leave a comment