Board | Mechanics.old [context] |
---|---|
Sender | Bobble |
Date | Wed Jan 11 00:05:51 2017 |
To | psaurin,all |
Subject | ignite |
1) UMD does not affect ignite chances. 2) The code for successful ignite chance is below. int level_diff = UMIN(0, 10 + ch->level - obj->level); chance = (90 + skill + level_diff) / 2; chance = URANGE(5, chance, 95); On a fail, there's a 1/3 chance the bomb will blow up in your face. |