ID:153077
 
Mrm, I haven't been able to successfully balance out the attributes for the races for my game. There are 5 races, and not many variables to consider. I wanted help from you guys to balance it out as best as you can, here's the layout:

(Races: Human, Cthul, Demon, Skeleton, Mudpuppy)


Health //This is health, how many shots you can take before being taken out.

Energy //This is magic, how much magic you can use before regenerating.

Strength //Strength, overall strength (hitting power).
Dexterity //Dexterity, overall power to reduce hits.
Stamina //Stamina, the more stamina, the more hits you can do before resting.
Speed //Speed, the greater the speed, the less overall delay between shots.

DefBlunt //How well you can take a shot from a blunt object.
DefStab //How well you can take a shot from a small blade object used to stab.
DefSlice //How well you can take a shot from a medium sized blade used to slice.
DefSlash //How well you can take a shot from a long blade used to slash.
DefProj //How well you can take a shot from an arrow or crossbow-bolt.
DefMagic //How well you can resist magical attacks.

SkillBlunt //Your skill with a blunt object (greater the skill, the more damage dealt).
SkillStab //Your skill with a blade used to stab.
SkillSlice //Your skill with a blade used to slice.
SkillSlash //Your skill with a blade used to slash.
SkillProj //Your skill with a bow, or crossbow.
Magic //Your skill with magical attacks.


Bleh, it's not detailed enough, but at least try to get something balanced out for the 5 races. (You can choose how powerfull one race is than the other, like humans cannot use magic, while a demon can only use magic. It's up to you, and use your imagination).
Human:
Health = 100
Energy = 50

Strength = 10
Dexterity = 10
Stamina = 10
Speed = 10

DefBlunt = 5
DefStab = 5
DefSlice = 5
DefSlash = 5
DefProj = 5
DefMagic = 5

SkillBlunt = 5
SkillStab = 5
SkillSlice = 5
SkillSlash = 5
SkillProj = 6
Magic = 5
-----------------------
Cthul:
Health = 85
Energy = 30

Strength = 13
Dexterity = 9
Stamina = 12
Speed = 13

DefBlunt = 6
DefStab = 5
DefSlice = 6
DefSlash = 6
DefProj = 4
DefMagic = 2

SkillBlunt = 6
SkillStab = 6
SkillSlice = 6
SkillSlash = 6
SkillProj = 4
Magic = 2
-----------------------
Demon:
Health = 120
Energy = 70

Strength = 14
Dexterity = 13
Stamina = 7
Speed = 6

DefBlunt = 3
DefStab = 4
DefSlice = 4
DefSlash = 4
DefProj = 8
DefMagic = 8

SkillBlunt = 7
SkillStab = 7
SkillSlice = 7
SkillSlash = 7
SkillProj = 4
Magic = 4
-----------------------
Skeleton:
Health = 150
Energy = 0

Strength = 5
Dexterity = 5
Stamina = 13
Speed = 3

DefBlunt = 8
DefStab = 8
DefSlice = 8
DefSlash = 8
DefProj = 8
DefMagic = 6

SkillBlunt = 4
SkillStab = 4
SkillSlice = 4
SkillSlash = 4
SkillProj = 2
Magic = 0
-----------------------
Mudpuppy:
Health = 100
Energy = 80

Strength = 8
Dexterity = 12
Stamina = 10
Speed = 11

DefBlunt = 4
DefStab = 4
DefSlice = 5
DefSlash = 4
DefProj = 2
DefMagic = 9

SkillBlunt = 3
SkillStab = 4
SkillSlice = 3
SkillSlash = 4
SkillProj = 7
Magic = 9
-----------------------


This is just a little thing I thought up...might not be very good. Anyway, I tried my best. Hope it helps.