Skip to content

Releases: Rounds-Modding/PlayerJumpPatch

Added fix for player jump particles

Choose a tag to compare

@pdcook pdcook released this 30 Jun 01:59
v0.0.0.2

v0.0.0.2

Initial Release

Choose a tag to compare

@pdcook pdcook released this 18 Jun 02:34

PlayerJump Patch


This is a utility mod which patches the erroneous PlayerJump.Jump method in the base game code.

Previously, changing CharacterData.jump to anything greater than 1 would give the player infinite jumps. This patch fixes that. This allows custom cards to change the number of jumps a player has to any arbitrary (positive) value, without having to patch the code themselves.