Thief (5e Creature)

Thief

Medium humanoid (any race), any alignment


Armor Class 13 (leather armor)
Hit Points 18 (4d8)
Speed 30 ft., climb 30 ft.


STR DEX CON INT WIS CHA
8 (-1) 14 (+2) 10 (+0) 10 (+0) 12 (+1) 12 (+1)

Skills Stealth +6
Tools Thieves' Tools +6
Senses passive Perception 11
Languages any one language (usually Common)
Challenge 1/4 (50 XP)


Cunning Action. On each of its turns, the thief can use a bonus action to take the Dash, Disengage, or Hide action.

Sneak Attack (1/Turn). The thief deals an extra 3 (1d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 ft. of an ally of the thief that isn't incapacitated and the thief doesn't have disadvantage on the attack roll.

ACTIONS

Dagger. Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.


A shadowy figure who fares better picking locks than fights. (image is cropped concept art from Fire Emblem Fates)

Thieves specialize in stealing and breaking into buildings. They will usually only fight as a last resort.


Back to Main Page 5e Homebrew 5e Creatures

gollark: Er, yes.
gollark: If you want callback-driven, then I would do something like this:```lua-- table of event listeners for each programlocal listeners = {}-- make this available to each programlocal function addEventListener(event, handler) listeners[event] = handlerend-- run this when the close button is calledlocal function thingy() if listeners.close then listeners.close() actuallyCloseProgram() else actuallyCloseProgram() endend```
gollark: Ah yes, that may be a problem.
gollark: What?
gollark: Alternatively you can just... queue a `close` event for them, or something.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.