Skip to content

EmakiAttribute

EmakiAttribute owns real stats and combat calculation. It defines RPG stats, resources, damage types, and conditions, then exposes PDC attribute APIs for other modules. Equipment stats should be written as Attribute payloads, not only as lore text.

Key points

  • Define attributes in attributes/.
  • Configure damage types in damage_types/.
  • Use /ea reload, /ea preview, and /ea dump for maintenance.
  • Other modules can write attribute payloads through the Attribute API; Attribute handles aggregation and calculation.