Sign in to follow this  
Mariano78

Another Question About The Hp On Weapons

Recommended Posts

So as I understand that the smaller the endurance you have in the armor, increasing the chance of stripping. In the case of weapons, works the same way for HP?

For example, suppose a weapon with 100% endurance hits 6 / 10, by reducing the endurance would happen to hit 4 / 10 or the first relationship be maintained?

 

 

Ty

 

Mariano

Share this post


Link to post
Share on other sites

The endruance does not affect the weapons hitting probability.

 

The reason that a hammer strips faster is due to the different strip-rates assigned to each hammer.

 

strip rate works like this: (if you're hitting the enemy using a hammer, bh, gbh or bbh)

 

if (the enemy's armor endurance is less then 2000) {

stripRate = (max end - current end) D 6 + 0

}

if (the enemy's armor endurance is more then 2000) {

stripRate = (max end - current end) D 4 + 0

}

 

Additionally you receive a bonus depending on your hammer (these values are NOT to be given to the public !)

stripRate += bonus depending on hammer type (hammer, bh, gbh or bbh)

 

if (the enemy's armor endruance is less then the strip rate) {

the armor strips off

}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this