PFSRD:Lay Of The Land

This material is published under the OGL

Lay of the Land

Your affinity to nature grants you greater insight into specific biomes.

Prerequisites: Animal focus class feature, wild empathy class feature.

Benefit: You gain a favored terrain as the ranger ability of the same name, though the favored terrain bonuses you receive do not increase with your level. This ability counts as the favored terrain class feature for the purposes of prerequisites and other effects.

Special: You can select this feat up to four times. Each time you take it, you apply it to a different terrain. Unlike with the ranger's favored terrain class feature, the bonuses you gain for previously chosen terrain types don't increase.


Back to Main Page Pathfinder Open Game Content PFSRD Feats

Open Game Content (place problems on the discussion page).
This is part of the Pathfinder Reference Document. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains PFSRD material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 1for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: I can make it into a python oneliner.
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.1for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 32amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.