Author Topic: 2h weapons penalty on horse?  (Read 1132 times)

0 Members and 1 Guest are viewing this topic.

Offline Penitent

  • King
  • **********
  • Renown: 1389
  • Infamy: 220
  • cRPG Player
    • View Profile
  • Game nicks: Penitent_Turtler
2h weapons penalty on horse?
« on: January 11, 2012, 07:38:24 pm »
0
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...
« Last Edit: January 11, 2012, 07:59:51 pm by Garison »

Offline Elmokki

  • Count
  • *****
  • Renown: 192
  • Infamy: 18
  • cRPG Player
    • View Profile
  • Faction: United democratic national whatever
  • Game nicks: elmokki_Krokotiili
  • IRC nick: Elmokki
Re: 2h weapons pentaly on horse?
« Reply #1 on: January 11, 2012, 07:58:00 pm »
0
23% or so.

Offline Tydeus

  • King
  • **********
  • Renown: 1422
  • Infamy: 351
  • cRPG Player A Gentleman and a Scholar
  • Item re-unbalance guy
    • View Profile
  • Game nicks: Tydeus
  • IRC nick: Tydeus
Re: 2h weapons penalty on horse?
« Reply #2 on: January 11, 2012, 10:16:32 pm »
0
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.
chadz> i wouldnt mind seeing some penis on my character

Offline Elmokki

  • Count
  • *****
  • Renown: 192
  • Infamy: 18
  • cRPG Player
    • View Profile
  • Faction: United democratic national whatever
  • Game nicks: elmokki_Krokotiili
  • IRC nick: Elmokki
Re: 2h weapons penalty on horse?
« Reply #3 on: January 11, 2012, 11:01:29 pm »
0
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.

Offline MrShine

  • Ragdoll Basher
  • King
  • **********
  • Renown: 1156
  • Infamy: 193
  • cRPG Player A Gentleman and a Scholar
  • Fear the stache
    • View Profile
  • Game nicks: MrShine
Re: 2h weapons penalty on horse?
« Reply #4 on: January 11, 2012, 11:12:50 pm »
0
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.
Holy crap I have a youtube gaming channel! https://www.youtube.com/user/MrShine12345

Offline Tydeus

  • King
  • **********
  • Renown: 1422
  • Infamy: 351
  • cRPG Player A Gentleman and a Scholar
  • Item re-unbalance guy
    • View Profile
  • Game nicks: Tydeus
  • IRC nick: Tydeus
Re: 2h weapons penalty on horse?
« Reply #5 on: January 11, 2012, 11:37:31 pm »
0
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.
chadz> i wouldnt mind seeing some penis on my character

Offline Casimir

  • King
  • **********
  • Renown: 1756
  • Infamy: 271
  • cRPG Player Sir White Bishop A Gentleman and a Scholar
  • The Dashing Templar
    • View Profile
  • Faction: Knights Templar
  • Game nicks: Templar_Casimir
  • IRC nick: Casimir
Re: 2h weapons penalty on horse?
« Reply #6 on: January 12, 2012, 12:50:28 am »
0
Applies to the 2h Axes and shortened military scythe in cRPG then.
Turtles

Offline Vexus

  • Count
  • *****
  • Renown: 198
  • Infamy: 41
  • cRPG Player
    • View Profile
  • Game nicks: Deus_Mortis
Re: 2h weapons penalty on horse?
« Reply #7 on: January 12, 2012, 02:29:10 am »
0
Also 2h weapons use 1h animations on horse which makes them slower in my eyes (Excluding the thrust).

Offline Kafein

  • King
  • **********
  • Renown: 2203
  • Infamy: 808
  • cRPG Player Sir White Rook A Gentleman and a Scholar
    • View Profile
Re: 2h weapons penalty on horse?
« Reply #8 on: January 12, 2012, 03:08:21 am »
0
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%