Crate data

source ·
Expand description

Data structures and logic about the DMW2 game data.

This crate deals with the generic DWM2 game data, not a particular play through. Therefore when it refers to “monster name”, it refers to the name of the monster type (e.g. “Slime”), not the name you made up for your monsters.

Modules

  • Data structures and logic about the DMW2 breed formulae
  • Data structures and logic about the DMW2 monsters and families
  • Data structures and logic for skills
  • A simple XML parser based on quick-xml.

Structs

  • All DWM2 game data. This is the entry point of the whole library.