Patch Notes Page 48
Patch Notes Index
Return to the patch-note index.
Previous Page
Newer entries.
Next Page
Older entries.
v0.0.1006
Section titled “v0.0.1006”- Fixed Robin using the wrong authored idle and movement rows after the sword/bow swap repair.
- Robin’s movement sheet now falls back to the standard noncombat idle and walk rows while moving, instead of trying to use carry/pickup-style rows as bow movement frames.
- Robin still uses the combat sheet’s secondary-weapon idle rows when standing with the bow equipped, so his bow-in-hand idle pose remains distinct without disturbing the working sword/bow cycle.
v0.0.1005
Section titled “v0.0.1005”- Fixed Robin’s equipped weapon being reset back to sword after
Altswaps during active runs. - Mid-run archetype preset refreshes now preserve Robin’s currently equipped bow or sword instead of always forcing sword, so
Altcan leave him in bow mode for movement, arrows, and follow-up attacks. - Robin still starts each run with sword equipped; the preservation only applies when the same Robin archetype preset is reapplied during active gameplay for stat refreshes.
v0.0.1004
Section titled “v0.0.1004”- Added deeper Robin sword/bow swap diagnostics to the packaged client.
- Robin now writes a focused
weapon_swap_debug.logtrail when his weapon swap state changes, including the resolved weapon mode, offense mode, current sprite row, and active texture dimensions. - This build is intended to capture why some
/Clientruns still present Robin as sword-only afterAlt, even though the swap path has already been patched several times.
v0.0.1003
Section titled “v0.0.1003”- Fixed Robin visually staying on sword sprites after swapping to bow.
- Robin now uses his dedicated bow idle and walk rows from the movement sheet while the bow is equipped, so
Altvisibly changes the weapon in his hands instead of only affecting a brief attack frame. - Robin’s bow movement-row mapping is applied consistently for the local hero, rebuilt ability sheets, and remote hero visual setup.
v0.0.1002
Section titled “v0.0.1002”- Fixed Robin’s bow swap regressing back to sword-only after the previous weapon-state repair.
- Robin’s mirrored secondary-weapon component is now rewritten immediately after swap handling, so all later gameplay, HUD, and sprite reads in the same frame see the same sword-versus-bow state.
- Robin’s bow/ranged checks now once again read the mirrored component with a local fallback, preventing the latest fix from pinning him to sword mode.
v0.0.1001
Section titled “v0.0.1001”- Fixed Robin getting stuck in bow mode after swapping back to sword.
- Robin’s local swap state is now the authoritative source for his sword-versus-bow gameplay checks, so repeated
Altpresses cycle cleanly again instead of leaving him logically stuck on bow. - Robin’s mirrored secondary-weapon ECS state now refreshes immediately before hero sprite updates, so his on-screen weapon stance cannot stay pinned to bow rows after a sword swap.
v0.0.1000
Section titled “v0.0.1000”- Fixed Robin’s sword/bow follow-up regression from the last swap-state pass.
- Robin’s bow projectile/arrow path now follows the mirrored weapon component again, restoring visible arrows while bow mode is equipped.
- Swapping weapons now forces an immediate hero sprite-state refresh, so Robin visibly returns to his sword stance as soon as
Alttoggles him back to melee.
v0.0.999
Section titled “v0.0.999”- Fixed Robin’s sword/bow presentation falling out of sync after swapping back from bow.
- Robin’s local weapon toggle is once again the authoritative source for sword-vs-bow gameplay/UI state, preventing the swap from appearing to succeed in audio only.
- Robin’s sprite-state system now follows his resolved offense mode for weapon stance selection, so his visuals cannot stay stuck on bow rows after a sword swap.