April 18, 2024, 11:09:58 pm
Username:

Password:

Topic: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel  (Read 8916 times)

Cerberix

  • Posts: 178
    • View Profile
Hey, how many luck I need for tank build? I got a few similar builds with 3, 5 and 6 LK but I'm not sure what is the minimum value. Are there any differences between 3-4, 4-5, 5-6LK? What can you tell me about bonehead + man of steel protection. If I have more LK I can be more tanky aganist snipers, crits? :P

mojuk

  • Posts: 332
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #1 on: July 02, 2014, 05:50:20 pm »
Your luck as defender only counts when you got critically hit and certain crit power roll is done.
For more info about crit power rolls and effects check critical hit table: http://forum.fonline-reloaded.net/index.php?topic=1708.0

Most of luck rolls are made without modifiers (only in case of arms it's vs luck+5), what it means is that:
- there is  ROLL = Random(1, 10)
- next it's checked against your LUCK
- if ROLL > LUCK than you got additional critical effects applied

So basically each 1 point in luck will give you +10% chance to avoid additional effects from mid-high power critical shots. But you won't get 100% protection from baypasses even with 10 luck, because on some critical shots with top crit power there is no roll for that.

As for bonehead and men of steel:
- they both modify critical shot power by lowering crit power roll
- but they both don't affect critical hit chance of your attacker
- bonehead only counts vs shots aimed to head/eyes

How they work in numbers:
- roll is made ROLL = Random(0, 100) + weapon critical power crafting bonus
- ROLL = ROLL + base weapon crit power (such as turbo plasma got now)
- if you got MAN OF STEEL than ROLL = ROLL - 10
- if you got armor: ROLL = ROLL + armor crit power mod + armor crafting crit power mod
- if your attacker got better criticals: ROLL = ROLL + 20
- if you got BONEHEAD and shot was made in head/eyes: ROLL = ROLL - 10

After all this it's checked how big critical roll is:
0- <= ROLL <= 20            FINAL_ROLL = 0
21 <= ROLL <= 45           FINAL_ROLL = 1
46 <= ROLL <= 70           FINAL_ROLL = 2
71 <= ROLL <= 90           FINAL_ROLL = 3
91 <= ROLL <= 100         FINAL_ROLL = 4
101 <= ROLL <= 101+     FINAL_ROLL = 5

Then with FINAL_ROLL you get critical shot effects from critical hit table mentioned at the begining.

What it means for tanks:
- if you got critically hit and had your armor baypassed then it doesn't matter how tanky you are since you are most likely to die from 2, max 3 such shots,
- armor baypass means your DR and DT are divided by 4 so you have only 25% of you base resistance -> you got hit more or less for 4x more damage than usual
- while luck is not super crucial stat for tanks don't make it dump stat - set to 1 just to have more special points for other stats (although I know many people who are playing luck 1 tanks but I would not recommend it)
- I would say that if you got some spare special points put them in luck but if you have to chose between more luck and 5/6 strength for adrenaline rush/stonewall or more perception to get max range with weapon or more agility for for action points than chose those other things since your char would benefit from them more than from few more points into luck:)
« Last Edit: July 02, 2014, 07:48:41 pm by mojuk »
:facepalm

Cerberix

  • Posts: 178
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #2 on: July 02, 2014, 07:12:57 pm »
Thank you for that detailed information, I will try build something new and maybe test it if it works.

Kaaon

  • Guest
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #3 on: July 23, 2014, 11:55:12 pm »
As for bonehead and men of steel:
- but they both don't affect critical hit chance of your attacker
Man of Steel description :
"This perk gives you a +10 bonus to your armor's critical hit chance and critical power modifiers. "
if its true then description should be fixed

http://www.fonline-reloaded.net/wiki/index.php?title=Man_of_Steel
« Last Edit: July 24, 2014, 12:11:18 am by Seki »

mojuk

  • Posts: 332
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #4 on: July 24, 2014, 12:17:37 am »
As for bonehead and men of steel:
- but they both don't affect critical hit chance of your attacker
Man of Steel description :
"This perk gives you a +10 bonus to your armor's critical hit chance and critical power modifiers. "
if its true then description should be fixed
If that is MoS description then it should be fixed because there is no bonus to crit chance modifier from this perk (also no such bonus from bonehead)
MoS only gives -10 to crit power roll (same as bonehead, they stack, so with both you got -20).
:facepalm

