Small Awakened (5e Creature)

Small Awakened

Small plant, unaligned


Armor Class 13 (natural armor)
Hit Points 7 (2d6)
Speed 25 feet


STR DEX CON INT WIS CHA
11 (+0) 14 (+2) 10 (+0) 4 (-3) 10 (+0) 4 (-3)

Damage Vulnerabilities fire
Damage Immunities psychic
Condition Immunities blinded, charmed, defened, frightened
Senses blindsight 20 feet (blind beyond this radius), passive Perception 10
Languages understands languages of its creator but cannot speak
Challenge 1/4 (50 XP)


Cunning Action. The awakened can take the Dash, Disengage, or Hide action as a bonus action.

ACTIONS

Whip. Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.


A plant-based creature about 3 feet in height, its shape is only roughly that of a humanoid. Loose approximations of arms and legs made of leaves and roots, the awakened does not have a head or eyes to see with. Using its thin branches like whips, it has no problem smashing its targets to death. Though it lacks any ability to see its surroundings, it can vaguely detect fairly close objects and can hear the sounds of other creatures just fine, despite its lack of auditory sensors. It does not think for itself, and is a product of an awakener using their Animative Botany feature on a large patch of grass, a rose bush, or similar flora.


Hyperlinks to other sizes: Tiny Awakened, Medium Awakened, Large Awakened, Huge Awakened, Gargantuan Awakened


Back to Main Page 5e Homebrew 5e Creatures

gollark: I think it's in `infocontext.txt`: they believed people were misled into thinking the other staff were not happy with rule changes.
gollark: Indeed!
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.