#########################################################
# RandomStuff.txt
#
# Choose a random selection from the lists below
#
# Comments start with # and are ignored
#
# List Names start with *
#
# $ and $$ generates a random number
#   $$100 will generate a number 0-100 with a heading
#   $$5-10 will generate a number 5-10 with a heading
#   $10 will genenerate a number 0-10 without heading
#      which is useful for skill points, see examples
#
# A number in [] will generate that many entries
#   to make that selection come up more often
#
# Put *csv where you want to start generating a csv file
#
#########################################################

# Note the following line is commented out.  Remove the # to uncomment
#*csv

$$3-5

$$100

*Food
$11

*Money
$6-11

*Grilled Cheese
No [25]
Yes

*Weighted gender preference
Gay [2]
Bi [4]
Straight [6]

*Decision
Yes
No

*Astrological Sign
Aries
Taurus
Gemini
Cancer
Leo
Virgo
Libra
Scorpio
Saggitarius
Capricorn
Aquarius
Pisces

*Aspiration
Pleasure
Fortune
Family
Knowledge
Romance

*Random letter
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
