CapedCrusader
Well-known member
OK, we finally got through all of the issues (including my server being down for about a week), and the latest update should be out in the next few days. Here's that we fixed...
Hero Lab for Savage Worlds Deluxe, version 3.1
Main Program
• The specifications for the Molecular Knife and Molecular Sword have been corrected.
• The Brawny Edge is now prohibited if the character has the Obese Hindrance.
• The Arcane Skills have been changed so they no longer require the character to have an Arcane Background to be available.
• Permanent Adjustments for Derived Traits now allow up to +/-99 in a single Adjustment.
• Corrected some spelling errors related to the word “Arcane”.
• Arcane Background requirements now filter out Arcane Resistance as an applicable Edge.
• The Damage fields on the printed character sheet have been enlarged to allow for Str+d12 damage with modifiers.
Super Powers Companion
• The Power Point Options (Heavy Hitters, Major Leaguers, Minor Leaguers, and Second String) now correctly affect the Power Point modifiers, including Super Karma, Natural Growth, the Super Power Points Edge, etc.
• The Attack, Ranged Power now has a 0-cost Power Modifier that can be assigned that will designate the attack as Thrown so it will assign the Throwing Skill rather than the Shooting Skill on the Attack Powers Summary.
• Corrected some issues on the printed character sheet where in a few cases Powers were not showing up.
• Added the Device, Slow Activation, and Switchable Power Modifiers to the Headquarters and Vehicles Powers.
• Super Attributes now affect the costs of Skills during character creation when Activated.
• Corrected issues with the Altered Form Power and More Elastic Power Modifier and total Reach.
Fantasy Companion
• The Sorcery Arcane Background has been corrected to include Dispel and 1 other Arcane Power rather than 2 Arcane Powers and Dispel prevented because of Rank requirements.
Programming Fixes for Setting files
• We’ve added a new Hero-level tag to show that a character has an Arcane Background: Hero.HasArcBack. It’s assigned at the Arcane component level. So, in places that previously have checked tagis[Hero.edgArc?] or tagcount[Hero.edgArc?} can now look for tagis[Hero.HasArcBack]. This allows Arcane Background Edges to have properly formatted unique ids, and makes their validation easier. To ensure this works properly, check that any Arcane Background Edges have an Arcane tag assigned to them.
Hero Lab for Savage Worlds Deluxe, version 3.1
Main Program
• The specifications for the Molecular Knife and Molecular Sword have been corrected.
• The Brawny Edge is now prohibited if the character has the Obese Hindrance.
• The Arcane Skills have been changed so they no longer require the character to have an Arcane Background to be available.
• Permanent Adjustments for Derived Traits now allow up to +/-99 in a single Adjustment.
• Corrected some spelling errors related to the word “Arcane”.
• Arcane Background requirements now filter out Arcane Resistance as an applicable Edge.
• The Damage fields on the printed character sheet have been enlarged to allow for Str+d12 damage with modifiers.
Super Powers Companion
• The Power Point Options (Heavy Hitters, Major Leaguers, Minor Leaguers, and Second String) now correctly affect the Power Point modifiers, including Super Karma, Natural Growth, the Super Power Points Edge, etc.
• The Attack, Ranged Power now has a 0-cost Power Modifier that can be assigned that will designate the attack as Thrown so it will assign the Throwing Skill rather than the Shooting Skill on the Attack Powers Summary.
• Corrected some issues on the printed character sheet where in a few cases Powers were not showing up.
• Added the Device, Slow Activation, and Switchable Power Modifiers to the Headquarters and Vehicles Powers.
• Super Attributes now affect the costs of Skills during character creation when Activated.
• Corrected issues with the Altered Form Power and More Elastic Power Modifier and total Reach.
Fantasy Companion
• The Sorcery Arcane Background has been corrected to include Dispel and 1 other Arcane Power rather than 2 Arcane Powers and Dispel prevented because of Rank requirements.
Programming Fixes for Setting files
• We’ve added a new Hero-level tag to show that a character has an Arcane Background: Hero.HasArcBack. It’s assigned at the Arcane component level. So, in places that previously have checked tagis[Hero.edgArc?] or tagcount[Hero.edgArc?} can now look for tagis[Hero.HasArcBack]. This allows Arcane Background Edges to have properly formatted unique ids, and makes their validation easier. To ensure this works properly, check that any Arcane Background Edges have an Arcane tag assigned to them.