Question on leveled lists (Misc Item lists):
I have a leveled list that assigns a diffent item based on player level. If I wanted all th eitems to be available at level 1, I would change the level that it can spawn at. Easy enough. So now I have a leveled list with:
iron dagger
steel dagger
dwarven dagger
orchish dagger
all can spawn at level 1
The question then is, since there is only one entry for each, does this mean that each has a 1 in 5 chance of spawning? And if so, if I wanted each item to have a differnet chance to spawn, I would just create multiple entries for it as so?
iron dagger
iron dagger
iron dagger
iron dagger
iron dagger
steel dagger
steel dagger
steel dagger
dwarven dagger
orchish dagger
Thus:
iron daggor 50% chance
steel dagger 30% chance
dwarven dagger 10% chance
orchish dagger 10% chance
Am I correct in this assumption as how the leveled lists work, that you determine the percentages based on number of entries?