Update card data and logic enhancements#31
Merged
ClashStrategic merged 7 commits intomainfrom Apr 8, 2026
Merged
Conversation
Update the radius assignment logic to prevent overwriting values for unit-based cards and specific spells (Lightning, Void, Vines). This ensures that only appropriate splash-type cards receive the radius attribute from the raw data.
- Set hero property to true - Update prestigeCost from null to 2
- Set evolution property to true - Configure evolution cycles to 1 - Populate evolution damage and hitpoints across levels 11, 15, and 16
- Increase prestigeCost for card at index 4113 - Adjust hitspeed and radius for card at index 4769 - Decrease base and evolution damage values for card at index 5595 across levels 11, 15, and 16
ClashStrategic
approved these changes
Apr 8, 2026
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhance card configurations by updating hitspeed, prestige costs, and damage stats. Adjust the game data API source and refine the radius and splash attack logic for specific cards. Enable evolution for Minion Horde and update hero status for the Balloon card.