dropsetdata#
For randomly selecting an item. Load with Game->LoadDropset().
Variables#
int[] |
|
int[] |
|
int |
Functions#
int |
Choose() |
Variable descriptions#
The item IDs stored in this dropset.
The chances for each item to appear. These are not percentages, but weights; changing one will affect the odds of all of them.
The weighted value for no item being chosen at all.
Function descriptions#
Randomly selects an item from the dropset, and returns its ID.