Dual Wielder

FeatXPHBp. 2032024
Ability
choose 1 of STR/DEX
Prerequisite
level: 4, ability: {"str":13} or level: 4, ability: {"dex":13}
Category
G

You gain the following benefits.

Enhanced Dual Wielding

When you take the Attack action on your turn and attack with a weapon that has the Light property, you can make one extra attack as a Bonus Action later on the same turn with a different weapon, which must be a Melee weapon that lacks the Two-Handed property. You don't add your ability modifier to the extra attack's damage unless that modifier is negative.

Quick Draw

You can draw or stow two weapons that lack the Two-Handed property when you would normally be able to draw or stow only one.

Raw data
{
  "name": "Dual Wielder",
  "page": 203,
  "__prop": "feat",
  "source": "XPHB",
  "ability": [
    {
      "choose": {
        "from": [
          "str",
          "dex"
        ]
      }
    }
  ],
  "entries": [
    "You gain the following benefits.",
    {
      "name": "Enhanced Dual Wielding",
      "type": "entries",
      "entries": [
        "When you take the {@action Attack|XPHB} action on your turn and attack with a weapon that has the {@itemProperty L|XPHB|Light} property, you can make one extra attack as a {@variantrule Bonus Action|XPHB} later on the same turn with a different weapon, which must be a Melee weapon that lacks the {@itemProperty 2H|XPHB|Two-Handed} property. You don't add your ability modifier to the extra attack's damage unless that modifier is negative."
      ]
    },
    {
      "name": "Quick Draw",
      "type": "entries",
      "entries": [
        "You can draw or stow two weapons that lack the {@itemProperty 2H|XPHB|Two-Handed} property when you would normally be able to draw or stow only one."
      ]
    }
  ],
  "category": "G",
  "prerequisite": [
    {
      "level": 4,
      "ability": [
        {
          "str": 13
        }
      ]
    },
    {
      "level": 4,
      "ability": [
        {
          "dex": 13
        }
      ]
    }
  ]
}