Ok i surrender to heal potions, it can be also a good thing for players, but someone can help me disable devastating critical?
Devastating critical has 38 lines associated with it, one for each weapon.
So you want to set:
PRC_DISABLE_FEAT_COUNT = 38
PRC_DISABLE_FEAT_1 = 495
PRC_DISABLE_FEAT_2 = 496
(insert the rest here)
PRC_DISABLE_FEAT_38 = 532
The numbers are the line numbers of the feats from the feat.2da file. Just fill in the missing numbers between 496 and 532.
These values are all INT varabels set on your module.
So, in module variables, name the first one “PRC_DISABLE_FEAT_COUNT”, select INT type, and set a value of “38”. (No quotes)
So you would be adding like 39 variables in total to your module.
As a side note, I've coded (but not tested or submitted) a switchable 'nerf' to Dev Crit that just does extra damage instead of Save or Die, since many people want to disable the feat completely and that makes me sad. Plus a single switch to handle it is easier than the individual disabling process.