This concept is taken from the old FOSwiki. I'm posting it here on Cervator s behalf, given that it doesn't really "fit" in the new Wiki on GitHub.
Just to make it clear: This was written by Cervator, not me. I just migrated it from the old wiki
---------
Most games today simply base themselves around an arbitrary health bar plus a certain number of slots for equipment, the exact placement of which doesn't usually matter. How about something better?
Foundation
While this is a fairly advanced and likely effort-intensive system it would also be rather impressive. It probably could be set up in a very basic fashion (head, torso, arms, legs) and as long as the system is able to expand later could be made more accurate over time.
At a minimum the system would consist of a few specific body parts where the player (or monster, etc) can be hit, and where equipment might be wearable. Basic prototype could even leave exactly what body part is being hit up to random chance. Every mob/player could start with the same limbs, until more unique models show up to get their own custom "paper doll" - for instance slimes.
Key is starting _very basic_ while retaining enough flexibility to expand the system later. Make an anatomical definition the foundation of creature design, leading both to what sort of equipment they can wear as well as what damage they can take and abilities they might have. A player could gain skill in analyzing anatomy, leading to an in-game information display slowly revealing the anatomical definition as player content / knowledge.
Equipment
Gear would protect exactly what it is placed on and nothing else. No more running around without a helmet because your chest plate of massive AC somehow reduces damage taken from a club to the head.
Different types of gear would be more or less effective protecting against certain weapons. Different materials get bonuses, but may also take longer to create or be more situational.
Multi-layered protection could offer a combination approach
Display
Two ways to display what the system does in-game
A target could also be graphically represented with its own paper doll, in a different corner than the player's.
Damage
Calculating the effect of an attack would go through a few steps:
Just to make it clear: This was written by Cervator, not me. I just migrated it from the old wiki
---------
Most games today simply base themselves around an arbitrary health bar plus a certain number of slots for equipment, the exact placement of which doesn't usually matter. How about something better?
Foundation
While this is a fairly advanced and likely effort-intensive system it would also be rather impressive. It probably could be set up in a very basic fashion (head, torso, arms, legs) and as long as the system is able to expand later could be made more accurate over time.
At a minimum the system would consist of a few specific body parts where the player (or monster, etc) can be hit, and where equipment might be wearable. Basic prototype could even leave exactly what body part is being hit up to random chance. Every mob/player could start with the same limbs, until more unique models show up to get their own custom "paper doll" - for instance slimes.
Key is starting _very basic_ while retaining enough flexibility to expand the system later. Make an anatomical definition the foundation of creature design, leading both to what sort of equipment they can wear as well as what damage they can take and abilities they might have. A player could gain skill in analyzing anatomy, leading to an in-game information display slowly revealing the anatomical definition as player content / knowledge.
Equipment
Gear would protect exactly what it is placed on and nothing else. No more running around without a helmet because your chest plate of massive AC somehow reduces damage taken from a club to the head.
Different types of gear would be more or less effective protecting against certain weapons. Different materials get bonuses, but may also take longer to create or be more situational.
Multi-layered protection could offer a combination approach
Display
Two ways to display what the system does in-game
- Multi-layered paper doll representation in the game UI - outer-wear (armor), inner-wear (clothing), surface (skin, muscles), structure (skeleton), interior (organs), and a "blood meter"
- While the blood meter might get compared to an HP bar it isn't really. You could bleed to death over time, but there'd be plenty of ways to die without losing substantial amounts of blood. It is just one more way to die
- Models smart enough to dynamically change the appearance of a single sub-component
A target could also be graphically represented with its own paper doll, in a different corner than the player's.
Damage
Calculating the effect of an attack would go through a few steps:
- How does the weapon affect objects? A breath weapon likely affects multiple body parts (or even targets) at once, while a spear focuses a deep impact against a single spot.
- Did the attack hit, and if so which body parts were affected? Could start out determined entirely by random chance, maybe weighed slightly by the height of the two combatants.
- Are any magic effects / buffs in place that could absorb something, and if so did the effect itself change / get exhausted?
- For each body part affected, what effect was applied, and was outer-wear in place to absorb part of the blow? How much damage did this impart on the piece of equipment?
- If the attack was strong enough to penetrate outer-wear, or the victim was not wearing outer-wear, pass the remaining impact through to the next layer (clothing likely absorbs nothing, unless maybe it is magic, or maybe the user wore leather armor under plate armor). Calculate damage imparted on to equipment again
- If the attack cut through all equipment, how much does it damage the surface of the victim? Blood-loss starts here, amplified if a blood vessel was struck (random chance). Muscle damage could reduce the efficiency of the target body part (slows down or immobilizes a leg or arm)
- Did the attack strike deep enough (spear) or hard enough (blunt force) to break any bones? Again can slow or immobilize a body part
- Did the attack hit any internal organs? Depending on the organ there may be a secondary effect (lung or throat damage may cause a choking effect, bringing up the same air meter you'd get from being under water; heart damage may cause extreme blood loss, brain damage probably instant death)
- Did an extremity hit cause something to be severed?
- Critical damage to the head (mainly brain) or heart
- Possibility for spinal damage paralyzing the body enough for rapid death?
- Decapitation
- Blood loss
- Suffocation
- Sufficient organ damage (body gives up)
- Poison effects could be possible
- Overwhelming structure damage (beaten to a pulp)
- A dragon's heart could be encased in strong bone that would need to be damaged before opening the heart to damage
- A hydra could have a central head but leave all other heads expendable
- A conjured stone golem could have no internal anatomy at all and only be killable by severing / shattering enough body parts