I was wondering if there's any possible way to make Force Powers use Vitality Points INSTEAD of Force Points. I've noticed that one cannot modify Force Body into the k_inc_force.nss script, that would be great though.
If it's possible then how? And is it possible to make succesful hits affect Force Powers first and then, when they're depleted, Vitality Points? Thanks.
I was wondering if there's any possible way to make Force Powers use Vitality Points INSTEAD of Force Points. I've noticed that one cannot modify Force Body into the k_inc_force.nss script, that would be great though.
It can't be done directly as far as I know. You could make a workaround making it roughly behave like that though by making the impact script of all force powers restore the FP that was just spent and damage the VP with an equal amount.
This would require the force user to have a large enough force pool to cast the power to begin with though, since the impact script isn't run until after the power is already used.
It can't be done directly as far as I know. You could make a workaround making it roughly behave like that though by making the impact script of all force powers restore the FP that was just spent and damage the VP with an equal amount.
This would require the force user to have a large enough force pool to cast the power to begin with though, since the impact script isn't run until after the power is already used.
Thanks stoffe.