Feature: Implement Stats System #19

Closed
opened 2025-05-22 06:55:56 -07:00 by waifu · 1 comment
Owner

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 power charm stat_name
INT INT INT INT
  • 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

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 | power | charm | stat_name | | -------- | -------- | -------- | -------- | | INT | INT | INT | INT | - 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
waifu added the
Feature
label 2025-05-22 06:55:56 -07:00
waifu self-assigned this 2025-05-22 06:55:56 -07:00
waifu added a new dependency 2025-05-22 19:10:26 -07:00
waifu removed a dependency 2025-05-22 19:10:46 -07:00
waifu added reference stats_system 2025-05-24 14:15:15 -07:00
VD15 added this to the v1.1 project 2025-05-24 14:31:02 -07:00
VD15 modified the project from v1.1 to v2.0 2025-05-26 06:07:15 -07:00
Author
Owner

Completed in #21, we could already start working in the dueling system i think

Completed in #21, we could already start working in the dueling system i think
waifu closed this issue 2025-06-25 20:49:50 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: waifu/kemoverse#19
No description provided.