Jump to content

The Fighting Style Talents


Sensuki

Recommended Posts

Won't be like that when the damage ranges are balanced. I would just prefer something offensive, as offensive talents that boost DPS are lacking for 2Hers once you already pick Weapon Focus/Weapon Specialization.

  • Like 1
Link to comment
Share on other sites

You do realize armor has DR as well, right?

 

If 2H style did x1.1 damage (I'm not saying it should, just an example), after DT that value would be reduced by the DR of the armor, higher the damage the more is reduced :p

 

Actually, I remember reading that on the armor description in game, but I missed any update on this change so I occassionaly forget about it. Feels kind of strange/unneccessary to me. So basically, yeah, I forgot.

 

I'll ask directly again because of all people you are probably the only one who knows this, but what does 20% graces converted to hits mean?

20% of the grace range or at most 20 points of the grace range?

Link to comment
Share on other sites

Okay so by default, at ACC-DEF = 0, characters have a 45% chance to graze (roll of 6-50) and 45% chance to hit (roll of 51-95). 20% Graze-to-Hit would change it to 25% chance to graze (6-30) and 65% chance to hit (31-95).

  • Like 1
Link to comment
Share on other sites

So it's at most 20 points of the grace range. That's good to know, thanks.

 

So in moderate accuracy ranges it's way more beneficial to use the fighting style for single weapons instead of the weapon focus talents if you want to use a single handed weapon.

Edited by Doppelschwert
Link to comment
Share on other sites

Okay so by default, at ACC-DEF = 0, characters have a 45% chance to graze (roll of 6-50) and 45% chance to hit (roll of 51-95). 20% Graze-to-Hit would change it to 25% chance to graze (6-30) and 65% chance to hit (31-95).

Is it 20% graze to hit, or 20 effective points of Accuracy, albeit graze to hit instead of graze to crit (so actually less helpful than 20 points of Accuracy, which is good because that would be OP)? The way it's worded makes it sound like it's 20% AKA if you roll a graze, then there's a 20% chance of it turning into a hit.

 

That's how the percentages would work if it's actually a percentage, which is how they describe it.

Edited by Matt516
Link to comment
Share on other sites

It might be RNG based as you say, I'm not sure actually. I'll have to check the source code. I'm fairly sure it's deterministic though, and not RNG based.

 

If it works the way I think it does, it doesn't increase your critical chance or anything, and it becomes redundant when ACC-DEF gets high. It's a great windfall against enemies with higher defenses though.

Edited by Sensuki
Link to comment
Share on other sites

Actually yeah, it is random :p It's not deterministic

 

if ((float)hitValue <= CharacterStats.GrazeThreshhold)
			{
				damage.OriginalHitType = HitType.GRAZE;
				float num3 = this.GetBonusGrazeToHitPercent();
				float num4 = Random.Range(0f, 0.999f);
				if (num4 >= num3)
				{
					num3 = this.BonusGrazeToMissPercent;
					if (damage.DefendedBy == CharacterStats.DefenseType.Deflect || damage.DefendedBy == CharacterStats.DefenseType.Reflex)
					{
						num3 += this.DeflectReflexGrazeToMissPercent;
					}
					else
					{
						if (damage.DefendedBy == CharacterStats.DefenseType.Fortitude || damage.DefendedBy == CharacterStats.DefenseType.Will)
						{
							num3 += this.FortitudeWillGrazeToMissPercent;
						}
					}
					if (num4 >= num3)
					{
						damage.IsGraze = true;
					}
					else
					{
						damage.IsMiss = true;
					}
				}
			}
Link to comment
Share on other sites

So, 1H style is bad and less to no use when ACC>>DEF and 2H is bad, uninspired & reduntant.

 

 

Suggestions:

 

-1H:convert 10% of hits into crts

-2H:overcome small portion of DT, or +x points to dmg or same as 1H

Matilda is a Natlan woman born and raised in Old Vailia. She managed to earn status as a mercenary for being a professional who gets the job done, more so when the job involves putting her excellent fighting abilities to good use.

Link to comment
Share on other sites

1H Style is pretty good actually. I made a Fighter last night with One-Handed Style and Confident Aim ability, almost never grazed. When they bump the 1H weapon damage, ITZ ...
 

cOhvdRC.jpg

Edited by Sensuki
Link to comment
Share on other sites

Anyway, my personal choice wouldn t be to choose a style to deal less grazes, I'd increase ACC for that & higher crt chance also.

 

Another really cool option for 2H, already proposed by many:

 

increase chance to interrupt.

Matilda is a Natlan woman born and raised in Old Vailia. She managed to earn status as a mercenary for being a professional who gets the job done, more so when the job involves putting her excellent fighting abilities to good use.

Link to comment
Share on other sites

When I fight to make things closer to the IE games it's rarely ever for the rules, or systems. I fight for a closer look, feel, UI style and controls / options.

From memory 2H style also reduced speed factor.

Link to comment
Share on other sites

When I fight to make things closer to the IE games it's rarely ever for the rules, or systems. I fight for a closer look, feel, UI style and controls / options.

 

From memory 2H style also reduced speed factor.

yes, true, i looked it up (loaded an old save) :)

BG2 SoA / Kheldorn

2H weapon style: 1 proficiency point

Weapon style bonus:

Damage +1

Critical Hit +1

Weapon speed -2

Link to comment
Share on other sites

  • 2 weeks later...

I think deflection is a good choice.  The benefit of killing things harder is built into the weapon stats; killing things harderer isn't a particularly interesting bonus.  The assumption is that a character is going to use 2h in the majority of if not all situations, so patching up deficiencies in defense is logical and believable.

Link to comment
Share on other sites

Really a lot of this comes down to whether you would like the Talents to reinforce what the styles already do or if you would like them to grant a different type of benefit.  The style Talents are currently a mix, but could be collectively or individually shifted.

 

 

I think it's a bit superfluous really because there's a Talent called Superior Deflection, and I don't think they stack.

 

Passive Abilities and Talents are supposed to always stack, so Superior Deflection should stack with the benefit from Two-Handed Style.

 

However, I have noticed that the character sheet is not displaying the same data that you see in the combat log.  Specifically, the bonus from Two-Handed Style appears in the log but does not update on the sheet when you equip a qualifying weapon.

Link to comment
Share on other sites

Yeah I noticed that when I did some more build testing recently. When I use a 2H weapon in this game, I am about doing damage because that's the benefit of using a 2H weapon. I wouldn't choose 2H style if it gave me a Deflection bonus, because I could be choosing something else that improves my damage output instead.

That's just me. This is only a minor quibble and I can edit the talent in Unity if I want. So I'm not hugely fussed.

Link to comment
Share on other sites

Two-handed weapon style should be changed. Many good suggestions are present in this thread.

Matilda is a Natlan woman born and raised in Old Vailia. She managed to earn status as a mercenary for being a professional who gets the job done, more so when the job involves putting her excellent fighting abilities to good use.

Link to comment
Share on other sites

×
×
  • Create New...