3.5.1 object.txt, lines 23-30 (emphasis mine):
And in the same file, lines 1213-1218 contain the following (emphasis mine):
But at the same time, my current run http://angband.oook.cz/ladder-show.php?id=17670 has:
So my question is, how is +15 generated from 4+M6?
Code:
# Some fields accept randomized numbers of the form "10+2d3M4" where # 10 is the non-variable base, 2d3 is a standard die roll, and # M4 uses the m_bonus function to generate a number between 0 and # 4 according to a normal distribution. All three components are # optional, and the number of dice is optional and assumed to be 1 # when not specified. 10+2d3M4 has the range 12-20. [B]10+M4 has the[/B] # [B]range 10-14[/B]. 10+2d3 has the range 12-16. 10+d3 has the range 11-13. # 2d3, d3, M4, 2d3M4, and d3M4 are all acceptable as well.
Code:
N:194:Speed G:=:d I:45:5 W:75:0:2:100000 A:40:75 to 100 L:[B]4+M6[/B]:SPEED
Code:
d) a Ring of Speed <+15> {!*!*!*} Found lying on the floor in a vault at 3000 feet (level 60). +15 speed.
Comment