Skip to content

feat(cards): Activate evolution and update card stats#25

Merged
ClashStrategic merged 9 commits into
mainfrom
fix/update-stats
Oct 28, 2025
Merged

feat(cards): Activate evolution and update card stats#25
ClashStrategic merged 9 commits into
mainfrom
fix/update-stats

Conversation

@gamalielnk
Copy link
Copy Markdown
Collaborator

This pull request introduces a comprehensive update to card statistics, including the activation of the evolution mechanic for two cards and a series of balance adjustments.

Key Changes:

  • Evolution Activation:

    • Enabled the evolution mechanic for two cards.
    • Populated statsEvo with post-evolution attributes.
  • Balance Adjustments:

    • Updated damage and hitpoints for multiple cards.
    • Adjusted hitspeed and duration values.
    • Corrected the elixirCost for the Mirror card.
  • Data Correction:

    • Fixed the projectile status for several cards to accurately reflect their attack type.

This change enables the evolution mechanic for two distinct cards by setting the `evolution` flag to true.

Additionally, it populates the `statsEvo` object for both cards with their post-evolution attributes, including cycle count, damage, and hitpoints, which were previously null.
Adjusts damage and hitpoint statistics for several cards as part of a balance update. Changes include both reductions and increases to damage and hitpoints.
This commit adjusts the `projectile` boolean value for numerous cards to ensure the data accurately reflects their attack type.

Several cards had incorrect values, leading to potential miscalculations in game logic that depends on whether an attack is a projectile. This change rectifies those data inconsistencies.
This commit adjusts the hitspeed values for two cards to align with the latest balance changes.

- One card's hitspeed is decreased from 2.4s to 2.2s.
- Another card's hitspeed is increased from 0.45s to 0.5s.
@ClashStrategic ClashStrategic merged commit c84020a into main Oct 28, 2025
1 check passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ClashStrategic ClashStrategic deleted the fix/update-stats branch October 28, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants