Ok, I'm not very good at math, and I want to replicate what would be a nested rollable table by incorporating it into one. This is for a weather generator, but it's not really important what it's for, what I want to do is figure out how to weight the items on these tables. So, first you have (for example) a table that is something like this: roll 1d30 1-8 - no precipitation 9-14 - single cell storm (roll on table 1a) 15-20 - multiple cell storm (roll on table 1b) 20-25 - multiple cell line storm (roll 2x on table 1a) 25-30 - Supercell storm (roll 2x on table 1b) Then, you have tables for effects: 1 - .1 inch rain 2 - .3 inches rain 3-4 - .5 inches rain ...etc. I know that I could make this all into one huge table, but I don't know how to weight it correctly. Can someone give me some help in this area?