list: API endpoint for returning a list of feats. retrieve: API endpoint for returning a particular feat.

GET /v2/feats/ace-driver/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/feats/ace-driver/?format=api",
    "key": "ace-driver",
    "has_prerequisite": true,
    "capabilities": [
        {
            "desc": "You gain an expertise die on ability checks made to drive or pilot a vehicle."
        },
        {
            "desc": "While piloting a vehicle, you can use your reaction to take the Brake or Maneuver vehicle actions."
        },
        {
            "desc": "A vehicle you load can carry 25% more cargo than normal."
        },
        {
            "desc": "Vehicles you are piloting only suffer a malfunction when reduced to 25% of their hit points, not 50%. In addition, when the vehicle does suffer a malfunction, you roll twice on the maneuver table and choose which die to use for the result."
        },
        {
            "desc": "Vehicles you are piloting gain a bonus to their Armor Class equal to half your proficiency bonus."
        },
        {
            "desc": "When you Brake, you can choose to immediately stop the vehicle without traveling half of its movement speed directly forward."
        }
    ],
    "name": "Ace Driver",
    "desc": "You are a virtuoso of driving and piloting vehicles, able to push them beyond their normal limits and maneuver them with fluid grace through hazardous situations. You gain the following benefits:\r\n* You gain an expertise die on ability checks made to drive or pilot a vehicle.\r\n* While piloting a vehicle, you can use your reaction to take the Brake or Maneuver vehicle actions.\r\n* A vehicle you load can carry 25% more cargo than normal.\r\n* Vehicles you are piloting only suffer a malfunction when reduced to 25% of their hit points, not 50%. In addition, when the vehicle does suffer a malfunction, you roll twice on the maneuver table and choose which die to use for the result.\r\n* Vehicles you are piloting gain a bonus to their Armor Class equal to half your proficiency bonus.\r\n* When you Brake, you can choose to immediately stop the vehicle without traveling half of its movement speed directly forward.",
    "prerequisite": "Proficiency with a type of vehicle",
    "document": "https://api-beta.open5e.com/v2/documents/a5esrd/?format=api"
}