;First of all, mine is going to be based on the spell Wizard's Harvest spell from Elona or Eternal League of Nefia In it, each casting of the spell can roll several times in once instance, and each time it is rolled is considered an item. The number of rolls is determined as follows: {4 +{1d{SpellPower/50}+1}} The spell power only affects how much actual money is produced per item rolled, and in my game 100 is roughly equal to a Unites States Dollar, the formula is {400 + {1d{SpellPower}. ;ROLLS BY PERCENTAGE CHANCE ;Rule: For every item, a set of rolls is made to determine what is generated. ;100% - Gold ;1.1% - Platinum Coin ;2% - Ancient Book ;.5% - Small Medal ;.067% - Treasure Map ;I have no idea how to roll from the prompt in this case considering I need to roll based on the spell level to determine spell power. ;WHAT I HAVE SO FAR ; Wizard's Harvest.ipt ; created 5/11/2020 12:25:43 AM Prompt: Spell level {1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30} 1 Table: Main [!{50+{10*{#prompt1}}} item >> Implode] Table: item [@money], [@gcoin], [@pcoin], [@book], [@treasureMap], Table: money Table: gcoin Table: pcoin Table: book Table: treasureMap