Difference between revisions of "Item Generation"
From DoomRL Wiki
Rabinowitz (Talk | contribs) (cross-links) |
Rabinowitz (Talk | contribs) (statistics) |
||
Line 364: | Line 364: | ||
|} | |} | ||
− | Ignoring minimum dlevel, the total weight for exotic items is | + | Ignoring minimum dlevel, the total weight for exotic items is 180. Unique items have a total weight (again ignoring minimum dlevel) of 53. Any particular unique item will never drop more than once in each game. Minimum dlevels for items are NOT modified by difficulty level. |
For convenience, here are the total weights for each dlevel. These allow easier calculation of the probabilities. | For convenience, here are the total weights for each dlevel. These allow easier calculation of the probabilities. | ||
Line 373: | Line 373: | ||
|- | |- | ||
|1 | |1 | ||
− | | | + | |3672 |
|- | |- | ||
|2 | |2 | ||
− | | | + | |4531 |
|- | |- | ||
|3 | |3 | ||
− | | | + | |4591 |
|- | |- | ||
|4 | |4 | ||
− | | | + | |5387 |
|- | |- | ||
|5 | |5 | ||
− | | | + | |7540 |
|- | |- | ||
|6 | |6 | ||
− | | | + | |8322 |
|- | |- | ||
|7 | |7 | ||
− | | | + | |9140 |
|- | |- | ||
|8 | |8 | ||
− | | | + | |9358 |
|- | |- | ||
|9 | |9 | ||
− | | | + | |9516 |
|- | |- | ||
|10 | |10 | ||
− | | | + | |9646 |
|- | |- | ||
|11 | |11 | ||
− | | | + | |9726 |
|- | |- | ||
|12-13 | |12-13 | ||
− | | | + | |9821 |
|- | |- | ||
|14 | |14 | ||
− | | | + | |9824 |
|- | |- | ||
|15 | |15 | ||
− | | | + | |9851 |
|- | |- | ||
|16-19 | |16-19 | ||
− | | | + | |9912 |
|- | |- | ||
|20-21 | |20-21 | ||
− | | | + | |9915 |
|- | |- | ||
|22+ | |22+ | ||
− | | | + | |9917 |
|} | |} | ||
The number of items that appear on a level is usually ceil(21 - max(25-dlevel,0)/3). The items are chosen at random using the weights as relative probabilities. At most 1 unique item can drop per level. | The number of items that appear on a level is usually ceil(21 - max(25-dlevel,0)/3). The items are chosen at random using the weights as relative probabilities. At most 1 unique item can drop per level. |
Revision as of 19:53, 1 July 2013
Technical | |
This article discusses technical aspects of DoomRL and will be of limited interest to most players. |
Note that this section only describes items that are dropped explicitly; in addition many monsters also carry items (usually guns and ammo). Also, some special level features (e.g. vaults) can cause additional items to drop beyond what is described here.
Item placement is similar to monster placement. Every item has a minimum dlevel and a weight. Here are the levels and weights for all the items:
Ignoring minimum dlevel, the total weight for exotic items is 180. Unique items have a total weight (again ignoring minimum dlevel) of 53. Any particular unique item will never drop more than once in each game. Minimum dlevels for items are NOT modified by difficulty level.
For convenience, here are the total weights for each dlevel. These allow easier calculation of the probabilities.
dlevel | Total Weight |
1 | 3672 |
2 | 4531 |
3 | 4591 |
4 | 5387 |
5 | 7540 |
6 | 8322 |
7 | 9140 |
8 | 9358 |
9 | 9516 |
10 | 9646 |
11 | 9726 |
12-13 | 9821 |
14 | 9824 |
15 | 9851 |
16-19 | 9912 |
20-21 | 9915 |
22+ | 9917 |
The number of items that appear on a level is usually ceil(21 - max(25-dlevel,0)/3). The items are chosen at random using the weights as relative probabilities. At most 1 unique item can drop per level.