action dnd5eapi_get_api_damage_types_index { label: "Get a damage type by index." description: "# Damage type\n\nDifferent attacks, damaging spells, and other harmful effects deal different \ntypes of damage. Damage types have no rules of their own, but other rules, \nsuch as damage resistance, rely on the types.\n" provider: dnd5eapi method: GET path: "/api/damage-types/{index}" encoding: json output: { description: "`DamageType`\n" type: "object" } }