Chance of success

Setting the chance of success is very easy. To begin, open the config.lua file and navigate to the main = {section.

Find the value named chanceOfResurrection:

chanceOfResurrection = 60,

This is a percentage (%) chance between 0 and 100 of a shock being advised and therefore the revival process being successful.

By default we've set this to 60% as we feel this is best, however it is a case of finding what works for your server.

Once a player has attempted to revive another player with a defib, if no shock was advised, another player won't be able to use it again on them and be successful as the system will remember.

Last updated