Slay the Spire

Slay the Spire

BaseMod
97개 중 51~60개 표시 중
< 1 ... 4  5  6  7  8 ... 10 >
업데이트: 2021년 2월 7일 @ 오전 12시 30분

v5.31.0

  • New CardModifier hook: calculateCardDamage (JohnnyDevo)
  • Change CardModifier copy applying to new copied card after upgrades (JohnnyDevo)
  • Fix EventUtil override bonus condition crash (Alchyr)

업데이트: 2021년 2월 5일 @ 오후 6시 27분

v5.30.1

  • Fix Console being openable while it's not enabled
  • Fix CardModifier atEndOfTurn triggering at the end of monster turns (JohnnyDevo)
  • Fix VFXBuilder to work with packed atlases

업데이트: 2021년 1월 20일 @ 오후 12시 40분

v5.30.0

  • More reliable input canceling (Alchyr)
  • VfxBuilder features (NotInTheFace)
    • New hook to call after rendering
    • New hooks for animation phases starting/ending
    • More interpolations

업데이트: 2021년 1월 5일 @ 오후 9시 34분

v5.29.0

  • Improve typing for dev console (Alchyr)
  • Fix crash to do with CardModifier with SaveIgnore in the master deck (JohnnyDevo)
  • New CardModifier hook: shouldApply (JohnnyDevo)
  • CardPowerTips (JohnnyDevo)
    • Display a card in a tooltip
  • CardBorderGlowManager (JohnnyDevo)
    • Allows card to have multiple glow colors at once
  • No longer cull potion rewards (erasels)
    • BaseMod allows more than 5 combat rewards
  • Fix custom reward rendering on ultra-wide resolutions (NotInTheFace)
  • Fix character select screen on ultra-wide resolutions (NotInTheFace)
  • VfxBuilder (NotInTheFace)

업데이트: 2020년 12월 22일 @ 오후 5시 22분

v5.28.1

  • Fix DiscoveryAction for more than 2 copies (kiooeht)
  • Refactor CloneablePower code (Raz)
  • Add CloneablePower to base game powers introduced with v2.0 (Raz)
  • Fix crash with act command (Raz)

업데이트: 2020년 12월 19일 @ 오전 12시 23분

v5.28.0

  • Add get/set X/Y methods to mod config ui elements (erasels)
  • Add ModMinMaxSlider (kiooeht/erasels)

업데이트: 2020년 11월 29일 @ 오후 7시 48분

v5.27.0
This brings the stable BaseMod up-to-date with Slay the Spire v2.2.

업데이트: 2020년 11월 29일 @ 오후 7시 07분

v5.27.0-beta
These changes only affect the beta branch version of BaseMod.

  • Support for Slay the Spire 11-27-2020 BETA (kiooeht)

업데이트: 2020년 11월 20일 @ 오후 6시 24분

v5.26.0

  • Fix Vigor gain from Attacks (kiooeht)
  • ReflectionHacks improvements (kiooeht)
    • Change get methods to generic return types
    • Cache Fields for faster access
    • Javadoc comments
    • Update setPrivateInherited to search all superclasses
    • Add getPrivateInherited
    • Add privateMethod
    • Add privateStaticMethod
  • Fix modded character selection background animation (kiooeht)
  • Fix alternate card cost logic to better fit all situations (JohnnyDevo)

업데이트: 2020년 11월 13일 @ 오후 5시 09분

v5.25.0

  • Card descriptors (kiooeht)