ChristopherBThai / Discord-OwO-Bot

A Discord bot that will keep track of your OwO
https://discordapp.com/oauth2/authorize?client_id=408785106942164992&permissions=1074120776&scope=bot
Other
563 stars 405 forks source link

Resistance Passive Buffs Aren't Giving the Descripted Bonus #152

Open CanIGetaPR opened 3 years ago

CanIGetaPR commented 3 years ago

There is a pet with 47% MR.

Lvl 15 wolf with 47% MR

Equipping a weapon with 32% MR passive only increases the pet's MR % by 6. I wasn't able to determine how this number was produced from the stats or source code.

image

47 * 0.324 = 15.228

The pet's MR increases to 53% with the weapon equipped.

image

1) Where did the 6% increase come from? 2) And why wasn't it increased by 15% since that's 32.4% of 47. 3) Can we change item descriptions to show a more clear stat description?

PandaDasKissen commented 3 years ago

1.) MR and PR stats have diminishing returns 2.) (25+(2 stat level (1+passive%)))/(125+(2 stat level (1+passive%)))*.8 the passive is multiplied by the base stat and level before anything else happens; resulting in a lower amount.

(tbh idk even know if people come back and read comments, but i’m putting this here because i can) ☆

CanIGetaPR commented 3 years ago

(tbh idk even know if people come back and read comments, but i’m putting this here because i can) ☆

Yes, I'm here.

ghost commented 3 years ago

1.) MR and PR stats have diminishing returns 2.) (25+(2 stat level (1+passive%)))/(125+(2 stat level (1+passive%)))*.8 the passive is multiplied by the base stat and level before anything else happens; resulting in a lower amount.

(tbh idk even know if people come back and read comments, but i’m putting this here because i can) ☆

I always do. lol