Ambush Strike (4e Feat)

Ambush Strike

Your ability to take your prey by surprise leaves them unable to properly react.
Prerequisite: Hito-Neko, pounce racial power
Benefit: When you are hidden from an enemy and make an attack and successfully hit, you add +2 to the damage roll and can knock them prone.

Back to Main Page 4e Homebrew Character Options Feats Heroic Tier Racial
Back to Main Page 4e Homebrew Races Hito-Neko

gollark: This may require testing. It's not impossible that *somehow* `pcall` is using the "real" environment, but I have no idea what would cause htat.
gollark: ```lua -- if function is not from within the VM, return env from within sandbox function environment.getfenv(arg) local env if type(arg) == "number" then env = gf(arg + 1) else gf(arg) end if not env or env._HOST and string.find(env._HOST, "YAFSS") == nil then return gf() else return env end end```
gollark: Well, that's incredibly weird and I have no idea what causes that!
gollark: I'll have to check the... YAFSS, I think... code for getfenv?
gollark: Okay, hmm, that actually does work, no idea *how*.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.