Lone Wolf Development Forums  

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

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 242

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
 


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 08:50 PM.


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