cbc: restore mod-default failure chances #49

Merged
Matt merged 1 commits from config/cbc-restore-defaults into main 2026-05-28 20:44:07 +00:00
Owner

Summary

  • Revert custom CBC failure tuning from v0.29.0 to mod-shipped defaults.
  • squib 0.25, barrel-charge-burst 0.2, gapped-ignition 0.33, overload-burst 0.5, failure-explosion-power 2.0.
  • disableAllCannonFailure stays false. Tier mechanic still works via material maxSafePropellantStress.

Test plan

  • Live config edited and server restarted; port bound.
  • In-game: confirm probabilistic failures play out per defaults.
## Summary - Revert custom CBC failure tuning from v0.29.0 to mod-shipped defaults. - squib 0.25, barrel-charge-burst 0.2, gapped-ignition 0.33, overload-burst 0.5, failure-explosion-power 2.0. - disableAllCannonFailure stays false. Tier mechanic still works via material maxSafePropellantStress. ## Test plan - [x] Live config edited and server restarted; port bound. - [ ] In-game: confirm probabilistic failures play out per defaults.
Matt added 1 commit 2026-05-28 20:44:07 +00:00
Revert the custom tier-strict + user-error-forgiveness tuning shipped
in v0.29.0 and use the mod's shipped defaults instead:

  squibChance              0.0  -> 0.25
  barrelChargeBurstChance  0.0  -> 0.2
  interruptedIgnitionChance 0.0 -> 0.33
  overloadBurstChance      1.0  -> 0.5
  failureExplosionPower    0.0  -> 2.0

disableAllCannonFailure stays false. Tier balance is still preserved
(material maxSafePropellantStress is what gates overload). The
difference is failures are now probabilistic per the mod author's
intended balance, and the explosion has its default power.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Matt merged commit 19705118d3 into main 2026-05-28 20:44:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minecraft/brass-and-sigil#49