Creature stats (Combat)

posted in Project NN
Published March 03, 2013
Advertisement
Greetings, smile.png

General
All this stuff is about Combat aspect of this project. There are other attributes for Survival and Social aspects, which I will introduce later. Creature is every gameObject in sandbox which has and try to uses it's brain.

Creature stats
Each creature will have its own stats which will describe it's shape for combat. I situated it in "Fantasy" scenario, so I'v was thinking about the right created stats and attributes. I was inspired by DnD, partly from WoW and other fantasy game scenarios. I ended (temporary) with these creature attributes:
Intelligence, Strength, Dexterity, Constitution, Charisma and Wisdom.

These main attributes are affected by sublevel attributes:
Mana (Spell Effectivity), Melee Effectivity, Stamina, Endurance, Agility (Attack speed) , Reflexes, Perception, Resistances (Poison, Spell, Disease), Dummy (not yet covered for Charisma path) and WillPower.

goAttributes.png

Ok, what is the point. I needed to create same simple creature progression, so I'v used/designed this:

Creature progression and training points
Creature will progress with gaining experience. Experience will be gained through killing some other creatures, complete some task, doing their work, like farming, delivering food or something. Experience gaining model is not completed now. After each new level, creature will gain 1 training point which can be spend in trainable attributes. This are yellow fields in sheet. This trainable attributes modifies main attributes. Creature will follow one of the paths for Caster or Melee combatant

This is how look's creature level 1
charStats_1.png

And here, level 24
charStats_2.png

Creature damage
I have melee and spell damage. Till now just melee formula. I don't want to restrict weapons for certain levels like in other games. You can use any weapon which you buy, craft or you find it on the ground. Weapon has some it's damage. The final damage which it cause when you will use it is calculated by formula which achieve following result: You should use as most suitable weapon for your level to reach maximum output damage with this weapon. What is most suitable weapon ? Weapon damage requires some stats from your creature calculated by its damage. When you you are level 14 and you use weapon with base damage 2, you are not effective. When you use weapon with base damage 30, you cannot handle such a damage, so output damage will be very low. This curve is like a quadratic curve.
Formula for melle is following:
StrengthRequirement=2xWeaponDamage
((Strength-StrengthRequirement)*WeaponDamage)+Level+3+MeleeEffectivity
I have something similar for Spell damage, where damage will be defined by spell "somehow".

Creature Regen
All three main attributes, HitPoints, ManaPoints and StaminaPoints will regen through some activity or inactivity.

HitPoints - Through Heal spells (high regen), Resting (low regen), eating/drinking healing nutriments from bushes, flowers, etc...
ManaPoints - Through not casting, resting in calm places, reading spirit books
StaminaPoints - Resting, sleeping, walking (not running), wearing lower weights, standing

Well, that's all for now.
Previous Entry Architecture
Next Entry Creature movement
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Advertisement