Author Topic: Remove random damage  (Read 2444 times)

0 Members and 2 Guests are viewing this topic.

Offline JackieChan

  • Marshall
  • ********
  • Renown: 851
  • Infamy: 118
  • cRPG Player A Gentleman and a Scholar
  • Crève salope / Master of left spam
    • View Profile
    • CRPG PATCH!
  • Game nicks: Byzantium_BD_JackieChan
  • IRC nick: JackieChan
Re: Remove random damage
« Reply #15 on: June 17, 2013, 12:43:37 pm »
+2
Speed up game
Remove RNG damage (speedbonus is not rng)
Increase damage of everything, so that everything dies in 1-3 hits, meaning 1-2 hit for agi, 2 hits for a balanced build, 3 max for high IF/STR - not this hit 15 times with a 1h on a fully loomed high armor IF stacker and rq because SNOOZ
If you suggest this, dont forget to at least buff heavy armors, i mean its normall that a one handed sword doesnt kill a heavily armored guy so easily.
visitors can't see pics , please register or login
 Wهاهاهاهاهاهاهاهاهاه

Offline Sniger

  • Marshall
  • ********
  • Renown: 795
  • Infamy: 442
  • cRPG Player
    • View Profile
Re: Remove random damage
« Reply #16 on: June 17, 2013, 12:46:27 pm »
-1
u r rendering IF and armor point/use-less then

Offline Vibe

  • Vibrator
  • King
  • **********
  • Renown: 2528
  • Infamy: 615
  • cRPG Player Madam White Queen A Gentleman and a Scholar
    • View Profile
Re: Remove random damage
« Reply #17 on: June 17, 2013, 12:51:22 pm »
+4
u r rendering IF and armor point/use-less then

How is it useless? Stack IF/armor ~3 hits to die, don't ~2 hits. It's one more hit to kill you which is 50% more tankiness compared to two hits killing you.

Offline Zlisch_The_Butcher

  • King
  • **********
  • Renown: 1272
  • Infamy: 971
  • cRPG Player
    • View Profile
  • Faction: Faction: Frisian Church of Mork The Goat God
  • Game nicks: Zlisch
  • IRC nick: IRC nick: Tears
Re: Remove random damage
« Reply #18 on: June 17, 2013, 12:54:51 pm »
0
Armor should just make it easier to glance, not protect against proper hits whatsoever.
1H stab is the fastest, strongest and longest 1H animation. There's no reason NOT to use it in all instances. I don't know if it's OP, but it's boring. 1H used to be fun because you had a fast (left), long (right) and the most devastating attack (stab) and had to choose the best attack for each occasion.

