PDA

View Full Version : Wound Eval Question



LordRaven
12-11-2012, 10:44 AM
Hi all,

In bigshot I am using the suggested line for resting when you can not cast...

bleeding? || percenthealth <= 50 || ([Wounds.head, Scars.head].max >= 2) || ([Wounds.nsys, Scars.nsys].max >= 2) || ([Wounds.leftArm, Wounds.leftHand, Wounds.rightArm, Wounds.rightHand, Scars.leftArm, Scars.leftHand, Scars.rightArm, Scars.rightHand].max >= 3) || ( ([Wounds.leftArm, Wounds.leftHand, Scars.leftArm, Scars.leftHand].max >= 2) or ([Wounds.rightArm, Wounds.rightHand, Scars.leftArm, Scars.leftHand].max >= 2) )

I added checkpoison to the beginning to cover that, but I just got my eye blown out and bigshot did not rest. So how would I add eye would properly?

Would it be: ([Wounds.rightEye, Scars.rightEye].max >= 2) || ([Wounds.leftEye, Scars.LeftEye].max >= 2)

Thanks!

DaCapn
12-11-2012, 11:45 AM
That will work.

LordRaven
12-11-2012, 12:07 PM
Thank you!