Kaaon

  • Guest
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #5 on: July 24, 2014, 12:24:00 am »
MoS ingame


so wiki is wrong

Henry

  • Wiki Administrator
  • Global Moderator
  • Posts: 857
  • Gravity is just a theory. Try Density.
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #6 on: July 24, 2014, 02:08:31 am »
Is it right now?

C.H.A.R.L.I.E

  • Supporter
  • Posts: 80
  • stereotypical hero
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #7 on: August 08, 2014, 05:08:21 pm »
How do you know this :
- armor baypass means your DR and DT are divided by 4 so you have only 25% of you base resistance ->

And this:
As for bonehead and men of steel:
- but they both don't affect critical hit chance of your attacker

?

Any link pls?

mojuk

  • Posts: 332
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #8 on: August 08, 2014, 06:04:32 pm »
How do you know this :
- armor baypass means your DR and DT are divided by 4 so you have only 25% of you base resistance ->

And this:
As for bonehead and men of steel:
- but they both don't affect critical hit chance of your attacker

?

Any link pls?

Initially I got most info from here: https://github.com/rotators/fo2238/blob/master/Server/scripts/combat.fos but on Reloaded few things were changed like this baypass for instance from /5 to /4. But still most info from linked file should still be accurate.
:facepalm

Kelin

  • Posts: 193
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #9 on: August 08, 2014, 06:22:24 pm »
Code: [Select]
if(target.Perk[PE_MAN_OF_STEEL] > 0)
roll -= 10;

Yep, was like this since the perk was introduced on 2238.

C.H.A.R.L.I.E

  • Supporter
  • Posts: 80
  • stereotypical hero
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #10 on: August 08, 2014, 07:25:04 pm »
Initially I got most info from here: https://github.com/rotators/fo2238/blob/master/Server/scripts/combat.fos

Very nice. thnx

Kilgore, i think MoS should be like in the description ... +10  crit res too. Otherwise its too weak compared to stonewall!

Rothbard

  • Posts: 173
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #11 on: August 09, 2014, 04:16:26 am »
Kilgore, i think MoS should be like in the description ... +10  crit res too. Otherwise its too weak compared to stonewall!

Completely agree! If it's true that it only affects critical roll, and not critical chance, then I would have went with Stonewall and more strength on my tank instead. I chose MoS because I thought it did what the description said it did.

S.T.A.L.K.E.R

  • Posts: 946
  • S.🅱.A.W.N.E.A.S.T
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #12 on: August 09, 2014, 06:56:06 am »
Man of steel is worthless since Turbo plasma is the new overlord.

Maybe for next session it should be changed

KestreL

  • Guest
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #13 on: August 09, 2014, 12:17:34 pm »
Man of steel is worthless since Turbo plasma is the new overlord.

Maybe for next session it should be changed

Wait what ? Have you ever seen a turbo plasma without better critical perk ? Its... very... lame.

So having this perk MoS + bonehead comepletly removes Better critical from enemy. puts him at standard as-if u had no bonehead and he had no better critical.

Stonewall only protects you aganst KO/KD, It will not help you against the nasty 200+ dmg bypass's.

MoS Can help you against Bypass, Meaning it saves u against 200DMG shots. Less bypass, and usualy bypass means KO because when it bypass ur armor it bypass ur armor critical modifers. and having MoS also stops KOs because of less roll. Imho MoS is better and requires Less ST.

dskpnk

  • Supporter
  • Posts: 243
    • View Profile
Re: Luck for tank builds 3, 4, 5, 6 and bonehead + man of steel
« Reply #14 on: August 09, 2014, 02:28:23 pm »
So having this perk MoS + bonehead comepletly removes Better critical from enemy. puts him at standard as-if u had no bonehead and he had no better critical.

I am not sure that man of steel affect head/eyes damages, and same way i am not sure that bonehead affect bodyparts ?