Offline Akynos

  • Earl
  • ******
  • Renown: 369
  • Infamy: 157
  • cRPG Player
  • Is now an agiwhore :*(
    • View Profile
  • Game nicks: Skono, Rollmops
Re: Remove random damage
« Reply #19 on: June 17, 2013, 04:49:22 pm »
0
Say what you will about random damage. But how is random damage breaking balance? If each person has equal chance to do random damage then it would have no effect on the balance of the game.

That's only true if you work in high numbers. If we worked with 1000 hits, the average would indeed be the same for both parties.

However, the combat limits each parties to a maximum of 3-5 hits per duel. As we work with small numbers one can easily be 'lucky' and score higher damage over the other person.

Speed up game
Remove RNG damage (speedbonus is not rng)
Increase damage of everything, so that everything dies in 1-3 hits, meaning 1-2 hit for agi, 2 hits for a balanced build, 3 max for high IF/STR - not this hit 15 times with a 1h on a fully loomed high armor IF stacker and rq because SNOOZ

Well I'll try an be as objective as possible despite using heavy armor:

I think damage with heavy armor should highly depend upon the swing = ie: there should be a barrier where damage below would do nothing and beyond it does much more damage

ie: 79 armor   Penetration point at 70 raw damage
 
knightly arming sword: raw damage: 50 ==> damage = 3 HP

Danish Greatsword ; raw damage : 75 ==> 40 HP


So beyond that 'penetration point' , the char would take a lot of damage as the armor would have been pierced and flesh would directly be exposed to the swing.

This would not apply to blunt damage as it does not penetrate armor.

Right now, the 7 dmg x 15 swings is bullshit. I think it would be more realistic that way.


this would force people to be more tactical about their targets.

visitors can't see pics , please register or login
Kudos to Kulin_Ban for the video

Offline Kafein

  • King
  • **********
  • Renown: 2203
  • Infamy: 808
  • cRPG Player Sir White Rook A Gentleman and a Scholar
    • View Profile
Re: Remove random damage
« Reply #20 on: June 17, 2013, 05:27:15 pm »
0
this would force people to be more tactical about their targets.

I don't agree that should be a thing.

Offline CrazyCracka420

  • Minute Valuable Contributor
  • Strategus Councillor
  • **
  • Renown: 1950
  • Infamy: 794
  • cRPG Player Sir White Pawn A Gentleman and a Scholar
  • Welp
    • View Profile
  • Faction: Vaegirs
  • Game nicks: Huseby
  • IRC nick: Steam name: crazycracka420
Re: Remove random damage
« Reply #21 on: June 17, 2013, 05:38:51 pm »
0
 :idea:
« Last Edit: June 19, 2013, 04:13:32 pm by CrazyCracka420 »
visitors can't see pics , please register or login
 - Stolen from Macropussy

Offline Grumbs

  • طالبان
  • King
  • **********
  • Renown: 1170
  • Infamy: 617
  • cRPG Player Sir White Rook A Gentleman and a Scholar
    • View Profile
Re: Remove random damage
« Reply #22 on: June 17, 2013, 05:39:19 pm »
0
Going to quote this again from a thread I made in dec 2011, not sure how accurate it is:

Looking through the source for the damage calculator, it looks like they are accounting for a substantial random factor:

Code: [Select]
// Urist:
// "However here is where randomisation kicks in again. I think that a
// random number between the full and the half armor value are used."
var min_damage = potential_damage - 1 * arm * soak_factor;
var max_damage = potential_damage - 0.5 * arm * soak_factor;

//Damage reduction

// Urist:
// "The same random armor between the half and full armor points
// of the armor is used."
min_damage = min_damage * (1 - arm / 100.0 * reduction_factor);
max_damage = max_damage * ( 1 - 0.5 * arm / 100.0 * reduction_factor );

Assuming this is correct, it would be nice if this could be removed. Random factors are always bad.

I'm not familiar enough with Warband modding to comment on whether or not this is correct, however.

Raw damage(without armor) isn't randomised much, it's between 90 and 100%. For both armor soak and reduction calculation, the armor value gets a good chunk of randomness with being between 45 to 100% of the shown value. It's Native and not changed yet with WSE as far as I know.

If I read this right that means that your armour value only acts as between 45% to 100% of what it shows, so if you have a bad dice roll in 70 armour you might actually only have 31.5 armour for that hit
« Last Edit: June 17, 2013, 05:45:45 pm by Grumbs »
If you have ranged troubles use this:

visitors can't see pics , please register or login


Offline Akynos

  • Earl
  • ******
  • Renown: 369
  • Infamy: 157
  • cRPG Player
  • Is now an agiwhore :*(
    • View Profile
  • Game nicks: Skono, Rollmops
Re: Remove random damage
« Reply #23 on: June 17, 2013, 08:13:51 pm »
+1
'Dice roll' , exactly my point. Who likes to have their combat decided by a dice roll?
Anyway,enough ranting about that, as devs won't do shit to change it anyway.
visitors can't see pics , please register or login
Kudos to Kulin_Ban for the video

Offline Vodner

  • Duke
  • *******
  • Renown: 526
  • Infamy: 73
  • cRPG Player
  • SaulCanner
    • View Profile
  • Game nicks: SaulCanner
Re: Remove random damage
« Reply #24 on: June 17, 2013, 08:49:52 pm »
0
I think the best option would be to just peg armor and damage calculations to the average values (72.5% soak and reduce, and 95% raw damage).

Quote
I think damage with heavy armor should highly depend upon the swing = ie: there should be a barrier where damage below would do nothing and beyond it does much more damage
A player should never be in a 1v1 position where he is forced to go 'welp, there is literally nothing I can do here except lose'.
« Last Edit: June 18, 2013, 02:50:18 am by Vodner »

Offline Matey

  • King
  • **********
  • Renown: 1327
  • Infamy: 372
  • cRPG Player
  • A Pirate
    • View Profile
  • Game nicks: Matey_BRD
Re: Remove random damage
« Reply #25 on: June 17, 2013, 08:58:19 pm »
+2
Remove IF and metal armour. now everyone dies in 1-2 hits. problem solved.

Offline Angantyr

  • King
  • **********
  • Renown: 1134
  • Infamy: 130
  • cRPG Player A Gentleman and a Scholar
    • View Profile
Re: Remove random damage
« Reply #26 on: June 17, 2013, 11:25:24 pm »
+1
Yes, I've also never really understood this concept; the TW dev explaining it pre-release as 'the random chance of veins and arteries getting hit' or something along those lines didn't really justify it from a gameplay perspective, I think.
« Last Edit: June 17, 2013, 11:34:48 pm by Angantyr »

Offline Paul

  • Developer
  • ******
  • Renown: 1879
  • Infamy: 442
  • cRPG Player A Gentleman and a Scholar
  • ball bounce boss
    • View Profile
  • IRC nick: Urist
Re: Remove random damage
« Reply #27 on: June 18, 2013, 08:28:09 am »
+3
Well, I might repeat myself but my theory why the high armor randomisation was added has to do with single player and AI. Fixed armor value would pretty much mean there that a lower tier troop can never hurt a knight because bots can't into holds or using speed bonus to overcome (Native) soak. So with the chance of a low armor dice roll a zerg of lesser troops can whittle down a top tier troop given enough time and numbers, which is probably more realistic than a single knight soloing whole armies.

Cmp is the only one who could change it if he wanted to but he might be busy with Melee. Maybe he got a different opinion of the issue and don't want to remove/lessen the randomisation though.
« Last Edit: June 18, 2013, 08:51:11 am by Paul »

Offline jacouille

  • Noble
  • **
  • Renown: 11
  • Infamy: 37
  • cRPG Player
    • View Profile
Re: Remove random damage
« Reply #28 on: June 18, 2013, 11:27:38 am »
0
Buff me !

Offline Shaksie

  • Count
  • *****
  • Renown: 195
  • Infamy: 115
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Game nicks: Double Thickshake
Re: Remove random damage
« Reply #29 on: June 18, 2013, 12:39:47 pm »
0
This is truly a glorious post, my commendations and utter support :).
VERY nice boy :)