promotional bannermobile promotional banner
premium banner
death mechanics with a dramatic pokeball-shattering death screen for Cobblemon

Description

Cobblemon Death Bunny

When your Pokemon team gets knocked out in battle, YOU die too. Complete with a pokeball shatter animation, custom sound effects, and background music. Lose a percentage of your CobbleDollars on death (configurable). This is similar to whiteout bunny, but that mod is more vanilla death while this one spices things up a bit.

Features

Death Mechanics

  • Die when your entire Pokemon team is knocked out in battle
  • Configurable per battle type (Wild, Trainer, PvP)
  • Optional death penalty for fleeing from battles
  • Currency penalties on death (requires CobbleDollars)

Death Screen Animation

  • Pokeball appears and dramatically shatters
  • Shard pieces fly with realistic physics
  • Screen fades white to black
  • Custom shatter sound effect
  • Custom background music fades in

Currency System

  • Lose a percentage of CobbleDollars on battle death (default 50%)
  • Separate penalty setting for vanilla deaths (fall damage, mobs, etc.)
  • Double-penalty prevention (won't charge twice for same death)
  • Works with CobbleDollars mod

Battle Messages

  • Server-wide battle result announcements
  • "zinger" messages on defeat
  • Configurable message visibility and frequency

Default Settings

Setting Default
Death on team knockout (Wild/Trainer) Enabled
Death on team knockout (PvP) Disabled
Battle death currency penalty 50%
Vanilla death currency penalty 50%
Death screen animation Enabled
Battle end messages Enabled

Configuration

Edit config/cobblemon-death-bunny.json:

{
  "wildBattle": {
    "killIfTeamKnockedOut": true,
    "killIfLost": false
  },
  "currencyPenaltyOnDeath": true,
  "currencyPenaltyPercent": 50.0,
  "currencyPenaltyOnVanillaDeath": true,
  "vanillaDeathPenaltyPercent": 50.0,
  "deathScreen": {
    "enabled": true,
    "playDeathMusic": true
  }
}

Requirements

  • Minecraft 1.21.1
  • Fabric Loader 0.16.9+
  • Fabric API
  • Fabric Language Kotlin
  • Cobblemon 1.7.1+ (tested with 1.7.3)

Optional

  • CobbleDollars - Enables currency penalty features (lose money on death)

Credits

This mod combines and enhances two open-source projects:

  • Cobblemon Whiteout by TimInc - Battle death mechanics
  • CobbleScreen by Raik176 - Death screen animation