đŸ§ŦMonster Attributes

Each Monster has 7 immutable traits (never changes) and 6 mutable traits.

The 7 immutable trait breakdown:

  • Rarity

  • Class

  • Parent 1

  • Parent 2

  • Attack

  • Defense

  • Speed

The mutable traits breakdown:

  • Level

  • Health

  • Breed Count

  • Skill Slot 0 (basic attack)

  • Skill Slot 1

  • Skill Slot 2

  • Skill Slot 3

  • Skill Slot 4

  • Skill Slot 5

  • Skill Slot 6

  • Skill Slot 7

  • Skill Slot 8

  • Skill Slot 9

Frontend Data of Monsters in Monster Fight Game

The frontend UI in Monster Fight game you can view details of the monsters. Such as the Innate Skills which is skill slots 0-3. If the end user adds an acquired skill you can view the other skill slots tied to that monster which are skill slots 4-9.

Click on the image below to expand.

Last updated