allpowerfulbob
New member
Hello everyone,
I've been reading through the other threads and have not found any scripts that quite fit what I am trying to do with this new derived trait.
The trait would be Cyber Psychosis, when a character has too much cyberware and begins to lose their connection to humanity.
Basically it would be equal to half the max strain trait, rounded up. But no matter how I change my script this number stays at 2. I'm not sure if it's the timing I have set up on it or not. Any help you guys could offer would be much appreciated. I'll drop my script in down below.
Thanks!
var bonus as number
var bonusadd as number
bonus = round(#trait[trSFStrnMx] / 2,0,1)
perform field[trtBonus].modify[+,bonus,"Half Max Strain"]
I've been reading through the other threads and have not found any scripts that quite fit what I am trying to do with this new derived trait.
The trait would be Cyber Psychosis, when a character has too much cyberware and begins to lose their connection to humanity.
Basically it would be equal to half the max strain trait, rounded up. But no matter how I change my script this number stays at 2. I'm not sure if it's the timing I have set up on it or not. Any help you guys could offer would be much appreciated. I'll drop my script in down below.
Thanks!
var bonus as number
var bonusadd as number
bonus = round(#trait[trSFStrnMx] / 2,0,1)
perform field[trtBonus].modify[+,bonus,"Half Max Strain"]