Skip to content

v0.4.2 — Hide badges immediately on path selection

Choose a tag to compare

@ing-gom ing-gom released this 08 May 05:14
· 5 commits to main since this release

Patch release.

Change

  • 맵에서 경로(노드)를 선택하면 화면 전환을 기다리지 않고 다른 노드들의 포션 확률 배지가 즉시 사라집니다. 기존에는 트래블 애니메이션이 끝날 때까지 다른 경로의 배지가 남아 있었습니다.
  • 구현: NMapPoint.OnRelease Postfix에서 NMapScreen.IsTraveling 이 true 가 되는 순간 화면 전체의 Sts2PotionDropChance_Badge 컨테이너를 모두 숨김.
  • 멀티플레이 안전 — 투표가 진행 중일 때는 IsTraveling 이 false 이므로 합의가 끝나 실제로 트래블이 시작되어야 배지가 사라집니다.

The other-path potion badges now disappear the instant you commit to a path, instead of lingering until the travel animation finishes. Multiplayer-safe — vote-pending state keeps IsTraveling false, so badges only hide when travel actually starts.

Installation

  1. Download `Sts2PotionDropChance-v0.4.2.zip` below.
  2. Extract `Sts2PotionDropChance/` into `<Slay the Spire 2 install>/mods/` (overwrites the v0.4.1 files).
  3. Launch the game.

For the full feature list, see v0.4.0 release notes or the README (한국어).