-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I noticed that RLCombat has random crits and you can adjust the base chance in the config. I wonder if the Vanilla Luck Attribute can add onto the base chance where it would increase the odds of landing a random crit. An example...
Base chance in the config is 0.03 which... is a 3% chance, if the Player has 2.5 Luck, that would add... say... 5% (+0.02 aka 2% per 1 Luck if defined) onto that base value making it a 8% Crit Chance. The more Luck the player has the higher the Crit Chance Bonus. The config for how much Crit Chance to add per luck can be defined.
...also a question. Does the random crit chance only apply for melee hits? Would it be possible to allow the Random Crit Chance to apply from any attack from the player if using projectiles like from Bows, Staves, Guns, etc? Like a on-hit from the player. Or is that not do-able?