Greetings from the development team of "CIDER: ChallengIng DEck-building Roguelike." Today, we want to dive deep into the core mechanic of our combat system.
Our current focus is crafting a strategic experience where card selection directly shifts the tide of battle through "Tactical Weakness Exploitation."
Gameplay Preview (WIP)
Check out this prototype footage demonstrating the Elemental Absorption and Break mechanics in action:
1. Seizing Control: The "Break" System & Resource Recycling
Enemies in CIDER have specific weaknesses categorized by Weapon Types or Elemental Attributes. Reducing an enemy's Shield to zero by exploiting these weaknesses triggers a Break state.
In our current prototype, a Break provides the following benefits:
- Instant Energy Recovery: Gain the resources needed to bridge into your next move.
- Extra Card Draw: Expand your tactical options and maintain combo momentum.
- Action Interruption/Alteration: Force the enemy to switch their intent from "Attack" to "Defend," effectively nullifying incoming damage.
Our goal is an aggressive game cycle where offense serves as the ultimate defense. (Note: Specific Break mechanics are subject to change as we continue balance tuning.)
2. Turning Threats into Resources: "Elemental Absorption"
What sets CIDER apart is the ability to "absorb" attributes from enemy attacks.
In most games, an elemental attack is purely a threat. In CIDER, it is a strategic resource. By enduring an elemental strike, you can stock that specific attribute for your own use.
3. From Absorption to Infusion: The Counter-Strategy
Once absorbed, these attributes can be infused into your hand or specific attacks:
- An enemy prepares a powerful Fire attack.
- You absorb that Fire essence.
- You infuse the Fire into a neutral card.
- You strike back at an enemy weak to Fire, securing a swift Break.
This cycle of "utilizing the enemy's strength to strike their weakness" blends the RNG of deck-building with high-stakes, real-time tactics.
(Note: Weapon and element types are currently placeholders and will be optimized during development.)
Refining the System Through Feedback
The "Challenging" in CIDER doesn't mean unfair difficulty; it means the satisfaction of seeing system mastery lead directly to victory. We are currently fine-tuning:
- Is the resource gain from a Break balanced?
- Does the enemy's shift from Attack to Defense provide enough of a tactical window?
We want to polish these "game feel" aspects with our community. We are especially looking for feedback from veteran deck-builder players on our Discord:
👉 Join the CIDER Discord Server
What's Next?
Now that the basic combat loop is established, we are moving into the next phase: designing cards (skills) that deepen this elemental cycle. In our next update, we’ll discuss our card design philosophy.
Behind the Scenes (Dev Log)
This is our second devlog for CIDER. We’ve noticed a steady growth in our community reach, especially on technical platforms like Qiita (114 views) compared to more general ones. It's encouraging to see the brand slowly taking shape.
Design Thoughts on "Break"
The "Break" mechanic is a staple in modern RPGs because the burst of damage is inherently satisfying. Integrating this into a roguelike deck-builder feels great—recovering energy and drawing cards while cancelling an enemy's move allows the player to stay in the "flow." The challenge now is balancing the "cost to break" vs. "player power during break" to ensure the game remains challenging.
Tech Stack & AI-Assisted Development
We are developing with Godot using Antigravity. The development speed has been incredible. This is our team's first time using Godot, but leveraging AI agents has removed the friction of learning a new engine's syntax.
Interestingly, we've optimized our workflow by using a single paid AI account shared across the team. This has effectively multiplied our available token pool, allowing for a much higher volume of code generation and troubleshooting without hitting limits.
Stay tuned for more updates!
Top comments (0)