Versatile Movement
Extraordinary
Level10

Source

Core Rulebook pg. 95

You gain a climb speed and a swim speed equal to your land speed. This speed is not increased by the quick movement class feature or improved quick movement exploit.


Dragonscript

ID

76b5cb9bfc984d0603994a1f

Effect

if and [{character.operative.features contains '960f82c09a0ab42fd059680f'}, {character.operative.features contains '57425a7f0beaf0e039222441'}] then if {character.operative.level >= 15} then bonus (character.speed.land - 50) to [character.speed.swim, character.speed.climb] as misc else if {character.operative.level >= 9} then bonus (character.speed.land - 40) to [character.speed.swim, character.speed.climb] as misc else bonus (character.speed.land - 20) to [character.speed.swim, character.speed.climb] as misc else if {character.operative.features contains '960f82c09a0ab42fd059680f'} then if {character.operative.level >= 15} then bonus (character.speed.land - 30) to [character.speed.swim, character.speed.climb] as misc else if {character.operative.level >= 9} then bonus (character.speed.land - 20) to [character.speed.swim, character.speed.climb] as misc else bonus (character.speed.land - 10) to [character.speed.swim, character.speed.climb] as misc else if {character.operative.level >= 15} then bonus (character.speed.land - 0) to [character.speed.swim, character.speed.climb] as misc else if {character.operative.level >= 9} then bonus (character.speed.land - 0) to [character.speed.swim, character.speed.climb] as misc else bonus (character.speed.land - 0) to [character.speed.swim, character.speed.climb] as misc;
This website uses trademarks and/or copyrights owned by Paizo Inc., which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This website is not published, endorsed, or specifically approved by Paizo Inc. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Inc. and Paizo products, please visit paizo.com.