I created two Racial Properties: Armoured Body +1; Armoured Body +2. They work just fine (I think), based off the rpShell. I'm only using the Armoured Body +1 at the moment.
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Phase: Initialization Priority: 100
~set the defensive value for the armor
perform hero.child[armNatural].setfocus
focus.field[defDefense].value = 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Now the issue is there are racial edges that modify the natArmor provided by this racial property. Problem is it displays properly in Abilities & Armory but doesn't change anything in Basics ... I.E. If one Racial Edge replaces the natArmor with a +3 to armour and penalizes some skills that works fine ... but for the Toughness in the Basics column it still shows 8(1) instead of 10(3). I made it selectable so it could be 'turned on' but that makes no difference.
Here's the text for the Edge ... I know I'm dropping the ball somewhere ...
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Phase: Pre-traits Priority: 6000
~set the defensive value for the armor
perform hero.child[armNatural].setfocus
focus.field[defDefense].value = 3
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Help.
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Phase: Initialization Priority: 100
~set the defensive value for the armor
perform hero.child[armNatural].setfocus
focus.field[defDefense].value = 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Now the issue is there are racial edges that modify the natArmor provided by this racial property. Problem is it displays properly in Abilities & Armory but doesn't change anything in Basics ... I.E. If one Racial Edge replaces the natArmor with a +3 to armour and penalizes some skills that works fine ... but for the Toughness in the Basics column it still shows 8(1) instead of 10(3). I made it selectable so it could be 'turned on' but that makes no difference.
Here's the text for the Edge ... I know I'm dropping the ball somewhere ...
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Phase: Pre-traits Priority: 6000
~set the defensive value for the armor
perform hero.child[armNatural].setfocus
focus.field[defDefense].value = 3
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Help.