cRPG

cRPG => Beginner's Help and Guides => Topic started by: Testicleez on December 11, 2013, 12:06:25 am

Title: Leg Armor! Below the kneecaps or hips/waistline?
Post by: Testicleez on December 11, 2013, 12:06:25 am
What constitutes as leg armor? Everything below the hips/waistline, or just below the kneecaps?

I'm over 90% sure it's only below the kneecaps, where the boots actually are (like in display #1), but I'd like to know for sure. 8-)

visitors can't see pics , please register or login

Edit: I understand that the brown pants (thigh area) in the image are actually part of the body armor's physical model, but I'm wondering if getting attacked in that 'brown pants/thigh' area counts as a leg hit or body hit?
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: defodijabox on December 11, 2013, 12:15:05 am
I guess everything below the waistline is what you're asking. The boots are the majority of leg armour (kneecap down), but if you look on the website most body armours also have leg armour values too, which would be from the waist to the kneecap.
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: Testicleez on December 11, 2013, 12:27:15 am
I guess everything below the waistline is what you're asking. The boots are the majority of leg armour (kneecap down), but if you look on the website most body armours also have leg armour values too, which would be from the waist to the kneecap.

I should have worded my post differently lol. I guess I'd just like to know if getting hit, for example, in the 'thigh' is a strike to your leg armor or body armor?

Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: MURDERTRON on December 11, 2013, 01:01:50 am
Below the nips.  Everyone in crpg is an old grandma.
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: Testicleez on December 11, 2013, 01:04:13 am
Below the nips.  Everyone in crpg is an old grandma.

thank you based murdertron
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: WITCHCRAFT on December 11, 2013, 01:18:15 am
Don't forget, horses can't wear shoes. You can snap the ankles off a plated charger just as easily as a donkey's leg since their armor doesn't apply to foot shots. Fat-horse-havers hate this one weird tip.
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: Huscarlton_Banks on December 11, 2013, 06:08:29 am
Code: [Select]
if hit_bone == head:
effective_damage *= 1.2

if item_is_ranged:
effective_damage *= 1.75
elif hit_bone == calf or hit_bone == thigh:
effective_damage *= 0.9

So everything at the thigh or below.

The part of the thigh hitbox that you're able to hit changes depending on the animation of the target player though, since some of it is inside the abdomen.

visitors can't see pics , please register or login


Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: Nehvar on December 11, 2013, 06:23:03 am
Code: [Select]
if hit_bone == head:
effective_damage *= 1.2

if item_is_ranged:
effective_damage *= 1.75
elif hit_bone == calf or hit_bone == thigh:
effective_damage *= 0.9

So everything at the thigh or below.

The part of the thigh hitbox that you're able to hit changes depending on the animation of the target player though, since some of it is inside the abdomen.

visitors can't see pics , please register or login


That explains why a lot of my arrows/bolts seem to pass right through my target.  Thanks.
Title: Re: Leg Armor! Below the kneecaps or hips/waistline?
Post by: CrazyCracka420 on December 11, 2013, 02:32:14 pm
Thanks for showing the hitbox Huscarlton, I always thought it was below the waist for "legs", so I was partially right :P