cRPG

cRPG => Beginner's Help and Guides => Topic started by: Penitent on January 11, 2012, 07:38:24 pm

Title: 2h weapons penalty on horse?
Post by: Penitent on January 11, 2012, 07:38:24 pm
When using a 2h weapon from horseback (example: longsword, katana) without a shield, is there a penalty to the speed or damage?

Sorry, not much experience with 2h weapons...
Title: Re: 2h weapons pentaly on horse?
Post by: Elmokki on January 11, 2012, 07:58:00 pm
23% or so.
Title: Re: 2h weapons penalty on horse?
Post by: Tydeus on January 11, 2012, 10:16:32 pm
When using a 2h weapon from horseback (example: longsword, katana) without a shield, is there a penalty to the speed or damage?

Sorry, not much experience with 2h weapons...
I believe it's only 15% for 2hers, 23% for polearms. For some reason polearms get hit with a * .9 damage reduction after the already .85 that both 2hers and poles get.
Title: Re: 2h weapons penalty on horse?
Post by: Elmokki on January 11, 2012, 11:01:29 pm
Code: [Select]
   if (weapon_type == 'two_handed' or weapon_type == 'polearm') and (has_shield or mounted):
      raw_damage *= 0.85
     
      if weapon_type == 'polearm':
         raw_damage *= 0.85
     
      if weapon_flags & itp_two_handed:
         raw_damage *= 0.9

That says polearms get a 0.85 twice and twohanders get 0.85 and then 0.9 unless I'm wrong.
Title: Re: 2h weapons penalty on horse?
Post by: MrShine on January 11, 2012, 11:12:50 pm
In either case it's important to note that while they may get a raw damage decrease speed bonus seems to more than make up for it.
Title: Re: 2h weapons penalty on horse?
Post by: Tydeus on January 11, 2012, 11:37:31 pm
Code: [Select]
   if (weapon_type == 'two_handed' or weapon_type == 'polearm') and (has_shield or mounted):
      raw_damage *= 0.85
     
      if weapon_type == 'polearm':
         raw_damage *= 0.85
     
      if weapon_flags & itp_two_handed:
         raw_damage *= 0.9

That says polearms get a 0.85 twice and twohanders get 0.85 and then 0.9 unless I'm wrong.
k, got it clarified a bit. The last line refers to Two-handers that cannot be used with a shield. So a Longsword would only see a .85 damage modifier, not the additional .9. That code is from native where you can use the Sword of War from horseback among other things.
Title: Re: 2h weapons penalty on horse?
Post by: Casimir on January 12, 2012, 12:50:28 am
Applies to the 2h Axes and shortened military scythe in cRPG then.
Title: Re: 2h weapons penalty on horse?
Post by: Vexus on January 12, 2012, 02:29:10 am
Also 2h weapons use 1h animations on horse which makes them slower in my eyes (Excluding the thrust).
Title: Re: 2h weapons penalty on horse?
Post by: Kafein on January 12, 2012, 03:08:21 am
Also 2h weapons use 1h animations on horse which makes them slower in my eyes (Excluding the thrust).

There's also a severe malus on speed. Roughly 25%