Something I noticed in 3.0 that I didn't see in 2.0 was the underscore
character. I first noticed it in the town generator. I am assuming that it
is a line continuation marker?
I am working on a random encounter generator for outdoor encounters at the
moment. My plans are to start with a civilized temperate plains table for
day and night. Each type of terrain that fits that category will have the
monsters for that terrain included. All creatures for any land, temperate
plains, civilized, etc will be on the list. I am going to be using the ;
type table to make editing easier for those who don't like the percentages
or who want to add their own creatures.
I plan on having a sub table called monsters, that will generate some more
specific details of each type of monster, such as number and any other
random characteristics of the type. This can be used with all kinds of
encounter tables. I will place both of these in the file library when I am
done.
Rick