I'm thinking mainly in terms of random effects based on a d% roll, but the simplest example would be a coin flip. Perhaps a query that compares a dice roll to a set of preset values? In the case of a coin flip, maybe something like " {?1d2|1,tales|2,heads} " where a roll of 2 shows the result "heads." For a d% roll example, the values are set to the options of a given random result table: " {?1d100|<1,Item is intelligent|2~31,Item's function is more obvious|>32,No special traits} " Is this something that can already be accomplished, or could a feature like this be added easily?