Spider-Jumping Charge (3.5e Feat)

Spider-Jumping Charge [General]

3e Summary::You can combine a charge with a spider jump.
Prerequisite: Spider Jump class feature, Ride 1 rank, Mounted Combat
Benefit: You can make a spider jump as part of (or all of) a charge. You can make the spider jump at any point during your charge movement, so long as it follows the same line as the charge. You can also charge by using spider jump instead of using a charge action (you may use the ride-by-attack feat when do this). Doing so allows you to full-attack while charging (you still gain the relevant charge bonuses).
Normal: You cannot use Spider Jump as part of (or all of) a charge movement.

Back to Main Page 3.5e Homebrew Character Options Feats General Feats.

gollark: Hmm, I should set it to *not* use zero but instead, say, 4?
gollark: This may be one of the highest-performance `malloc` implementations available.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: I prefer my malloc implementation.
gollark: discord.bash when?
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.