• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help with code for RCC/living persona

wildfire142

Well-known member
I'm looking to create a work round for the machinist Daemon in Kill Code until the books released.

How to set sharing to the characters charisma, currently trying the following code which is throwing error I can't trace down.

perform field[rccSharing].value += hero.child[attrCha].field[trtAugment].value + hero.child[attrCha].field[trtInPlay].value,"Charisma"]

any pointers?
 
My reading of this ability is that it gives the living persona two new attributes. noise reduction and sharing. noise reduction is based off of willpower and sharing is based off of charisma. The living persona itself acts as the rcc, it doesn't modify an actual rcc.
 
I understand it’s not an actual deck but couldn’t figure out how to get hero lab to display the noise reduction and sharing values on the living person a so made a stand in rcc so the values would be easily visible can set the noise value very easily but can set the sharing one hence the plea for help :)
 
okay so, what is available for noise and sharing is based off of rating of the device.
If you do something similar to what is in adjusts for the device rating adjustment, but change the increase to willpower and charisma, and then change the values to right numbers on the device that's about as close as you will get.
It might actually be easier to just use the adjustment and do it manually.
 
Back
Top