Difference between revisions of "Feats"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
| Line 10: | Line 10: | ||
{{#cargo_query:tables=Feats | {{#cargo_query:tables=Feats | ||
|where=Categories HOLDS "Combat" | |where=Categories HOLDS "Combat" | ||
| + | |fields=_pageName=Name,Categories,Prerequisites,Short=Benefit | ||
| + | |format=table | ||
| + | |named args=yes | ||
| + | }} | ||
| + | |||
| + | == Combat Feats == | ||
| + | {{#cargo_query:tables=Feats | ||
| + | |where=Categories HOLDS "Teamwork" | ||
|fields=_pageName=Name,Categories,Prerequisites,Short=Benefit | |fields=_pageName=Name,Categories,Prerequisites,Short=Benefit | ||
|format=table | |format=table | ||
|named args=yes | |named args=yes | ||
}} | }} | ||
Revision as of 14:29, 17 August 2019
Defense
| Name | Categories | Prerequisites | Benefit |
|---|---|---|---|
| Block Arrows | Combat | Dex 13, Shield Proficiency, Shield Focus | Avoid one ranged attack per round. |
| Bodyguard | Combat | Combat Reflexes | Use attack of opportunity to add a bonus to adjacent ally’s AC. |
| Combat Reflexes | Combat | — | Make additional attacks of opportunity. |
| Covering Defense | Combat | BAB +6, Shield Proficiency, Shield Focus | Provide cover to an ally with total defense. |
| Cut Your Losses | — | Str 13, Acrobatics 1 rank | Carry an ally or object when making the Withdraw action. |
| Diehard | — | Endurance | Automatically stabilize and remain conscious below 0 hp. |
| Dodge | Combat | Dex 13 | +1 dodge bonus to AC. |
| Endurance | — | — | +4 bonus on checks to avoid nonlethal damage. |
| Fast Healer | — | Diehard, Endurance | Regain additional hit points when healing. |
| Fight On | — | Con 13, Diehard, Endurance | Stay conscious and gain temporary hit points. |
| Heroic Resolve | Combat | Con 13, ability to gain martial focus | Expend martial focus to suppress a single condition. |
| Improved Shield Bash | Combat | Shield Proficiency | Keep your shield bonus when shield bashing. |
| In Harm's Way | Combat | Bodyguard | Intercept attacks against allies. |
| Iron Guard | Combat | BAB +6, Shield Proficiency, Shield Focus | Reduce area of effect damage using your shield. |
| Iron Guts | — | Con 13, Great Fortitude | +2 on saves against nausea, sickening, and ingested poisons. |
| Low Profile | Combat | Dex 13 | +1 dodge bonus to AC against ranged attacks. |
| Muscular Reflexes | Combat | — | Make additional attacks of opportunity. |
| Practiced Interruption | Combat | BAB +5, combat training class feature or Extra Combat Talent | Expend your martial focus to disrupt a spell caster’s casting. |
| Robustness | — | — | Heal more when subject to healing magic. |
| Shield Focus | Combat | BAB +1, Shield Proficiency | Gain a +1 bonus to your AC when using a shield. |
| Shield Slam | Combat | BAB +6, Shield Proficiency, Improved Shield Bash | Free bull rush with a bash attack. |
| Wind Stance | Combat | Dex 15, BAB +6, Dodge | When moving gain 20% concealment against ranged attacks. |
Combat Feats
Query: SELECT `_pageName` AS `Name`,`Categories` AS `Categories`,`Prerequisites` AS `Prerequisites`,`Short` AS `Benefit` FROM `cargo__Feats` WHERE Categories HOLDS "Combat" ORDER BY `_pageName`,`Categories`,`Prerequisites`,`Short` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS "Combat" ORDER BY `_pageName`,`Categories`,`Prerequisites`,`Short` LIMIT ' at line 1 (localhost)
Combat Feats
Query: SELECT `_pageName` AS `Name`,`Categories` AS `Categories`,`Prerequisites` AS `Prerequisites`,`Short` AS `Benefit` FROM `cargo__Feats` WHERE Categories HOLDS "Teamwork" ORDER BY `_pageName`,`Categories`,`Prerequisites`,`Short` LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS "Teamwork" ORDER BY `_pageName`,`Categories`,`Prerequisites`,`Short` LIMI' at line 1 (localhost)
