Leviathan (4e Feat)

Leviathan [Fel Orc]

Your reverence towards your Fel Orc origins results in an absolutely massive size, unaturally created by the legion's hellfire. Your ability to carry heavy objects is improved, and you are treated as if one size larger.
Benefit: You hold a special reverence towards Kargath Bladedfist, an original Fel Orc leader, over 1000 years old and standing over 10 feet tall, who present when the Fel Orc's were originally cursed, creating your bloodline. Like him, you have learned to tap in to the extra dimensional powers, unnaturally increasing your size, and potentially lengthening your age, giving you tremendous capabilities. You are treated as if you are on size larger in all respects (however, you are still medium size, and only take up one square), and increase your reach by 1 and can wield weapons one size larger than ordinary, which deal more damage. So, if you were to for example utilize a Bastard sword that was one size larger than ordinary, it could go from a D12 to a 2d6 in damage, or for example a Mordenkrad it would go from 2d6 to 2d8 in damage, by increasing one size in damage. You may also wield two-handed weapons as if they are one-handed weapons.
Given your massive proportions, you also possess an unnatural strength. You can move at your normal speed even when it would normally be reduced by a heavy load. Other effects that limit speed (such as difficult terrain or magical effects) affect you normally. When determining your normal load, heavy load, or maximum drag load, treat your Strength score as 5 points higher.




Back to Main Page 4e Homebrew Character Options Feats Paragon Tier Racial

gollark: ```nonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query), ts_headline(fts::text, query, 'MaxWords=60') AS rank FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.92..860.92 rows=1 width=96) (actual time=8506.425..8506.427 rows=1 loops=1) -> Sort (cost=860.92..861.05 rows=52 width=96) (actual time=8506.423..8506.425 rows=1 loops=1) Sort Key: (ts_headline((pages.fts)::text, query.query, 'MaxWords=60'::text)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=688.65..860.66 rows=52 width=96) (actual time=1.362..8505.403 rows=348 loops=1) -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.023..0.025 rows=1 loops=1) -> Bitmap Heap Scan on pages (cost=688.40..846.49 rows=52 width=142) (actual time=0.353..1.502 rows=348 loops=1) Recheck Cond: (fts @@ query.query) Heap Blocks: exact=231 -> Bitmap Index Scan on page_search_index (cost=0.00..688.39 rows=52 width=0) (actual time=0.320..0.320 rows=387 loops=1) Index Cond: (fts @@ query.query) Planning Time: 0.190 ms Execution Time: 8506.463 ms(13 rows)```
gollark: It's not a condition, it's an extra row on the output, and I can see exactly what it does via `EXPLAIN ANALYZE`.
gollark: Maybe I need a better full text search backend?!
gollark: This is apioform.
gollark: So it works in about 30ms - perfectly okay - *without* the ts_headline, but takes about 30 seconds *with* it.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.