Sign in to follow this  
WhiteFang

Official Kloness Bonuses

Recommended Posts

Kloness Esterk, Kloness Blade, Kloness Axe, Kloness Wand (MS.10), Kloness Wand (MS.20):

+(attacker rep / 100) Damage with a maximum of +5 Damage. Note: Negative rep involves negative damage bonus. This bonus applies for both npcs and players.

+(abs(target rep) / 10) Damage with a maximum of +10 Damage. Note: "abs" means absolute value -> it does not matter if the value is positive or negative. This bonus only applies if the enemy is a player.

 

Kloness Necklace:

+(abs(target rep) / 20) Damage with a maximum of +5 Damage. Note: This bonus only applies if the enemy is a player.

 

Concrete Example 1:

Attacker Rep: 1500

Target Rep: -200

 

Weapon Bonuses:

+(1500 / 100) Damage = +15 Damage -> max is +5 Damage

+(abs(-200) / 10) = +(200 / 10) Damage = +20 Damage -> max is +10 Damage

 

Necklace Bonus:

+(abs(-200) / 20) = +(200 / 20) Damage = +10 Damage -> max is +5 Damage

 

Concrete bonuses:

+5 +10 +5 = +20

 

Concrete Example 2:

Attacker Rep: -1000

Target Rep: 2000

 

Weapon Bonuses:

+(-1000 / 100) Damage = -10 Damage -> max is +5 Damage

+(abs(2000) / 10) = +(2000 / 10) Damage = +200 Damage -> max is +10 Damage

 

Necklace Bonus:

+(abs(2000) / 20) = +(2000 / 20) Damage = +100 Damage -> max is +5 Damage

 

Concrete bonuses:

-10 +10 +5 = +5

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