Entangled

You are ensnared. Being entangled impedes your movement but does not entirely prevent you from moving unless the bonds are anchored to an immobile object or tethered by an opposing force. You move at half speed, you cannot run or charge, and you take a -2 penalty to your AC, attack rolls, Reflex saving throws, initiative checks, and Dexterity-based skill and ability checks.

Source

Core Rulebook pg. 275


Dragonscript

Effect

bonus -2 to [character.kac, character.eac, character.attack.melee, character.attack.ranged, character.attack.thrown, character.reflex, character.initiative, character.acrobatics, character.piloting, character.sleightOfHand, character.stealth, character.dexterity.modifier] as misc; if {character.speed.land > 0} then bonus ((character.speed.land / 2) * -1) to character.speed.land as misc; if {character.speed.burrow > 0} then bonus ((character.speed.burrow / 2) * -1) to character.speed.burrow as misc; if {character.speed.swim > 0} then bonus ((character.speed.swim / 2) * -1) to character.speed.swim as misc; if {character.speed.climb > 0} then bonus ((character.speed.climb / 2) * -1) to character.speed.climb as misc; if {character.speed.fly.clumsy > 0} then bonus ((character.speed.fly.clumsy / 2) * -1) to character.speed.fly.clumsy as misc; if {character.speed.fly.average > 0} then bonus ((character.speed.fly.average / 2) * -1) to character.speed.fly.average as misc; if {character.speed.fly.perfect > 0} then bonus ((character.speed.fly.perfect / 2) * -1) to character.speed.fly.perfect 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.