Template:5e24 Is Familiar

From Dungeons and Dragons Wiki
Revision as of 14:57, 16 September 2024 by Rlyehable (talk | contribs) (Created page with "<includeonly>{{#if: {{{3|}}}|<!--3 exists-->{{#ifeq: {{lc: {{{3}}}}}|true|True|<!--familiar is false-->{{#ifeq: {{{1|}}}|Beast|{{#ifeq: {{{2|}}}|0|True|<!--False-->|}}<!--end...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use[edit]

Determines if creature qualifies for a Familiar. To qualify, the creature must be a Beast of CR 0 or be marked as a familiar (warlock specific familiars).

Syntax[edit]

{{5e24 Is Familiar|type|CR|familiar}}

Examples[edit]

{{5e24 Is Familiar|Beast|0|}}

{{5e24 Is Familiar|Construct|1/8|true}}

{{5e24 Is Familiar|Construct|0|}}

produces[edit]

True

True