Feature: Implement Stats System #19
Labels
No labels
Bug
Feature
Feedback Wanted
Refactoring
Won't Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: waifu/kemoverse#19
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We want to implement a core stats system for the game using a dedicated stats table:
Each row represents one card's stat profile
Each column represents a different stat
card_id – references the card from the main cards table
power – represents the strength or effectiveness of the card
charm – represents the appeal or vibe of the card
Benefits
Easy to query and compare card stats
Simple schema for a fixed set of stat types
Scalable if new stat columns are added later
Scope for Now
Only power and charm will be implemented to start
Focus on a minimal and functional implementation
Completed in #21, we could already start working in the dueling system i think