Post
Fire, ice, lightning, poison -- the rock-paper-scissors of hitting things really hard.
Damage types categorize attacks into distinct flavors -- physical (slash, pierce, blunt), elemental (fire, ice, lightning), and exotic (psychic, holy, void) -- each interacting differently with enemy resistances and weaknesses. The design goal is to prevent a single dominant strategy by making players adapt their approach to different enemies. Simple systems use binary weakness/resistance. Complex systems use percentage-based scaling, stacking effects, and elemental combinations. The more damage types, the more build diversity but also the more information players need to track.
Example
Monster Hunter's damage type system is elegantly deep. Cutting weapons sever tails, blunt weapons break heads, and elemental weaknesses vary by body part. Building the right weapon for each monster is a metagame within the metagame. Dark Souls has physical subtypes (slash, thrust, strike) plus multiple elemental types, and understanding which damage type a boss is weak to can cut fight times in half. Pokemon's 18-type chart is the most famous damage type system in gaming, with interactions complex enough to sustain a competitive scene for decades.
Why it matters
Damage types create build diversity, strategic depth, and the satisfying 'aha' moment when you find an enemy's weakness. They prevent the single best weapon problem and give players reasons to experiment with different loadouts. Without damage types, combat optimization collapses into 'equip biggest number.'
Related concepts