[CIDER Devlog] The Core of Offense and Defense: The Thrill of 'Break' and 'Interrupt' via Weapon Attributes

Published: (February 11, 2026 at 12:20 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

The Joy of “Hunting” Weaknesses

As shown in the video, icons appear next to the Goblin to indicate its Weaknesses. In CIDER you can shred enemy shields by matching the weapon attributes of your cards (Slash, Blunt, Pierce, etc.) to these weaknesses.

When an encounter begins, weaknesses are hidden and are revealed only after you land an attack, turning the opening turns into a tactical reconnaissance phase.

Break and Interrupt

When the enemy’s shield reaches zero, a “Break!” effect triggers. Breaking an enemy does more than increase damage—it triggers an Interrupt:

  • Action Cancel: Thwarts the enemy’s intent, forcing them to cancel powerful incoming attacks.
  • Resource Refund: Can restore energy or draw cards, allowing you to maintain momentum.

This system condenses the catharsis of battle—denying the enemy’s turn and launching a relentless assault—into a single mechanic.

Weapon vs. Elemental Attributes

While the game also includes Magical Elemental Attributes, we established Physical Weapon Attributes as the fundamental framework. The direct feedback of a card choice physically stopping an enemy’s movement is the first step toward the logic‑driven experience CIDER aims to deliver.

Upcoming: Attribute Collection and Infusion

In the next update we’ll explore Attribute Collection and Infusion, where you turn enemy attacks into your own resources. “Counter‑based Breaks” will allow you to completely flip the tides of battle.

Play the Current Build

The current build is combat‑only but captures the core loop we’re building.

  • Download:
  • Community feedback (Discord):

Lessons from Playtesting

After completing the basic combat structure, I asked friends to playtest and sent a feedback survey. The first question—“Have you ever played a Roguelike Deck‑builder?”—caused many respondents to feel excluded, resulting in no feedback.

This highlighted that framing the game as a high‑difficulty challenge for genre veterans was unintentionally narrowing our audience.

Roadmap Priorities

Based on this insight, we’ve added two key priorities:

  1. Redesign Intuitive Onboarding (Tutorial)

    • Remove jargon.
    • Create a flow where players learn the rules naturally through play.
  2. Redefine Difficulty

    • Shift from “difficulty as a barrier” to a learning curve where trial and error feels rewarding, even for beginners.

We’re moving past the self‑centered idea that “only those in the know should play” and working to ensure more people can discover the depth of this genre.

0 views
Back to Blog

Related posts

Read more »

Unity Physics Body Types

Static Bodies Static bodies are completely immobile. Once placed in the scene, they stay fixed in position and rotation. They don’t respond to forces or collis...

Starting a dev journey

Background I'm a beginner, but not entirely a newbie. I learned BASIC in the 80s as a kid, HTML + CSS in my twenties, but then hardly did anything with code af...

My f...second game

Introduction I originally planned to start documenting my journey when I made my first game. You can check it out here: Hostbound. It was built for a horror ga...