LogoLogo
  • Halls of Olympia
  • Getting Started
  • Tokens
    • ๐Ÿ’ธTokenomics
    • Tokens
    • Staking
    • Nectar Liquidity Pool (NCLP)
  • ๐Ÿ›๏ธThe Acropolis of Olympus
    • The New Noble - Creating an Avatar
    • The Servant
    • The Nobles Ledger (UI)
    • โš’๏ธThe Smithy
      • Crafting
    • โš–๏ธThe Grand Bazar
    • ๐Ÿ‹๏ธTraining Grounds
    • ๐ŸดThe Stables
      • โ”Genetic Algorithms
    • โš”๏ธThe Colosseum
    • ๐Ÿ‡The Circus Maximus
    • ๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆNPCs
  • โšกThe Gods
  • ๐Ÿ’ฐBetting and Spectating
    • Tournaments
  • ๐ŸŽChariot Racing - (In Development)
    • Game Play Mechanics
    • Camera Views
    • Mounts and Stats
      • Mount Renting
      • Renters and owners Perspective
      • Horse Breeding
      • Levels and Stats
    • Matches
    • Weapons
    • Skills
    • Status Effects
    • Damage System
    • Stamina System
    • Environmental Hazards
  • ๐ŸคบGladiatorial Combat
    • Game Modes
    • Gladiator Tournaments
    • Armor and Equipment
    • Gladiator Stats
    • Simulation Strategy
    • Combat Overview
      • Simulated Fight
        • Combat Algorithm
        • Example Combat Turn
      • Playable Gladiator Combat Mode - (in progress)
        • Movement and Facing
        • Advanced Movement
        • Combat Damage
  • Developers
    • ๐Ÿ“ƒContracts
  • Media Assets
    • Token Assets
Powered by GitBook
LogoLogo

Halls of Olympia 2024

On this page
  • Combat Turns
  • Gladiator Statistics
  • Determining the Winner
  1. Gladiatorial Combat
  2. Combat Overview
  3. Simulated Fight

Combat Algorithm

Combat Turns

Combat is made up of multiple turns where both gladiators are able to maneuver, strike, and potentially block each other's attacks. At the end of the combat turn if both gladiators are still standing then a new turn is generated.

This continues until there is a winner.

Gladiator Statistics

Each gladiator has a set of base characteristics that determine their combat abilities.

Initiative

Gladiators have a base initiative score. The algorithm rolls a random number for each gladiator and adds their initiative score. The highest score gets to go first.

At the end of the combat turn initiative is generated again to see who moves and strikes first.

Attack and Defense

Gladiators have a base attack stat which is added to a randomly generated value. The opposing gladiator uses their base defense stat added to a randomly generated value, the two numbers are then compared.

The highest number wins. If the attack value is lower than the defense value then the attack is successfully blocked, parried, or evaded and no damage is delivered to the opponent.

If the attack value is higher than the opponents generated defense value then the attack lands and damage equal to the weapons damage stat is delivered to the opponent.

Weapon Damage

When a successful hit is accomplished a static value determined by the weapon type is deducted from the opponent's health value.

Health

A static value that determines how much damage a gladiator can take before they are no longer able to carry on fighting.

Determining the Winner

When a gladiator's health is so low and the combat algorithm determines that the next successful hit will reduce them to zero hit points or below a "coup de grace" finishing animation will play instead of the usual attack animation. This finishing move executes the gladiator and sets the win or lose condition to enable any potential payouts.

After the final blow, the duel will automatically stop and display a resolution screen detailing the bout's important stats.

PreviousSimulated FightNextExample Combat Turn

Last updated 12 months ago

๐Ÿคบ