#name of race = filename

# 0 for monster only
player 1
sight +0
size 3000
fingers 5
language selunian
# +10% fire resistance
resistance fire:110
resistance psychic:70
undead 0
class animal:strong

# +1 bonus on stat rolls, added to 7+random(10), can be negative - higher is better
# 100% normal exp cost to raise this stat - lower is better
stat strength:+1:100
stat constitution:+2:100
stat dexterity:+1:100
stat intelligence:+1:100
stat wisdom:+1:100
# actually cha is 110.5% right now
stat charisma:+0:111

# skill begins at 3 points when first starting
# max is 8/2 = 4 points per level
# cost is skill_level^2 * 300 / 100 exp per point
skill blah:3:8:300

# limb name:importance:attached to:flags
# importance from 1 down
#   more important = higher limb hp and hp loss if severed
# flags: wield, walk, fly, bite, fatal, ac 5
limb torso:1::fatal
limb head:1::fatal
limb left arm:2:torso
limb right arm:2:torso
limb left leg:2:torso
limb right leg:2:torso
limb left hand:4:left arm:wield
limb right hand:4:right arm:wield
limb left foot:4:left leg:walk
limb right foot:4:right leg:walk

# shortcut for setting up all limbs, copies another existing race's limb set
body human
# can then delete and add limbs
delete left arm:left hand
limb mutant tail:3:torso:wield,walk,fatal

