Incendine Flaming Warrior (5e Creature)

Incendine Flaming Warrior

Medium humanoid (incendine), lawful neutral


Armor Class 18 (chain mail, shield)
Hit Points 90 (12d8 + 36)
Speed 30 ft.


STR DEX CON INT WIS CHA
18 (+4) 10 (+0) 16 (+3) 11 (+0) 12 (+1) 14 (+2)

Damage Immunities fire
Senses darkvision 60 ft., passive Perception 11
Languages Common, Ignan
Challenge 8 (3,900 XP)


Heated Body. A creature that touches the incendine or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage.

Heated Weapons. When the incendine hits with a metal melee weapon, it deals an extra 3 (1d6) fire damage (included in the attack).

Ignited Illumination. As a bonus action, the incendine can set itself ablaze or extinguish its flames. While ablaze, the incendine sheds bright light in a 10-foot radius and dim light for an additional 10 feet.

Innate Spellcasting. The incendine's innate spellcasting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:

At will: fire bolt
1/day each: burning hands, continual flame

ACTIONS

Multiattack. The incendine makes two attacks.

Longsword. Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 3 (1d6) fire damage.


Incendine flaming warriors possess the ability to set their bodies alight, imbuing themselves and their weapons with the power of elemental fire.
Many sages debate the origins of the fiery powers of the flaming warriors. Some say that it is just a side effect of life in the Plane of Fire, while others believe that it requires a strict regimen of training and exercises. Regardless, only the incendines themselves can truly speak to the origins of their flaming warriors, and they aren't likely to share the details anytime soon.


Back to Main Page 5e Homebrew 5e Creatures

gollark: Site-3371.
gollark: I mean, postgres has very good caching, so it gets fairly fast if I search for bees multiple times, but whyyyy?
gollark: Yes.
gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
gollark: What? Why does it say it's doing a sequential scan now? Æ all is bee.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.