From 111b464da54513cb6b0a79e0f0d4a127c7a48567 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 19 Jun 2026 16:30:01 +0200 Subject: [PATCH] Add Centaur Youth to bundled bestiary under Homebrew source CR 1/4 Medium Fey with Gallop (advantage-cancelling skirmisher trait) and Charge (bonus 1d6 on a 15 ft. straight-line melee), matching the centaur PC traits players already have access to. --- data/bestiary/dnd-bundled.json | 80 ++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/data/bestiary/dnd-bundled.json b/data/bestiary/dnd-bundled.json index fa0c47c..6e1218a 100644 --- a/data/bestiary/dnd-bundled.json +++ b/data/bestiary/dnd-bundled.json @@ -2393,5 +2393,85 @@ ] } ] + }, + { + "id": "homebrew:centaur-youth", + "name": "Centaur Youth", + "source": "HOMEBREW", + "sourceDisplayName": "Homebrew", + "size": "Medium", + "type": "Fey", + "alignment": "Any Alignment", + "ac": 13, + "acSource": "leather armor", + "hp": { + "average": 15, + "formula": "2d10 + 4" + }, + "speed": "45 ft.", + "abilities": { + "str": 14, + "dex": 15, + "con": 14, + "int": 8, + "wis": 13, + "cha": 10 + }, + "cr": "1/4", + "initiativeProficiency": 0, + "proficiencyBonus": 2, + "passive": 11, + "languages": "Elvish, Sylvan", + "traits": [ + { + "name": "Gallop", + "segments": [ + { + "type": "text", + "value": "Opportunity Attacks against the Centaur Youth are made at disadvantage." + } + ] + }, + { + "name": "Charge", + "segments": [ + { + "type": "text", + "value": "If the Centaur Youth moves at least 15 feet in a straight line toward a target immediately before hitting it with a melee attack, it deals an extra 3 (1d6) damage on the hit. The Centaur Youth can use this trait once on each of its turns." + } + ] + } + ], + "actions": [ + { + "name": "Dagger", + "segments": [ + { + "type": "text", + "value": "Melee Attack Roll: +4, reach 5 ft. Hit: 4 (1d4 + 2) Piercing damage." + } + ] + }, + { + "name": "Shortbow", + "segments": [ + { + "type": "text", + "value": "Ranged Attack Roll: +6, range 80/320 ft. Hit: 6 (1d6 + 2) Piercing damage." + } + ] + } + ], + "reactions": [ + { + "name": "Bowshot Reposition (1/Short Rest)", + "segments": [ + { + "type": "text", + "value": "Trigger: A hostile creature ends its turn within 5 ft. of the Centaur Youth. Response: The Centaur Youth moves up to half its Speed and makes one Shortbow attack at disadvantage against the creature." + } + ] + } + ] } ]