> [!column|flex no-title] >> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]] / [[Plugin Tutorials]] / [[TTRPG Calculators]] / [[Obsidian TTRPG Tutorials/Plugin Tutorials/TTRPG Calculators/PF2e Jump Calculator|PF2e Jump Calculator]] > [!column|4 no-title] >> [!menu-green-1|ttl-c] [[Getting Started]] > >> [!menu-green-2|ttl-c] [[Plugin Tutorials]] > >> [!menu-green-3|ttl-c] [[Community Supported Games]] > >> [!menu-green-4|ttl-c] [[Obsidian TTRPG Tutorials/Templates/Templates\|Templates]] > [!column|3 no-title] >> [!patreon|ttl-c] [Patreon](https://www.patreon.com/JPlunkett) ([Starter Vault](https://www.patreon.com/posts/obsidian-patreon-96801399)) > >> [!discord|ttl-c] [Obsidian TTRPG Community Discord](https://discord.gg/CdM9UCJdwU) > >> [!discord|ttl-c] [Obsidian Official Discord](https://discord.gg/8AF29UBUCa) # PF2e Jump Calculator This calculator can be used to calculate the jump ranges based on the players strength. > [!tip]- Example > ![[Obsidian_AQCpSh1Hbj.gif]] ##### Required Plugins [Meta Bind](obsidian://show-plugin?id=obsidian-meta-bind-plugin) The calculator is coded with Meta Bind and relies on this to function. #### Instructions 1. Create a new note and call it whatever you like. 2. Copy the template below into the new note ensuring that there are no blank lines above the top of the template. The `---` must be at the top of the note. ```` --- JumpInputStrength: 1.5 --- # Jump Calculator `INPUT[number:JumpInputStrength]` Long Jump with running start: `VIEW[{JumpInputStrength}]` Long Jump from standing: `VIEW[{JumpInputStrength}/2]` High Jump with running start: `VIEW[(({JumpInputStrength}-10)/2)+3]` High jump from standing: `VIEW[round((({JumpInputStrength}-10)/2)+3)/2]` ````