Skip to content

Implement Korrina, Cabbie, and Parasol Lady trainer cards#245

Merged
bcollazo merged 3 commits intomainfrom
claude/implement-card-skills-tlUti
Apr 28, 2026
Merged

Implement Korrina, Cabbie, and Parasol Lady trainer cards#245
bcollazo merged 3 commits intomainfrom
claude/implement-card-skills-tlUti

Conversation

@bcollazo
Copy link
Copy Markdown
Owner

  • Korrina: adds IncreasedDamageForTypeAgainstEx TurnEffect (+30 damage
    for Fighting pokemon attacking opponent's ex pokemon this turn)
  • Cabbie: searches deck for a random Stadium card and puts it in hand
  • Parasol Lady: returns one Water non-ex pokemon in play to hand

https://claude.ai/code/session_01CGVRWZsT34nABhLAHbQMgC

claude added 3 commits April 28, 2026 11:07
- Korrina: adds IncreasedDamageForTypeAgainstEx TurnEffect (+30 damage
  for Fighting pokemon attacking opponent's ex pokemon this turn)
- Cabbie: searches deck for a random Stadium card and puts it in hand
- Parasol Lady: returns one Water non-ex pokemon in play to hand

https://claude.ai/code/session_01CGVRWZsT34nABhLAHbQMgC
- test_parasol_lady_last_pokemon_loses_game: returning the only pokemon
  in play to hand should immediately end the game as a loss
- test_parasol_lady_active_triggers_promotion: returning the active
  pokemon when a bench exists should require the player to promote

https://claude.ai/code/session_01CGVRWZsT34nABhLAHbQMgC
CI's cargo fmt --check failed due to a matches! macro call that
exceeded the line width limit in test_parasol_lady_active_triggers_promotion.

https://claude.ai/code/session_01CGVRWZsT34nABhLAHbQMgC
@bcollazo bcollazo merged commit 9d1492c into main Apr 28, 2026
2 checks passed
@bcollazo bcollazo deleted the claude/implement-card-skills-tlUti branch April 28, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants