- Protagonist
- Enemy
Character Data holds main information about any character, such as:
- Name
- Health Points
- Defense Points
- Description
- Damage (more on Damage System)
- Critical Multiplier
- Is Defending to reduce damage
- Main animation trigger parameters (Idle, Attack, Hurt and Defend)
- Character Color
Protagonist Data extends that main information to also get:
- Inventory data container
- Unique mechanics checkers, such as:
- If protagonist has CHECK ACT
- If protagonist will Insta Attack on their turn.
- Icon to show on status UI
Enemy Data extends that main information to also get:
- SPARE System variables (more on Damage System), such as:
- Start Spare Factor
- Percentage to start decreasing spare factor at hit