• 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

Cybertech... maybe I am doing something wrong

Stad

New member
So, getting used to new char in shadowrun. We are starting a new campaign and might have created a char on paper that herolab will not allow.

I was making a cyber samuri and in the paper one, I was able to add dermal plating and wired reflex into the body without the cost of extra essense. But the program is not allowing me to select this route.

Is there a way others can do it?
 
Dermal Plate & Wired Reflexes

I went back through the rules for paper creation. I seem to be miss-understanding your process here. As I understand your post, you added both of these features during creation of the character, without having essence loss from one of the implants/augmentations. Is this correct? If this is so, please explain, with page and book references. I'm not finding it.

However, I can explain it when you are filling an essence hole during an upgrade or replacement of an implant or augmentation, but that only occurs after creation during character advancement. Doing this does work in HL-SR.
Just remember that not all of the books are implemented, yet.
 
I was making a cyber samuri and in the paper one, I was able to add dermal plating and wired reflex into the body without the cost of extra essense. But the program is not allowing me to select this route.

I'm afraid I'm not familiar with anything that would allow you a discount on this combination - what's granting you this bonus?
 
I think what Stad is getting at is a custom campaign rule. Is there a way to customize essence costs of implants? If that kind of customization is not allowed currently, then Stad is likely out of luck for the time being.
 
The only way I could figure out how to do that would be to copy all of the stuff in the item editor and change the essence cost.
 
If all cyberwear always costs 0 essence you could create a new quality that has 0 cost similar to this

Code:
~if we're not active, just get out now
doneif (activated = 0)

~find all of our Cyberware Implants
foreach pick in hero from Grade where "Augment.Cyber"
eachpick.field[grEssMult].value *= 0
nexteach
 
Well I was thinking Bodyware could be installed inside cyberlimbs, but I guess this might not be the case. Needs to have a capacity rating... well then. ;)
 
Last edited:
Back
Top