Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 882 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 882 Bytes

Realms World Adventurers

WIP: This is heavy work in progress

Milestone: Deploy into Realms Testnet by end of 2024

todo:

  • Agree on Base models
  • Define inital systems
  • Build tests
  • Deploy into Eternum
  • Drink beer

Table of Contents

Adventurers

Adventurers are the base layer Character in the world. They are the simplest possible Character with the idea they will be extended by other modules via new components.

Adventurers DNA

Adventurers have a minimum of these:

  • Health: The is the base health of the Adventurer. This is the amount of damage they can take before they die.
  • Energy: This is the base energy of the Adventurer. This is the amount of energy they have to perform actions.
  • AdventurerId: This is a unique human readable identifier for the Adventurer.
  • Position: This is the position of the Adventurer in the world.