Purple Slime (5e Creature)

Purple Slime

Medium ooze, unaligned


Armor Class 13 (natural armor)
Hit Points 16 (3d8 + 3)
Speed 20 ft.


STR DEX CON INT WIS CHA
9 (-1) 16 (+3) 12 (+1) 2 (-4) 14 (+2) 2 (-4)

Damage Vulnerabilities cold
Damage Immunities acid, poison, psychic
Condition Immunities blinded, charmed, deafened, exhaustion, frightened, poisoned, prone, unconscious
Senses blindsight 60 ft. (blind beyond this radius), passive Perception 11
Languages
Challenge 1/4 (50 XP)


Charge. If the slime moves at least 15 feet straight toward a target and then hits it with a pseudopod attack on the same turn, the target takes an extra 4 (1d8) bludgeoning damage.

Slippery. The slime has advantage on ability checks and saving throws made to escape a grapple.

Standing Leap. The slime's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.

ACTIONS

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


A simple, gelatinous creature that swallows anything and everything whole. It takes a long time to digest anything. Purple slimes are stronger than both red slimes and weaker than yellow slimes.

Ooze Nature. A purple slime doesn't require sleep.


Back to Main Page 5e Homebrew 5e Creatures

This page may resemble content endorsed by, sponsored by, and/or affiliated with the Terraria franchise, and/or include content directly affiliated with and/or owned by 505 Games. D&D Wiki neither claims nor implies any rights to Terraria copyrights, trademarks, or logos, nor any owned by 505 Games. This site is for non profit use only. Furthermore, the following content is a derivative work that falls under, and the use of which is protected by, the Fair Use designation of US Copyright and Trademark Law. We ask you to please add the {{needsadmin}} template if there is a violation to this disclaimer within this page.
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.