It is still possible.
_____________________________________
The chance is lowered from 1.4% to 0.4%. You basically need to roll the highest number when you encounter an R_ESP flag.
- Code: Select all
N:30:of Seeing
...
R:10 <--- 10% chance for...
F:R_ESP <--- random ESP power!
...
#R:1 <-- taken out: 1% chance for
#F:ESP_ALL <-- ESP_ALL
By comparison, a torch of presentiment...
- Code: Select all
R:100
F:R_ESP
F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD | IGNORE_WATER
R:20
F:R_ESP
R:20
F:R_ESP
... will have (1/25 + 0.2*1/25 + 0.2*1/25) = 5.6% chance of ESP_ALL. I think they're all independent events (i.e., you could still get the third clause even if you didn't get the second R_ESP in your item). I could be wrong; so let's say presentiment torches have *up to* 5.6% chance of esp_all.