Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Savage Worlds
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 235

Old August 12th, 2023, 09:16 AM
Yes, I know it isn't technically a SW setting but some players seem interested in porting the setting over to SW. So I am the HeroLab guy who has to make it work

Warforged have a a Racial Property called "Integrated Protection" that gives them natural armour of +2.

Initialization/3000
Code:
~set the defensive value for the armor
      perform hero.child[armNatural].setfocus
      focus.field[defDefense].value = 2
Bootstraps: armNatural Fields Id: livename Value: Integrated Armor

Works correctly.

Now they have a Racial Edge option called "Adamantine Body" that boosts the armor from +2 to +4.

PreTraits/5000
Code:
~set the defensive value for the armor
      perform hero.child[armNatural].setfocus
      focus.field[livename].text = "Adamantine Armor"
      focus.field[defDefense].value += 2
On the Armory Tab we now see +4 Adamantine Armor. But on the Basics Tab our Touch still reads 6(2). It isn't adding the +2 to the armor like the initial Racial Property did.

Any suggestions? There are no errors.
Gumbytie is offline   #1 Reply With Quote
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,550

Old August 12th, 2023, 09:34 AM
Try a timing of Effects/5000 for that.

_
Currently In Development: Savage Pathfinder, SWADE Fantasy Companion
Future Development: SWADE Super Powers Companion, SWADE Sci-Fi Companion
_
Currently Running: Savage Unity Inc. (homebrew multiverse theme)
Setting Files Supported: Deadlands: Reloaded, Flash Gordon, Gaslight, Hellfrost, Interface Zero 2.0, Seven Worlds, Slipstream, Solomon Kane
Future Setting Files: Savage Judge Dredd
CapedCrusader is offline   #2 Reply With Quote
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 235

Old August 12th, 2023, 10:26 AM
That solved it. Thanks!
Gumbytie is offline   #3 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 11:19 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.