ooh looks cool... but i have a few questions... like... why only girls?
sweatdrop not that i like fighting... but yeah...
sweatdrop i think some of the maths need a little work... i am making a little C# program thing to calculate it all... cause i am bored... but there's a lot of the things i don't know how you get... like how do you calculate a person's siz?... and how is damage calculated?
sweatdrop come math lines would be nice... i mean like this "Damage = Strength * Size"... right? and HP was what? "HP = (SkillPoints used on)HP + Size"? and how big are we guys then? 5 feet? 6 feet? cause i don't see how people have 40 HP then...
sweatdrop also... what's Speed used for?... i mean the only thing you said about Speed was that you need a higher Dextry then Speed to make critical hits...
sweatdrop --------------------
so far i have...
you throw some
Skill Points (
SP) in the 5 stats:
Strength,
Dextry,
Speed,
Durability, and
Hit Pointsexample
SP Strength: 3
SP Dextry: 3
SP Speed: 3
SP Durability: 3
SP Hit Points: 3
then you find out what your
SizeBonus by following "
SizeBonus =
Size / 10" and add that to all the stats (but not
Hit Points cause that uses the
Size and not that
SizeBonus)
math lines
SP Strength +
SizeBonus =
StrengthSP Dextry +
SizeBonus =
DextrySP Speed +
SizeBonus =
SpeedSP Durability +
SizeBonus =
DurabilitySP Hit Points +
Size =
Hit Points we then add that number to a ( ) next to the
SP number
example
Strength: 3 (3)
Dextry: 3 (3)
Speed: 3 (3)
Durability: 3 (3)
Hit Points: 3 (?)
meaning that the number in the ( ) is the number you use... the other number is to see what "level" that skill is...
the
Damage you deal in combat (before you minus the opponent's
Durability)
now you'll see that i am missing the size thing... and what size are do non-females have? 5? 6? 1?... also what am i doing differently with the
Hit Points?
sweatdrop yeah i am a math guy...